Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
d8d03333
Commit
d8d03333
authored
2 years ago
by
Smitha Manjunath
Browse files
Options
Downloads
Patches
Plain Diff
updating notice
parent
46300723
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!346
Merge branch 'aws-integration' into 'master'
,
!273
Delete api
Pipeline
#104786
failed
2 years ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indexer-core/src/main/java/org/opengroup/osdu/indexer/logging/AuditEvents.java
+3
-4
3 additions, 4 deletions
.../java/org/opengroup/osdu/indexer/logging/AuditEvents.java
with
3 additions
and
4 deletions
indexer-core/src/main/java/org/opengroup/osdu/indexer/logging/AuditEvents.java
+
3
−
4
View file @
d8d03333
...
...
@@ -27,7 +27,6 @@ public class AuditEvents {
private
static
final
String
INDEX_CREATE_RECORDS_SUCCESS
=
"Successfully created record in index"
;
private
static
final
String
INDEX_CREATE_RECORDS_FAILURE
=
"Failed creating record in index"
;
private
static
final
String
INDEX_UPDATE_RECORD_ACTION_ID
=
"IN002"
;
private
static
final
String
INDEX_UPDATE_RECORDS_SUCCESS
=
"Successfully updated record in index"
;
private
static
final
String
INDEX_UPDATE_RECORDS_FAILURE
=
"Failed updating record in index"
;
...
...
@@ -54,8 +53,8 @@ public class AuditEvents {
private
static
final
String
RUN_JOB_MESSAGE_SUCCESS
=
"Index clean-up status job run success"
;
private
static
final
String
INDEX_MAPPING_UPDATE_ACTION_ID
=
"IN0011"
;
private
static
final
String
INDEX_MAPPING_UPDATE_SUCCESS
=
"Successfully up
da
ted index mapping"
;
private
static
final
String
INDEX_MAPPING_UPDATE_FAILURE
=
"Failed up
da
ting index mapping"
;
private
static
final
String
INDEX_MAPPING_UPDATE_SUCCESS
=
"Successfully up
ser
ted index mapping"
;
private
static
final
String
INDEX_MAPPING_UPDATE_FAILURE
=
"Failed up
ser
ting index mapping"
;
private
static
final
String
CONFIGURE_PARTITION_ACTION_ID
=
"IN0012"
;
private
static
final
String
CONFIGURE_PARTITION_OPERATION
=
"Data partition cluster configuration update"
;
...
...
@@ -249,7 +248,7 @@ public class AuditEvents {
.
build
();
}
public
AuditPayload
getIndexMappingUp
date
Event
(
List
<
String
>
resources
,
boolean
isSuccess
)
{
public
AuditPayload
getIndexMappingUp
sert
Event
(
List
<
String
>
resources
,
boolean
isSuccess
)
{
if
(
isSuccess
)
{
return
AuditPayload
.
builder
()
.
action
(
AuditAction
.
UPDATE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment