💾 Archived View for freeshell.de › tldr › logstash.gmi captured on 2023-07-10 at 14:42:41. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
An Elasticsearch ETL (extract, transform and load) tool.
Commonly used to load data from various sources (such as databases and log files) into Elasticsearch.
logstash --configtest --config {logstash_config.conf}
sudo logstash --config {logstash_config.conf}
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).