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

Commit 1204db5

Browse files
Merge pull request #2644 from splunk/tcarter-O11YDOCS-7039-severity-key
tcarter-O11YDOCS-7039-severity-key
2 parents 43b2844 + 76f710a commit 1204db5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

logs/lo-connect-landing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Splunk Log Observer Connect
1818
LOconnect-default-index
1919
LOconnect-scenario
2020
timeline
21+
severity-key
2122
queries
2223
raw-logs-display
2324
keyword
@@ -49,6 +50,8 @@ Splunk Log Observer Connect
4950

5051
- :ref:`logs-timeline`
5152

53+
- :ref:`severity-key`
54+
5255
- :ref:`logs-queries`
5356

5457
- :ref:`logs-raw-logs-display`

logs/severity-key.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _severity-key:
2+
3+
*****************************************************************
4+
Ensure the correct mapping of your severity key
5+
*****************************************************************
6+
7+
.. meta::
8+
:description: Log Observer Connect relies on the correct mapping of the severity key. Confirm that your severity key is correctly mapped.
9+
10+
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`.
11+
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`.

0 commit comments

Comments
 (0)