Skip to content

NXCALS-2711 upgrading logstash and filebeat to 6.2.4

Tested in my local environment. 6.2.4 corresponds to the version of ES in IT.

Ansible common project should be updated afterwards:

  • elf-filebeat/templates/config/filebeat.yml ("- input_type: log" must be changed to "- type: log" for suppression of the warning message in filebeat log during the startup)

  • elk-logstash/templates/config/logstash.template.json (mappings.version must be changed from 5.2.2 to 6.2.4 for the meta info during the creation of the index). Has been verified that during the transition period (before common project is deployed) can work with 5.2.2

Merge request reports