-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

logstash


> An Elasticsearch ETL (extract, transform and load) tool.

> Commonly used to load data from various sources (such as databases and log files) into Elasticsearch.

More information.


Check validity of a Logstash configuration:

logstash --configtest --config {logstash_config.conf}

Run Logstash using configuration:

sudo logstash --config {logstash_config.conf}

Run Logstash with the most basic inline configuration string:

sudo logstash -e 'input {} filter {} output {}'


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:09:29 2024