You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/send-data/opentelemetry-collector/remote-management/processing-rules/include-and-exclude-rules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Use include and exclude processing rules to specify what kind of da
7
7
8
8
import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
10
-
You can use include and exclude processing rules to define which data is sent to Sumo Logic using the OpenTelemetry Collector. These rules internally utilize the [filter processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor)to filter the data.
10
+
You can use include and exclude processing rules to define which data is sent to Sumo Logic using the OpenTelemetry Collector. These rules internally utilize the [filter processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor) to filter the data.
11
11
12
12
* An exclude rule functions as a denylist filter, ensuring that matching data is not sent to Sumo Logic.
13
13
* An include rule functions as an allowlist filter, ensuring that only matching data is sent to Sumo Logic.
0 commit comments