You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Prometheus and in loki the identification of a hostname is often the labekl "instance" but the label name is not that relevant. However for a dynamic/generic flowlogs-pipeline config it would be helpful to have the possibility to add the hostname dynamically into the piplines stages. e.g. the ingest "hostName" is a mandatory field and I see no possibility to add this via a parameter like "constant.hostname" or a env variable like "${HOSTNAME}".
The same is for the loki write stage. I would like to add the label "instance" and it should contain the local hostname of the flowlogs-pipeline system.
In the documentationt here is a hint that this should work or is on the ToDo list?
TODO: environment variables
Supported options are provided by running:
flowlogs-pipeline --help
The text was updated successfully, but these errors were encountered:
Hello,
I am using loki.write to send the logs from flowlogs-pipline IPFIX ingest to my Grafana Loki.
My loki config looks like this:
In Prometheus and in loki the identification of a hostname is often the labekl "instance" but the label name is not that relevant. However for a dynamic/generic flowlogs-pipeline config it would be helpful to have the possibility to add the hostname dynamically into the piplines stages. e.g. the ingest "hostName" is a mandatory field and I see no possibility to add this via a parameter like "constant.hostname" or a env variable like "${HOSTNAME}".
The same is for the loki write stage. I would like to add the label "instance" and it should contain the local hostname of the flowlogs-pipeline system.
In the documentationt here is a hint that this should work or is on the ToDo list?
The text was updated successfully, but these errors were encountered: