ES 7.10 shows an error when using aws module in filebeat

Elasticsearch 7.9.3 was working fine when I updated to version 7.10 . It is showing an error
cfgfile/list.go:99 Error creating runner from config: Error getting config for fileset aws/s3access: Error interpreting the template of the input: template: text:40:6: executing "text" at <.fips_enabled>: map has no entry for key "fips_enabled"

I just upgraded it the latest 7.10 version and this error started coming up. I even added

xpack.security.fips_mode.enabled: false

to the elasticsearch.yml file

hi @Edwin.v, looks like you are encountering the issue here https://github.com/elastic/beats/issues/22608. Can you try the workaround suggested there?

Yes. This worked for me . Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.