This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
syslogngek [2015/10/21 16:24] ian [ElasticSearch] |
syslogngek [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| </ | </ | ||
| - | Code: | + | Puppet Manifest: https:// |
| - | [[https:// | + | |
| < | < | ||
| Line 34: | Line 33: | ||
| ===== ElasticSearch / Kibana ===== | ===== ElasticSearch / Kibana ===== | ||
| - | https:// | + | https:// |
| + | https:// | ||
| - | Code: https:// | + | Puppet Manifest: https:// |
| - | + | ||
| - | + | ||
| - | ===== Kibana ===== | + | |
| - | + | ||
| - | https:// | + | |
| < | < | ||
| - | :~# cd /usr/src | + | puppet apply /etc/puppet/manifests/elasticsearch-kibana.pp |
| - | + | ||
| - | :/usr/src# wget -c https:// | + | |
| - | + | ||
| - | :/usr/src# cd / | + | |
| - | + | ||
| - | :/ | + | |
| - | + | ||
| - | :/ | + | |
| - | + | ||
| - | :/ | + | |
| - | + | ||
| - | :/ | + | |
| </ | </ | ||
| - | |||
| ====== Configuration ====== | ====== Configuration ====== | ||
| Line 66: | Line 48: | ||
| < | < | ||
| @include " | @include " | ||
| + | |||
| + | source s_net { udp(); }; # All interfaces | ||
| destination d_elastic { | destination d_elastic { | ||
| | | ||
| + | | ||
| | | ||
| ); | ); | ||
| Line 74: | Line 59: | ||
| log { | log { | ||
| - | source(s_src); | + | source(s_net); |
| destination(d_elastic); | destination(d_elastic); | ||
| flags(flow-control); | flags(flow-control); | ||