You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable cisco datasets by default or be more lenient about umbrella dataset misconfiguration.
Describe a specific use case for the enhancement or feature:
We're using CISCO module and use ASA and FTD datasets only. After enabling cisco module all datasets are enabled by default (including meraki, umbrella, nexus, ios). A lack of proper configuration for umbrella caused the following error:
2021-02-18T11:17:37.102Z ERROR instance/beat.go:956 Exiting: Error getting config for fileset cisco/umbrella: Error interpreting the template of the input: template: text:4:14: executing "text" at <.queue_url>: map has no entry for key "queue_url"
Initially we failed to understand that the error complains about but it's complaining about umbrella dataset misconfiguration where dataset is enabled by default, its input defaults to s3, but queue url is not defined, as the whole section for umbrella is non-existent in our configuration.
We keep all configuration in single filebeat.yml file to simplify management over multiple places.
Describe the enhancement:
Disable cisco datasets by default or be more lenient about umbrella dataset misconfiguration.
Describe a specific use case for the enhancement or feature:
We're using CISCO module and use ASA and FTD datasets only. After enabling cisco module all datasets are enabled by default (including meraki, umbrella, nexus, ios). A lack of proper configuration for umbrella caused the following error:
Initially we failed to understand that the error complains about but it's complaining about umbrella dataset misconfiguration where dataset is enabled by default, its input defaults to s3, but queue url is not defined, as the whole section for umbrella is non-existent in our configuration.
We keep all configuration in single filebeat.yml file to simplify management over multiple places.
Steps to reproduce:
Expected behaviour:
queue_url
. Start successfully.Possible solution:
Current workaround (for others who found that issue):
enabled: false
for every dataset not used to get rid of the startup error.Note, this issue may apply to all modules enabling multiple datasets by default.
The text was updated successfully, but these errors were encountered: