Skip to content

Commit 5c6c4fd

Browse files
Explain that JSON events are parsed (#14203)
* Explain that JSON events are parsed Some customers are seeing issue in v2 monitors because their JSON event is getting parsed automatically by Datadog and text search does not work for event attribute. (They need to manually add Facet for automatically parsed event attribute to make it work.) Need to clarify that like Logs document. Logs document says "Datadog automatically parses JSON-formatted logs. When logs are not JSON-formatted, you can add value to your raw logs by sending them through a processing pipeline." * Update content/en/events/guides/migrating_to_new_events_features.md Co-authored-by: Heston Hoffman <[email protected]> Co-authored-by: Heston Hoffman <[email protected]>
1 parent 090e3a8 commit 5c6c4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/events/guides/migrating_to_new_events_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The new query search allows you to use complex queries in event monitors with ne
7676

7777
### Pipelines
7878

79-
With pipelines, events are parsed and enriched by chaining them sequentially through processors. Processors extract meaningful information or attributes from semi-structured text to reuse as facets. Each event that comes through the pipelines is tested against every pipeline filter. If it matches a filter, then all the processors are applied sequentially before moving to the next pipeline.
79+
Datadog automatically parses JSON-formatted events. When events are not JSON-formatted, they are parsed and enriched by chaining them sequentially through a processing pipeline. Processors extract meaningful information or attributes from semi-structured text to reuse as facets. Each event that comes through the pipelines is tested against every pipeline filter. If it matches a filter, then all the processors are applied sequentially before moving to the next pipeline.
8080

8181
## What Changed?
8282

0 commit comments

Comments
 (0)