logstash/docs/index.asciidoc
Clinton Gormley 6500917f7a Changed the format of generated edit_urls and removed unneeded ones
# Conflicts:
#	docs/index.asciidoc
2017-02-04 16:07:58 +01:00

153 lines
3.7 KiB
Text

[[logstash-reference]]
= Logstash Reference
:branch: 5.x
:major-version: 5.x
:logstash_version: 5.x.0
:elasticsearch_version: 5.x.0
:docker-image: docker.elastic.co/logstash/logstash:{logstash_version}
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: unreleased
:jdk: 1.8.0
:guide: https://www.elastic.co/guide/en/elasticsearch/guide/current/
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/5.x/
:xpack: https://www.elastic.co/guide/en/x-pack/current/
:logstash: https://www.elastic.co/guide/en/logstash/5.x/
:filebeat: https://www.elastic.co/guide/en/beats/filebeat/5.x/
:lsissue: https://github.com/elastic/logstash/issues/
:security: X-Pack Security
:stack: https://www.elastic.co/guide/en/elastic-stack/current/
[[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
include::static/introduction.asciidoc[]
// Glossary and core concepts go here
// Getting Started with Logstash
include::static/getting-started-with-logstash.asciidoc[]
// Advanced LS Pipelines
include::static/advanced-pipeline.asciidoc[]
// Processing Pipeline
include::static/life-of-an-event.asciidoc[]
// Lostash setup
include::static/setting-up-logstash.asciidoc[]
include::static/docker.asciidoc[]
include::static/settings-file.asciidoc[]
include::static/command-line-flags.asciidoc[]
include::static/logging.asciidoc[]
include::static/persistent-queues.asciidoc[]
include::static/shutdown.asciidoc[]
// Breaking Changes
include::static/breaking-changes.asciidoc[]
// Upgrading Logstash
include::static/upgrading.asciidoc[]
// Configuring Logstash
include::static/configuration.asciidoc[]
include::static/reloading-config.asciidoc[]
include::static/managing-multiline-events.asciidoc[]
include::static/glob-support.asciidoc[]
// Deploying & Scaling
include::static/deploying.asciidoc[]
// Troubleshooting performance
include::static/performance-checklist.asciidoc[]
// Monitoring APIs
include::static/monitoring-apis.asciidoc[]
// Working with Plugins
include::static/plugin-manager.asciidoc[]
// These files do their own pass blocks
include::plugins/inputs.asciidoc[]
include::plugins/outputs.asciidoc[]
include::plugins/filters.asciidoc[]
include::plugins/codecs.asciidoc[]
:edit_url:
// Contributing to Logstash
include::static/contributing-to-logstash.asciidoc[]
include::static/input.asciidoc[]
include::static/codec.asciidoc[]
include::static/filter.asciidoc[]
include::static/output.asciidoc[]
// Contributing a Patch to a Logstash Plugin
include::static/contributing-patch.asciidoc[]
// Logstash Community Maintainer Guide
include::static/maintainer-guide.asciidoc[]
// A space is necessary here ^^^
// Submitting a Plugin
include::static/submitting-a-plugin.asciidoc[]
// Glossary of Terms
include::static/glossary.asciidoc[]