Skip to content
New issue

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

Source value in Alert is missing #12

Open
jozefbarcin opened this issue Apr 9, 2020 · 0 comments
Open

Source value in Alert is missing #12

jozefbarcin opened this issue Apr 9, 2020 · 0 comments

Comments

@jozefbarcin
Copy link

jozefbarcin commented Apr 9, 2020

Could you pls add this base source: generatorURL , which should be filled with graylog url

Alertmanager json example:

curl -XPOST $url -d "[{ 
	\"status\": \"firing\",
	\"labels\": {
		\"alertname\": \"$name\",
		\"service\": \"my-service\",
		\"severity\":\"warning\",
		\"instance\": \"$name.example.net\"
	},
	\"annotations\": {
		\"summary\": \"High latency is high!\"
	},
	\"generatorURL\": \"http://prometheus.int.example.net/<generating_expression>\"

Testing environment:
Graylog 3.0.2
Alermanager plugin 1.2.1
Alertmanager: 0.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant