mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 05:37:21 -04:00
89 lines
3.7 KiB
Text
89 lines
3.7 KiB
Text
:branch: 5.3
|
|
:major-version: 5.x
|
|
:logstash_version: 5.3.3
|
|
:elasticsearch_version: 5.3.3
|
|
:kibana_version: 5.3.3
|
|
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
|
|
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
:release-state: released
|
|
|
|
:jdk: 1.8.0
|
|
:guide: https://www.elastic.co/guide/en/elasticsearch/guide/current/
|
|
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/
|
|
:xpack-ref: https://www.elastic.co/guide/en/x-pack/5.3/
|
|
:kibana-ref: https://www.elastic.co/guide/en/kibana/5.3/
|
|
:logstash: https://www.elastic.co/guide/en/logstash/5.3/
|
|
:libbeat: https://www.elastic.co/guide/en/beats/libbeat/5.3/
|
|
:filebeat: https://www.elastic.co/guide/en/beats/filebeat/5.3/
|
|
:lsissue: https://github.com/elastic/logstash/issues/
|
|
:security: X-Pack Security
|
|
:stack: https://www.elastic.co/guide/en/elastic-stack/5.3/
|
|
|
|
:xpack: X-Pack
|
|
:es: Elasticsearch
|
|
:kib: Kibana
|
|
|
|
[[introduction]]
|
|
== Logstash Introduction
|
|
|
|
Logstash is an open source data collection engine with real-time pipelining capabilities. Logstash can dynamically
|
|
unify data from disparate sources and normalize the data into destinations of your choice. Cleanse and democratize all
|
|
your data for diverse advanced downstream analytics and visualization use cases.
|
|
|
|
While Logstash originally drove innovation in log collection, its capabilities extend well beyond that use case. Any
|
|
type of event can be enriched and transformed with a broad array of input, filter, and output plugins, with many
|
|
native codecs further simplifying the ingestion process. Logstash accelerates your insights by harnessing a greater
|
|
volume and variety of data.
|
|
|
|
// The pass blocks here point to the correct repository for the edit links in the guide.
|
|
|
|
// Introduction
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/introduction.asciidoc
|
|
include::static/introduction.asciidoc[]
|
|
|
|
// Glossary and core concepts go here
|
|
|
|
// Getting Started with Logstash
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/getting-started-with-logstash.asciidoc
|
|
include::static/getting-started-with-logstash.asciidoc[]
|
|
|
|
// Advanced LS Pipelines
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/advanced-pipeline.asciidoc
|
|
include::static/advanced-pipeline.asciidoc[]
|
|
|
|
// Processing Pipeline
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/life-of-an-event.asciidoc
|
|
include::static/life-of-an-event.asciidoc[]
|
|
|
|
// Lostash setup
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/setting-up-logstash.asciidoc
|
|
include::static/setting-up-logstash.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/settings-file.asciidoc
|
|
include::static/settings-file.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/running-logstash-command-line.asciidoc
|
|
include::static/running-logstash-command-line.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/running-logstash.asciidoc
|
|
include::static/running-logstash.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/docker.asciidoc
|
|
include::static/docker.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/logging.asciidoc
|
|
include::static/logging.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/persistent-queues.asciidoc
|
|
include::static/persistent-queues.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/5.3/docs/static/shutdown.asciidoc
|
|
include::static/shutdown.asciidoc[]
|