Allow imported data to use a tag of 'import'

This commit is contained in:
Wes
2023-01-24 17:01:52 +00:00
parent 1e5377c78a
commit 44d149b1c3

View File

@@ -1,5 +1,5 @@
output {
if "elastic-agent" in [tags] and "import" not in [tags] {
if "elastic-agent" in [tags] {
if [metadata][pipeline] {
elasticsearch {
hosts => "{{ GLOBALS.manager }}"