We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.3 is looking great, thank you @ar51an!
I have multiple unbound hosts, so I figure I might document this here in case someone needs it.
Step 1: Add the Unbound Host Variable: (Name, Label, Query Option fields)
Step 2: Set the label in the promtail config:
- job_name: unbound static_configs: - targets: - localhost labels: job: unbound host: <DESIRED_HOSTNAME_LABEL> ####################### .... SNIP ....
Step 3: Modify the dashboard JSON
Replace all occurences of job=\"unbound\" -> with: job=\"unbound\", host=\"${unbound_host}\"
job=\"unbound\"
job=\"unbound\", host=\"${unbound_host}\"
Make sure to save the dashboard and voila!
Before:
After:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2.3 is looking great, thank you @ar51an!
I have multiple unbound hosts, so I figure I might document this here in case someone needs it.
Step 1: Add the Unbound Host Variable: (Name, Label, Query Option fields)
Step 2: Set the label in the promtail config:
Step 3: Modify the dashboard JSON
Replace all occurences of
job=\"unbound\"
-> with:job=\"unbound\", host=\"${unbound_host}\"
Make sure to save the dashboard and voila!
Before:
After:
The text was updated successfully, but these errors were encountered: