when creating a pipeline in the frontend, is it possible to specify what to apply the pipeline to? f...
b
when creating a pipeline in the frontend, is it possible to specify what to apply the pipeline to? for example, a pipeline for log processing named
filelog/app1
, is it possible to specify that in the filter?
n
The
filter
in the pipeline is just used for that. Just that you will have to add the name to the receiver as mentioned here https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1710783771934649?thread_ts=1710526203.023609&cid=C01HWQ1R0BC
b
is this just for the config file? there's no filtering of pipelines from the web portal by receiver name?
n
The receiver name is not added to the data points unless and util you specify the
attributes/resources
in the receiver like in the above example.
👍 1
b
ahhhh ok, thank you!