Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit dac97ab

Browse files
Merge pull request #2662 from splunk/tcarter-DOCGUILD-28654-severitykey
tcarter-DOCGUILD-28654-severitykey
2 parents 8d2d0ca + 71c5fc5 commit dac97ab

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

logs/severity-key.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ Ensure the correct mapping of your severity key
99

1010
The Log Observer Connect timeline displays a histogram of logged events over time, grouped by values of the message field :guilabel:`severity`. The severity key is a field that all logs contain. It has the values :guilabel:`DEBUG`, :guilabel:`ERROR`, :guilabel:`INFO`, :guilabel:`UNKNOWN`, and :guilabel:`WARNING`. Your logs might use a different field name for the severity key. Because the severity key in many logs is called :guilabel:`level`, Log Observer Connect automatically remaps the log field :guilabel:`level` to :guilabel:`severity`.
1111

12-
If your logs call the severity key by a different name, that's okay. To ensure that Log Observer Connect can read your field, transform your field name to :guilabel:`severity` or add a :guilabel:`severity` alias to your field name. To transform your field name, see :new-page:`Extract fields from event data using Ingest Processor <https://docs.splunk.com/Documentation/SplunkCloud/9.3.2408/IngestProcessor/FieldExtractionPipeline>`. To add an alias to your field name, see :ref:`logs-alias`.
12+
If your logs call the severity key by a different name, that's okay. To ensure that Log Observer Connect can read your field, transform your field name to :guilabel:`severity` or add a :guilabel:`severity` alias to your field name. To transform your field name, see :new-page:`Extract fields from event data using Ingest Processor <https://docs.splunk.com/Documentation/SplunkCloud/9.3.2408/IngestProcessor/FieldExtractionPipeline>`. To add an alias to your field name, see :ref:`logs-alias`.
13+
14+
The mapping of your severity key and its values is case sensitive. The key and its values must appear exactly as follows:
15+
16+
* severity
17+
* DEBUG
18+
* ERROR
19+
* INFO
20+
* UNKNOWN
21+
* WARNING

0 commit comments

Comments
 (0)