Skip to content

Commit

Permalink
Add configure step for Deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Nov 27, 2017
1 parent 9d9c692 commit dc3a4ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core_plugins/kibana/server/tutorials/netflow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ export function netflowSpecProvider() {
id: INSTRUCTION_VARIANT.DEB,
instructions: [
...LOGSTASH_INSTRUCTIONS.INSTALL.DEB,
{
title: 'Configure the Netflow module',
textPre: 'Edit the `config/logstash.yml` file under the Logstash install directory and add the following to it:',
commands: [
'modules:',
'- name: netflow',
' var.input.udp.port: {params.netflow_var_input_udp_port}'
]
},
{
title: 'TODO: Set up and run the Netflow module',
textPre: 'In the Logstash install directory, run the following command to set up and run the Netflow module.',
Expand Down

0 comments on commit dc3a4ee

Please sign in to comment.