Skip to content

Instantly share code, notes, and snippets.

@Nick011
Created October 23, 2020 17:39
Show Gist options
  • Save Nick011/d9729dcd5305fe11a5b9c4ea6bd72b07 to your computer and use it in GitHub Desktop.
Save Nick011/d9729dcd5305fe11a5b9c4ea6bd72b07 to your computer and use it in GitHub Desktop.
filter {
if {{ CISCO_FIREPOWER }} {
kv {
id => "cisco-firepower-kv"
field_split_pattern => ", "
value_split => ":"
trim_value => "\""
tag_on_timeout => "timeout"
target => "{{ TARGET }}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment