Skip to content

Instantly share code, notes, and snippets.

@lockwooddev
Created May 23, 2022 14:44
Show Gist options
  • Save lockwooddev/a6bd2593d898f86252fe3aa8776fd4fe to your computer and use it in GitHub Desktop.
Save lockwooddev/a6bd2593d898f86252fe3aa8776fd4fe to your computer and use it in GitHub Desktop.
ingest pipeline for article
{
"description": "forward docs to data stream",
"processors": [
{
"set": {
"field": "_index",
"value": "metrics"
}
},
{
"set": {
"field": "@timestamp",
"value": "{{_ingest.timestamp}}"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment