Created
May 23, 2022 14:44
-
-
Save lockwooddev/a6bd2593d898f86252fe3aa8776fd4fe to your computer and use it in GitHub Desktop.
Revisions
-
lockwooddev created this gist
May 23, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ { "description": "forward docs to data stream", "processors": [ { "set": { "field": "_index", "value": "metrics" } }, { "set": { "field": "@timestamp", "value": "{{_ingest.timestamp}}" } } ] }