Logstash Logstash is a data processing pipeline that ingests data from various sources, transforms it, and then ships it to a designated "stash" like Elasticsearch. It's commonly used by DevOps engineers and system administrators for log management, security information and event management (SIEM), and general data analysis. Official docs: https://www.elastic.co/guide/en/logstash/current/index.html Logstash Overview - Pipelines - Pipeline Configurations - Settings - Nodes - Plugins Working with Logstash This skill uses the Membrane CLI to interact with Logstash. Membrane handles authenticatio…