-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(datadog service):support filtering on ddsource in datadog search…
… syntax
- Loading branch information
1 parent
72e1e9b
commit 2e45fb2
Showing
2 changed files
with
128 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
changelog.d/datadog_search_syntax_support_ddtags.enhancement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
In Datadog (Observability Pipelines) transforms, perform a `ddtags` array lookup every time one on `tags` is done for filtering logs | ||
In Datadog (Observability Pipelines) transforms, allow the following queries to match on several fields (OR condition): | ||
- `tags` will lookup the fields `tags` and `ddtags` | ||
- `source` will lookup the fields `source` and `ddsource` | ||
|
||
authors: 20agbekodo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters