Skip to content
Snippets Groups Projects
Commit d8d03333 authored by Smitha Manjunath's avatar Smitha Manjunath
Browse files

updating notice

parent 46300723
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!273Delete api
Pipeline #104786 failed
......@@ -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 updated index mapping";
private static final String INDEX_MAPPING_UPDATE_FAILURE = "Failed updating index mapping";
private static final String INDEX_MAPPING_UPDATE_SUCCESS = "Successfully upserted index mapping";
private static final String INDEX_MAPPING_UPDATE_FAILURE = "Failed upserting 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 getIndexMappingUpdateEvent(List<String> resources, boolean isSuccess) {
public AuditPayload getIndexMappingUpsertEvent(List<String> resources, boolean isSuccess) {
if (isSuccess) {
return AuditPayload.builder()
.action(AuditAction.UPDATE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment