File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ filter {
640
640
641
641
if [netflow][app_id] != "0..0" {
642
642
translate {
643
- dictionary_path => "${ELASTIFLOW_DICT_PATH :/etc/logstash/elastiflow/dictionaries }/app_id.srctype.yml"
643
+ dictionary_path => "${ELASTIFLOW_USER_SETTINGS_PATH :/etc/logstash/elastiflow/user_settings }/app_id.srctype.yml"
644
644
field => "[host][ip]"
645
645
destination => "[@metadata][appid_srctype]"
646
646
fallback => "${ELASTIFLOW_DEFAULT_APPID_SRCTYPE:__UNKNOWN}"
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ filter {
615
615
616
616
if [ipfix][applicationId] != "0..0" {
617
617
translate {
618
- dictionary_path => "${ELASTIFLOW_DICT_PATH :/etc/logstash/elastiflow/dictionaries }/app_id.srctype.yml"
618
+ dictionary_path => "${ELASTIFLOW_USER_SETTINGS_PATH :/etc/logstash/elastiflow/user_settings }/app_id.srctype.yml"
619
619
field => "[host][ip]"
620
620
destination => "[@metadata][appid_srctype]"
621
621
fallback => "${ELASTIFLOW_DEFAULT_APPID_SRCTYPE:__UNKNOWN}"
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
# ------------------------------------------------------------------------------
17
17
18
18
# ElastiFlow global configuration
19
+ export ELASTIFLOW_AGENT_ID=elastiflow
19
20
export ELASTIFLOW_DICT_PATH=/etc/logstash/elastiflow/dictionaries
20
21
export ELASTIFLOW_USER_SETTINGS_PATH=/etc/logstash/elastiflow/user_settings
21
22
export ELASTIFLOW_DEFINITION_PATH=/etc/logstash/elastiflow/definitions
@@ -29,7 +30,6 @@ export ELASTIFLOW_POPULATE_LOGS=true
29
30
export ELASTIFLOW_KEEP_ORIG_DATA=true
30
31
export ELASTIFLOW_DEFAULT_APPID_SRCTYPE=__UNKNOWN
31
32
32
-
33
33
# Name resolution option
34
34
export ELASTIFLOW_RESOLVE_IP2HOST=false
35
35
export ELASTIFLOW_NAMESERVER=127.0.0.1
@@ -68,7 +68,6 @@ export ELASTIFLOW_NETFLOW_UDP_WORKERS=4
68
68
export ELASTIFLOW_NETFLOW_UDP_QUEUE_SIZE=4096
69
69
export ELASTIFLOW_NETFLOW_UDP_RCV_BUFF=33554432
70
70
# Netflow timestamp options
71
- export ELASTIFLOW_NETFLOW_LASTSW_TIMESTAMP=false
72
71
export ELASTIFLOW_NETFLOW_TZ=UTC
73
72
74
73
You can’t perform that action at this time.
0 commit comments