要解决“please explicitly declare your desired ECS compatibility mode”的警告,你需要在Logstash的配置文件中明确声明所需的ECS(Elastic Common Schema)兼容性模式。ECS是一个标准化的数据格式,用于在不同的Elastic Stack组件之间共享事件数据。Logstash支持不同的ECS兼容性模式,包括disabled、v1和v8(取决于你的Logst...
The Elastic stack (ELK) powered by Docker and Compose. - logstash: Explicitly set ecs_compatibility to "disabled" · EYALO-GROUP/docker-elk@43c2337
new("pipeline.ecs_compatibility", "disabled", true, %w(disabled v1 v2)), Setting.new("path.plugins", Array, []), Setting::NullableString.new("interactive", nil, false), Setting::Boolean.new("config.debug", false), Expand Down 8 changes: 4 additions & 4 deletions 8 logstash-...