Slack and Kibana_link
See original GitHub issueWe predominantly use slack as our alert notifications. I wanted to know if it is possible to include the kibana4 dashboard link in the slack alerts
My check with including it in alert_text_args (as shown below) doesnt seem to work. Although if I use alert_text_type as default, I can see the kibana_link in the fields of the slack notification
# Kibana Link
use_kibana4_dashboard: "https://kibana.internal/app/kibana#/dashboard/applog"
kibana4_start_timedelta:
minutes: 10
kibana4_end_timedelta:
minutes: 10
# Alert Config
alert:
- "slack"
alert_text_type: exclude_fields
alert_text_args:
- kibana_link
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Sharing ELK Dashboards and Visualizations on Slack - DZone
Once you hit the button, a snapshot of the visualization or dashboard is sent to the selected destination. There is a View in...
Read more >Routing, Navigation and URL | Kibana Guide [master] - Elastic
The purpose of this guide is to give a high-level overview of available tools and to explain common approaches for handling routing and...
Read more >Yelp/elastalert - Gitter
slack. I'm getting getting only one event data. My question is , is there any way to pull the all 5 events data...
Read more >How to adjust Kibana Dashboard link in ElastAlert
<a href='{0}'>Kibana link</a>" alert_text_args: - kibana_link alert_text_type: alert_text_only ... elastalert configure slack notification.
Read more >alertpanda - npm Package Health Analysis - Snyk
{ project: 'mystery', slackWebhook: 'https://hooks.slack.com/.....', tools: [ { name: 'Kibana', link: 'https://...' }, { name: 'Newrelic', link: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@abhsrivastava: To enable clickable links in slack alerts - add line with
slack_parse_override: full
(tested in support_es5 branch)@Qmando It shows up like this