3e8de803e7d4c48dccafbd5ccf48eec9abfb49c0
[aai/search-data-service.git] / search-data-service / src / main / resources / logging / SearchDbMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text|Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has at least one leading space
5 #ResourceKey=\
6 #             ERR0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ###### 
12 #Error code classification category
13 #000    Info/Debug
14 #100    Permission errors
15 #200    Availability errors/Timeouts
16 #300    Data errors
17 #400    Schema Interface type/validation errors
18 #500    Business process errors
19 #900    Unknown errors
20 #
21 ########################################################################
22 # INFO logs
23 SERVICE_STARTED=\
24             SDB0001I|\
25             SearchDB Service started|\
26             NA|\
27             The SearchDB Service has been started
28 ELASTIC_SEARCH_CONNECTION_SUCCESS=\
29             SDB0002I|\
30             Successfully established connection to ElasticSearch {0}|\
31             NA|\
32             Successfully established connection to ElasticSearch
33 ELASTIC_SEARCH_CONNECTION_ATTEMPT=\
34             SDB0003I|\
35             Attempting to connect to ElasticSearch {0}|\
36             NA|\
37             An attempt is being made to establish connectivity to ElasticSearch
38 CREATED_INDEX=\
39             SDB0019I|\
40             Index with name {0} created successfully
41 DELETED_INDEX=\
42             SDB0021I|\
43             Deleted index with name {0}
44 PROCESSED_BULK_OPERATIONS=\
45             SDB0022I|\
46             Successfully processed a bulk operations request.
47 PROCESS_EVENT=\
48             SDB0041I|\
49             Processed event {0}.  Result: {1}
50 PROCESS_INLINE_QUERY=\
51             SDB0042I|\
52             Processing inline query: {0}
53 PROCESS_PAYLOAD_QUERY=\
54             SDB0043I|\
55             Processing query - operation: {0} against URL: {1}
56 # INFO Level Metrics Logs
57 CREATE_INDEX_TIME=\
58             SDB0020I|\
59             Create index request for index {0} document type {1}
60 DELETE_INDEX_TIME=\
61             SDB0022I|\
62             Delete index request for index {0}
63 CREATE_DOCUMENT_TIME=\
64             SDB0023|\
65             Create document in index {0}
66 UPDATE_DOCUMENT_TIME=\
67             SDB0024|\
68             Update document in index {0} with id {1}
69 DELETE_DOCUMENT_TIME=\
70             SDB0025|\
71             Delete document in index {0} with id {1}
72 GET_DOCUMENT_TIME=\
73             SDB0026|\
74             Get document from index {0} with id {1}
75 QUERY_DOCUMENT_TIME=\
76             SDB0027|\
77             Query request for index {0} with query string {1}
78 BULK_OPERATIONS_TIME=\
79             SDB0028|\
80             Bulk operations request
81 CHECK_INDEX_TIME=\
82             SDB0029|\
83             Check for index {0}
84 # WARNING logs
85 INDEX_CREATE_FAILURE=\
86             SDB0301W|\
87             Failed to create index with index name = {0}. Cause: {1}|\
88             Check cause.  It is possible the index already exists.|\
89             Failed to create the specified index
90 INDEX_DELETE_FAILURE=\
91             SDB0302W|\
92             Failed to delete index with index name = {0}. Cause: {1}|\
93             Check cause.  It is possible the index does not exist.|\
94             Failed to delete the specified index
95 FILTERS_CONFIG_FAILURE=\
96             SDB0303W|\
97             Failed to read filter configuration from file {0}. Cause: {1}
98 ANALYSYS_CONFIG_FAILURE=\
99             SDB0304W|\
100             Failed to read analysis configuration from file {0}. Cause: {1}
101 GET_ANALYZERS_FAILURE=\
102             SDB0305W|\
103             Failed to get analyzer definitions.  Cause: {0}
104 BULK_OPERATION_FAILURE=\
105             SDB0306W|\
106             Failed to execute bulk operations.  Cause: {0}
107 # ERROR logs
108 ELASTIC_SEARCH_CONNECTION_FAILURE=\
109             SDB0501E|\
110             Failed to establish connection to ElasticSearch {0}. Cause: {1}|\
111             Check connectivity with ElasticSearch.  Ensure ElasticSearch is up and reachable.|\
112             A connectivity check to ElasticSearch has failed.
113 EXCEPTION_DURING_METHOD_CALL=\
114             SDB0502E|\
115             Failed to execute method {0} due to: {1}|\
116             Check error cause|\
117             Method failed to execute
118 PROCESS_REST_REQUEST=\
119             SDB0503E|\
120             Received request {0} {1} from {2}.  Sending response: {3}
121 STARTUP_EXCEPTION=\
122             SDB0504E|\
123             Exception encountered during startup of search service: {0}