Skip to content

updated docs for master #1055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/plugins/inputs/rabbitmq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v7.2.0
:release_date: 2021-01-11
:changelog_url: https://github.com/logstash-plugins/logstash-integration-rabbitmq/blob/v7.2.0/CHANGELOG.md
:version: v7.3.0
:release_date: 2021-06-07
:changelog_url: https://github.com/logstash-plugins/logstash-integration-rabbitmq/blob/v7.3.0/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/integrations/elastic_enterprise_search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v2.1.1
:release_date: 2021-06-02
:changelog_url: https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/blob/v2.1.1/CHANGELOG.md
:version: v2.1.2
:release_date: 2021-06-07
:changelog_url: https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/blob/v2.1.2/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand All @@ -22,7 +22,7 @@ include::{include_path}/plugin_header.asciidoc[]

==== Description

The Elastic Enterprise Search integration plugin provides integrated plugins for working with Elastic App Search and Elastic Workplace Search services:
The Elastic Enterprise Search integration plugin provides integrated plugins for working with https://www.elastic.co/app-search[Elastic App Search] and https://www.elastic.co/workplace-search[Elastic Workplace Search] services:

* {logstash-ref}/plugins-outputs-elastic_app_search.html[Elastic App Search output plugin]
* {logstash-ref}/plugins-outputs-elastic_workplace_search.html[Elastic Workplace Search output plugin]
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/integrations/rabbitmq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v7.2.0
:release_date: 2021-01-11
:changelog_url: https://github.com/logstash-plugins/logstash-integration-rabbitmq/blob/v7.2.0/CHANGELOG.md
:version: v7.3.0
:release_date: 2021-06-07
:changelog_url: https://github.com/logstash-plugins/logstash-integration-rabbitmq/blob/v7.3.0/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
5 changes: 2 additions & 3 deletions docs/plugins/outputs/elastic_app_search.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
:integration: elastic_enterprise_search
:plugin: elastic_app_search
:type: output
:default_plugin: 1
:default_plugin: 0
:no_codec:

///////////////////////////////////////////
Expand All @@ -19,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

=== App Search output plugin

include::{include_path}/plugin_header-integration.asciidoc[]
include::{include_path}/plugin_header.asciidoc[]

==== Description

Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/outputs/elastic_workplace_search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v2.1.1
:release_date: 2021-06-02
:changelog_url: https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/blob/v2.1.1/CHANGELOG.md
:version: v2.1.2
:release_date: 2021-06-07
:changelog_url: https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/blob/v2.1.2/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand All @@ -23,7 +23,7 @@ include::{include_path}/plugin_header-integration.asciidoc[]

==== Description

This output lets you send events to the Elastic Workplace Search solution.
This output lets you send events to the https://www.elastic.co/workplace-search[Elastic Workplace Search] solution.
On receiving a batch of events from the Logstash pipeline, the plugin
converts the events into documents and uses the Workplace Search bulk API
to index multiple events in one request.
Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/outputs/influxdb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v5.0.5
:release_date: 2018-08-15
:changelog_url: https://github.com/logstash-plugins/logstash-output-influxdb/blob/v5.0.5/CHANGELOG.md
:version: v5.0.6
:release_date: 2021-06-07
:changelog_url: https://github.com/logstash-plugins/logstash-output-influxdb/blob/v5.0.6/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down Expand Up @@ -231,7 +231,7 @@ The retention policy to use
An array containing the names of fields to send to Influxdb as tags instead
of fields. Influxdb 0.9 convention is that values that do not change every
request should be considered metadata and given as tags. Tags are only sent when
present in `data_points` or if `user_event_fields_for_data_points` is `true`.
present in `data_points` or if `use_event_fields_for_data_points` is `true`.

[id="plugins-{type}s-{plugin}-ssl"]
===== `ssl`
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/outputs/rabbitmq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v7.2.0
:release_date: 2021-01-11
:changelog_url: https://github.com/logstash-plugins/logstash-integration-rabbitmq/blob/v7.2.0/CHANGELOG.md
:version: v7.3.0
:release_date: 2021-06-07
:changelog_url: https://github.com/logstash-plugins/logstash-integration-rabbitmq/blob/v7.3.0/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down