Skip to content

Commit 6f23738

Browse files
authored
Update article (#5638)
1 parent e8141e4 commit 6f23738

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/metrics/manage-metric-volume/data-limits-for-metrics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_label: Data Limits for Metrics
55
description: It is important to understand the volume of metrics that you are ingesting into Sumo Logic.
66
---
77

8+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
810
This page describes the limits Sumo Logic enforces on the metrics you ingest into Sumo Logic, including data volume limits and metadata-related limits.
911

1012
:::note
@@ -102,13 +104,13 @@ The value of a metadata item, whether it is a dimension, metatag, or metadata re
102104

103105
#### Audit logging 
104106

105-
When one of the limits described above is exceeded, Sumo Logic creates a `MetricsMetadataLimitsExceeded` Health Event for the associated Metric Source and writes an error or warning message to the Audit Event Index.
107+
When one of the limits described above is exceeded, Sumo Logic creates a [`MetricsMetadataLimitsExceeded`](https://service.sumologic.com/audit/docs/#operation/getMetricsMetadataLimitsExceeded) Health Event for the associated Metric Source and writes an error or warning message to the [System Event Index](/docs/manage/security/audit-indexes/system-event-index/).
106108

107-
Here is an example of a Health Event for a Metrics Source that sent offending metrics:
109+
Here is an example of a [Health Event](/docs/manage/health-events) for a Metrics Source that sent offending metrics:
108110

109-
![metadata-health-event.png](/img/metrics/metadata-health-event.png)
111+
<img src={useBaseUrl('/img/metrics/metadata-health-event.png')} alt="MetricsMetadataLimitsExceeded health event error" style={{border: '1px solid gray'}} width="400" />
110112

111-
Here is an example of an Audit Event Index message generated when
113+
Here is an example of a System Event Index message generated when
112114
metrics sent to Sumo Logic exceed the metadata value limit.
113115

114116
```json

0 commit comments

Comments
 (0)