mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Kibana Home] Add dashboard link to Netflow tutorial (#19299)
* Adding dashboard link for Netflow tutorial for 6.x * Adding explanatory comment
This commit is contained in:
parent
832b5b212f
commit
43bd79ab47
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@ export function netflowSpecProvider() {
|
|||
' indexes the events into Elasticsearch, and installs a suite of Kibana dashboards.' +
|
||||
' This module support Netflow Version 5 and 9.' +
|
||||
' [Learn more]({config.docs.logstash}/netflow-module.html).',
|
||||
artifacts: {
|
||||
dashboards: [
|
||||
{
|
||||
id: '653cf1e0-2fd2-11e7-99ed-49759aed30f5', // Taken from https://github.com/elastic/logstash/blob/master/modules/netflow/configuration/kibana/6.x/dashboard/653cf1e0-2fd2-11e7-99ed-49759aed30f5.json
|
||||
linkLabel: 'Netflow: Overview dashboard',
|
||||
isOverview: true
|
||||
}
|
||||
]
|
||||
},
|
||||
completionTimeMinutes: 10,
|
||||
//previewImagePath: 'kibana-apache.png', TODO
|
||||
onPrem: ON_PREM_INSTRUCTIONS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue