question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Slack and Kibana_link

See original GitHub issue

We 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:open
  • Created 7 years ago
  • Comments:14 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
krisancommented, Feb 3, 2017

@abhsrivastava: To enable clickable links in slack alerts - add line with slack_parse_override: full (tested in support_es5 branch)

4reactions
remotesyssupportcommented, Aug 1, 2016

@Qmando It shows up like this image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found