-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[filebeat][netflow] filebeat does't start when internal_networks variable isn't defined in config file #24094
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
6 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Feb 18, 2021
Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes elastic#24094
I opened a fix at #24110. To workaround the issue you'll have to update the module config to add the beats/x-pack/filebeat/modules.d/netflow.yml.disabled Lines 4 to 14 in dc2d849
|
andrewkroh
added a commit
that referenced
this issue
Feb 20, 2021
Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes #24094
Merged
6 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 1, 2021
…c#24110) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes elastic#24094 (cherry picked from commit 3ca53aa)
Merged
6 tasks
Merged
6 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 1, 2021
…c#24110) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes elastic#24094 (cherry picked from commit 3ca53aa)
andrewkroh
added a commit
that referenced
this issue
Mar 4, 2021
#24278) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes #24094 (cherry picked from commit 3ca53aa)
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 4, 2021
…c#24110) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes elastic#24094 (cherry picked from commit 3ca53aa)
andrewkroh
added a commit
that referenced
this issue
Mar 17, 2021
#24279) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes #24094 (cherry picked from commit 3ca53aa)
andrewkroh
added a commit
that referenced
this issue
Mar 17, 2021
#24280) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes #24094 (cherry picked from commit 3ca53aa)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…c#24110) (elastic#24280) Documentation for the `internal_networks` option of the Netflow input and module was missing. Also the module's manifest did not declare the option so if it was not set in the module config it would cause an error. I did not see where a default was set for the netflow input's internal_networks option so I set that to `private` to keep the old behavior before this was configurable. Fixes elastic#24094 (cherry picked from commit 563e964)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new variable 'internal_networks' is also neither documented in https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-netflow.html nor https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-netflow.html.
Error messages from
journalctl -u filebeat --no-pager
:The text was updated successfully, but these errors were encountered: