skip to Main Content

Logstash output to Elasticsearch SSL certificate – Docker

I have the following docker containers docker create --name=elasticsearch --restart=always --network=infrastructure_network --network-alias=elasticsearch -e TZ=Etc/UTC -e discovery.type=single-node -e "ES_JAVA_OPTS=-Xms6g -Xmx6g" -e ELASTIC_PASSWORD="foobar" -p 9200:9200 -p 9300:9300 -v elasticsearch:/usr/share/elasticsearch elasticsearch:8.0.0 docker create --name=logstash --restart=always --network=infrastructure_network --network-alias=logstash -e TZ=Etc/UTC -p 5040:5040 -p 8514:8514/udp…

VIEW QUESTION

logstash-output-clickhouse throws error while installing plugin – CentOS

Validating logstash-output-clickhouse-0.1.0.gem Installing logstash-output-clickhouse Plugin version conflict, aborting ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "logstash-mixin-http_client": In snapshot (Gemfile.lock): logstash-mixin-http_client (= 6.0.1) In Gemfile: logstash-filter-http java was resolved to 1.0.2, which depends on logstash-mixin-http_client (>=…

VIEW QUESTION
Back To Top
Search