[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:
Shaunak Kashyap 2018-05-23 10:45:31 -07:00 committed by GitHub
parent 832b5b212f
commit 43bd79ab47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,