mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
042128914c
commit
9500a9dd30
1 changed files with 7 additions and 4 deletions
11
docs/static/modules.asciidoc
vendored
11
docs/static/modules.asciidoc
vendored
|
@ -74,10 +74,13 @@ settings. For example:
|
|||
----
|
||||
modules:
|
||||
- name: netflow
|
||||
var.output.elasticsearch.host: "es.mycloud.com"
|
||||
var.output.elasticsearch.user: "foo"
|
||||
var.output.elasticsearch.password: "password"
|
||||
var.input.tcp.port: 5606
|
||||
var.elasticsearch.hosts: "es.mycloud.com"
|
||||
var.elasticsearch.username: "foo"
|
||||
var.elasticsearch.password: "password"
|
||||
var.kibana.host: "kb.mycloud.com"
|
||||
var.kibana.username: "foo"
|
||||
var.kibana.password: "password"
|
||||
var.input.tcp.port: 5606
|
||||
----
|
||||
|
||||
For a list of available module settings, see the documentation for the module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue