"http_compression" set in elasticsearch. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Set 'compression_level' instead.
Getting error after updating
compression_level expected one of [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], got ["true"]
The elasticsearch output and the http output are different output plugins, even if a setting has the same name it may behave differently.
The fact that you can set compression_level on the elasticsearch output does not mean that this setting exists for the http output.
You need to always check the documentation, for the http output the documentation is here.
As you can see the setting compression_level does not exists for this output, you can enable or disable http_compression, but there is no levels to be changed.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.