Skip to main content

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?

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()


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.

121_f8ed53faca3a43569459ccfd48a7397d.png

Reply