mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
86 lines
3.6 KiB
Text
86 lines
3.6 KiB
Text
|
|
:branch: 6.2
|
|
:major-version: 6.x
|
|
:logstash_version: 6.2.3
|
|
:elasticsearch_version: 6.2.3
|
|
:kibana_version: 6.2.3
|
|
:docker-repo: docker.elastic.co/logstash/logstash
|
|
:docker-image: {docker-repo}:{logstash_version}
|
|
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
:release-state: released
|
|
:versioned_docs: false
|
|
|
|
:jdk: 1.8.0
|
|
:guide: https://www.elastic.co/guide/en/elasticsearch/guide/current/
|
|
:libbeat: https://www.elastic.co/guide/en/beats/libbeat/{branch}/
|
|
:filebeat: https://www.elastic.co/guide/en/beats/filebeat/{branch}/
|
|
:metricbeat: https://www.elastic.co/guide/en/beats/metricbeat/{branch}/
|
|
:lsissue: https://github.com/elastic/logstash/issues/
|
|
:lsplugindocs: https://www.elastic.co/guide/en/logstash-versioned-plugins/current
|
|
|
|
include::{asciidoc-dir}/../../shared/attributes62.asciidoc[]
|
|
|
|
[[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/{branch}/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/{branch}/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/{branch}/docs/static/advanced-pipeline.asciidoc
|
|
include::static/advanced-pipeline.asciidoc[]
|
|
|
|
// Processing Pipeline
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/life-of-an-event.asciidoc
|
|
include::static/life-of-an-event.asciidoc[]
|
|
|
|
// Lostash setup
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/setting-up-logstash.asciidoc
|
|
include::static/setting-up-logstash.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/settings-file.asciidoc
|
|
include::static/settings-file.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/keystore.asciidoc
|
|
include::static/keystore.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/running-logstash-command-line.asciidoc
|
|
include::static/running-logstash-command-line.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/running-logstash.asciidoc
|
|
include::static/running-logstash.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/docker.asciidoc
|
|
include::static/docker.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/logging.asciidoc
|
|
include::static/logging.asciidoc[]
|
|
|
|
:edit_url: https://github.com/elastic/logstash/edit/{branch}/docs/static/shutdown.asciidoc
|
|
include::static/shutdown.asciidoc[]
|