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

Finding which pipeline and worker touched an event

Chris Rogers
Chris Rogers Posts: 17 mod

Does Stream attach the worker ID to each event in the internal fields like cribl_pipe does for the pipelines? If so, what is the field name? If not, is there a way to make stream add the worker ID to the event?

Best Answers

  • Eugene Katz
    Eugene Katz Posts: 51 ✭✭
    Answer ✓

    If youre looking for the name of the worker node which processed the event, you can add a field whose value is: C.os.hostname()

  • Kyle McCririe
    Kyle McCririe Posts: 29 ✭✭
    edited July 2023 Answer ✓

    You can select what System fields you would like by going to any Destination → Post-Processing → and add the fields you would like under System Fields.

Answers

  • Eugene Katz
    Eugene Katz Posts: 51 ✭✭
    Answer ✓

    If youre looking for the name of the worker node which processed the event, you can add a field whose value is: C.os.hostname()

  • Kyle McCririe
    Kyle McCririe Posts: 29 ✭✭
    edited July 2023 Answer ✓

    You can select what System fields you would like by going to any Destination → Post-Processing → and add the fields you would like under System Fields.