We have updated our Terms of Service, Code of Conduct, and Addendum.

How can an SNMP trap be converted to JSON in Cribl Stream?

Options
plummcrazy
plummcrazy Posts: 2

Would like to be able to convert SNMP traps to JSON and then perform subsequent routing and enrichment leveraging the JSON content. Thanks.

Answers

  • plummcrazy
    plummcrazy Posts: 2
    Options

    Turns out this was frighteningly trivial. I used the code function to JSON.stringify the events in the pipeline.

  • G H
    G H Posts: 10
    Options

    You might find eval a better choice than code for simple conversions like this - I think its more performant, definitely safer, and easier for the next developer behind you to grok.