Mutate add_field

mutate {
  add_field => [ "Talos_Source_lookup", "https://www.talosintelligence.com/reputation_center/lookup?search=%{id.orig_h}" ]
  add_field => [ "CBL_Source_lookup", "http://cbl.abuseat.org/lookup.cgi?ip=%{id.orig_h}" ]
  add_field => [ "Spamhaus_Source_lookup", "http://www.spamhaus.org/query/bl?ip=%{id.orig_h}" ]
}

Is there a way to do this?

did you want the target link information in that field or just the link?

Both is possible but would need other ways of doing.

First would make use of the lookup tables and the second of the concat function of the processing pipelines.

probably happy with a clickable link

That’s currently not possible with Graylog.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.