mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Changed the format of generated edit_urls and removed unneeded ones
# Conflicts: # docs/index.asciidoc
This commit is contained in:
parent
eba90f911d
commit
6500917f7a
7 changed files with 43 additions and 46 deletions
|
@ -37,120 +37,117 @@ volume and variety of data.
|
|||
// The pass blocks here point to the correct repository for the edit links in the guide.
|
||||
|
||||
// Introduction
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/introduction.asciidoc ?>]
|
||||
|
||||
include::static/introduction.asciidoc[]
|
||||
|
||||
// Glossary and core concepts go here
|
||||
|
||||
// Getting Started with Logstash
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/getting-started-with-logstash.asciidoc ?>]
|
||||
|
||||
include::static/getting-started-with-logstash.asciidoc[]
|
||||
|
||||
// Advanced LS Pipelines
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/advanced-pipeline.asciidoc ?>]
|
||||
|
||||
include::static/advanced-pipeline.asciidoc[]
|
||||
|
||||
// Processing Pipeline
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/life-of-an-event.asciidoc ?>]
|
||||
|
||||
include::static/life-of-an-event.asciidoc[]
|
||||
|
||||
// Lostash setup
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/setting-up-logstash.asciidoc ?>]
|
||||
|
||||
include::static/setting-up-logstash.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/docker.asciidoc ?>]
|
||||
|
||||
include::static/docker.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/settings-file.asciidoc ?>]
|
||||
|
||||
include::static/settings-file.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/command-line-flags.asciidoc ?>]
|
||||
|
||||
include::static/command-line-flags.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/logging.asciidoc ?>]
|
||||
|
||||
include::static/logging.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/persistent-queues.asciidoc ?>]
|
||||
|
||||
include::static/persistent-queues.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/shutdown.asciidoc ?>]
|
||||
|
||||
include::static/shutdown.asciidoc[]
|
||||
|
||||
// Breaking Changes
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/breaking-changes.asciidoc ?>]
|
||||
|
||||
include::static/breaking-changes.asciidoc[]
|
||||
|
||||
// Upgrading Logstash
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/upgrading.asciidoc ?>]
|
||||
|
||||
include::static/upgrading.asciidoc[]
|
||||
|
||||
// Configuring Logstash
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/configuration.asciidoc ?>]
|
||||
|
||||
include::static/configuration.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/reloading-config.asciidoc ?>]
|
||||
|
||||
include::static/reloading-config.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/managing-multiline-events.asciidoc ?>]
|
||||
|
||||
include::static/managing-multiline-events.asciidoc[]
|
||||
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/glob-support.asciidoc ?>]
|
||||
|
||||
include::static/glob-support.asciidoc[]
|
||||
|
||||
// Deploying & Scaling
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/deploying.asciidoc ?>]
|
||||
|
||||
include::static/deploying.asciidoc[]
|
||||
|
||||
// Troubleshooting performance
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/performance-checklist.asciidoc ?>]
|
||||
|
||||
include::static/performance-checklist.asciidoc[]
|
||||
|
||||
// Monitoring APIs
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/monitoring-apis.asciidoc ?>]
|
||||
|
||||
include::static/monitoring-apis.asciidoc[]
|
||||
|
||||
// Working with Plugins
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/plugin-manager.asciidoc ?>]
|
||||
|
||||
include::static/plugin-manager.asciidoc[]
|
||||
|
||||
// These files do their own pass blocks
|
||||
pass::[<?edit_url?>]
|
||||
|
||||
include::plugins/inputs.asciidoc[]
|
||||
include::plugins/outputs.asciidoc[]
|
||||
include::plugins/filters.asciidoc[]
|
||||
include::plugins/codecs.asciidoc[]
|
||||
|
||||
:edit_url:
|
||||
|
||||
// Contributing to Logstash
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/contributing-to-logstash.asciidoc ?>]
|
||||
|
||||
include::static/contributing-to-logstash.asciidoc[]
|
||||
|
||||
// This is in the pluginbody.asciidoc itself
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/include/pluginbody.asciidoc ?>]
|
||||
include::static/input.asciidoc[]
|
||||
include::static/codec.asciidoc[]
|
||||
include::static/filter.asciidoc[]
|
||||
include::static/output.asciidoc[]
|
||||
|
||||
// Contributing a Patch to a Logstash Plugin
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/contributing-patch.asciidoc ?>]
|
||||
|
||||
include::static/contributing-patch.asciidoc[]
|
||||
|
||||
// Logstash Community Maintainer Guide
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/maintainer-guide.asciidoc ?>]
|
||||
|
||||
include::static/maintainer-guide.asciidoc[]
|
||||
|
||||
// A space is necessary here ^^^
|
||||
pass::[<?edit_url?>]
|
||||
|
||||
|
||||
// Submitting a Plugin
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/submitting-a-plugin.asciidoc ?>]
|
||||
|
||||
include::static/submitting-a-plugin.asciidoc[]
|
||||
|
||||
|
||||
// This is in the pluginbody.asciidoc itself
|
||||
// pass::[<?edit_url?>]
|
||||
|
||||
// Glossary of Terms
|
||||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/glossary.asciidoc ?>]
|
||||
|
||||
include::static/glossary.asciidoc[]
|
||||
|
||||
|
|
4
docs/static/include/pluginbody.asciidoc
vendored
4
docs/static/include/pluginbody.asciidoc
vendored
|
@ -1,4 +1,4 @@
|
|||
pass::[<?edit_url https://github.com/elastic/logstash/edit/master/docs/static/include/pluginbody.asciidoc ?>]
|
||||
|
||||
|
||||
=== How to write a Logstash {plugintype} plugin
|
||||
|
||||
|
@ -1299,4 +1299,4 @@ the Logstash repository. When the acceptance guidelines are completed, we will
|
|||
facilitate the move to the logstash-plugins organization using the recommended
|
||||
https://help.github.com/articles/transferring-a-repository/#transferring-from-a-user-to-an-organization[github process].
|
||||
|
||||
pass::[<?edit_url?>]
|
||||
|
||||
|
|
2
docs/static/submitting-a-plugin.asciidoc
vendored
2
docs/static/submitting-a-plugin.asciidoc
vendored
|
@ -104,4 +104,4 @@ the Logstash repository. When the acceptance guidelines are completed, we will
|
|||
facilitate the move to the logstash-plugins organization using the recommended
|
||||
https://help.github.com/articles/transferring-a-repository/#transferring-from-a-user-to-an-organization[github process].
|
||||
|
||||
pass::[<?edit_url?>]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[codec-plugins]]
|
||||
== Codec plugins
|
||||
|
||||
A codec plugin changes the data representation of an event. Codecs are essentially stream filters that can operate as part
|
||||
A codec plugin changes the data representation of an event. Codecs are essentially stream filters that can operate as part
|
||||
of an input or output.
|
||||
|
||||
The following codec plugins are available:
|
||||
|
@ -14,8 +14,8 @@ The following codec plugins are available:
|
|||
|=======================================================================
|
||||
|
||||
<% plugins.each do |plugin| %>
|
||||
pass::[<?edit_url <%=plugin.edit_url%> ?>]
|
||||
:edit_url: <%=plugin.edit_url%>
|
||||
include::<%=plugin.type%>/<%=plugin.name%>.asciidoc[]
|
||||
<% end %>
|
||||
|
||||
pass::[<?edit_url?>]
|
||||
:edit_url:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[filter-plugins]]
|
||||
== Filter plugins
|
||||
|
||||
A filter plugin performs intermediary processing on an event. Filters are often applied conditionally depending on the
|
||||
A filter plugin performs intermediary processing on an event. Filters are often applied conditionally depending on the
|
||||
characteristics of the event.
|
||||
|
||||
The following filter plugins are available:
|
||||
|
@ -14,8 +14,8 @@ The following filter plugins are available:
|
|||
|=======================================================================
|
||||
|
||||
<% plugins.each do |plugin| %>
|
||||
pass::[<?edit_url <%=plugin.edit_url%> ?>]
|
||||
:edit_url: <%=plugin.edit_url%>
|
||||
include::<%=plugin.type%>/<%=plugin.name%>.asciidoc[]
|
||||
<% end %>
|
||||
|
||||
pass::[<?edit_url?>]
|
||||
:edit_url:
|
||||
|
|
|
@ -13,8 +13,8 @@ The following input plugins are available:
|
|||
|=======================================================================
|
||||
|
||||
<% plugins.each do |plugin| %>
|
||||
pass::[<?edit_url <%=plugin.edit_url%> ?>]
|
||||
:edit_url: <%=plugin.edit_url%>
|
||||
include::<%=plugin.type%>/<%=plugin.name%>.asciidoc[]
|
||||
<% end %>
|
||||
|
||||
pass::[<?edit_url?>]
|
||||
:edit_url:
|
||||
|
|
|
@ -13,8 +13,8 @@ The following output plugins are available:
|
|||
|=======================================================================
|
||||
|
||||
<% plugins.each do |plugin| %>
|
||||
pass::[<?edit_url <%=plugin.edit_url%> ?>]
|
||||
:edit_url: <%=plugin.edit_url%>
|
||||
include::<%=plugin.type%>/<%=plugin.name%>.asciidoc[]
|
||||
<% end %>
|
||||
|
||||
pass::[<?edit_url?>]
|
||||
:edit_url:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue