From 434aa697224ce2036a45028d0796848d2322ee1c Mon Sep 17 00:00:00 2001 From: SmithaManjunath <smanjunath@microsoft.com> Date: Tue, 1 Feb 2022 10:20:25 +0530 Subject: [PATCH] add delete api --- .../java/org/opengroup/osdu/indexer/logging/AuditEvents.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indexer-core/src/main/java/org/opengroup/osdu/indexer/logging/AuditEvents.java b/indexer-core/src/main/java/org/opengroup/osdu/indexer/logging/AuditEvents.java index ad0a6cc98..81e7d04fd 100644 --- a/indexer-core/src/main/java/org/opengroup/osdu/indexer/logging/AuditEvents.java +++ b/indexer-core/src/main/java/org/opengroup/osdu/indexer/logging/AuditEvents.java @@ -63,6 +63,10 @@ public class AuditEvents { private static final String INDEX_DELETE_SUCCESS = "Successfully deleted index"; private static final String INDEX_DELETE_FAILURE = "Failed deleting index"; + private static final String INDEX_DELETE_ACTION_ID = "IN0012"; + private static final String INDEX_DELETE_SUCCESS = "Successfully deleted index"; + private static final String INDEX_DELETE_FAILURE = "Failed deleting index"; + private final String user; public AuditEvents(String user) { -- GitLab