From 698f3df61a9ef5684aecfa0433f63dc2fc34b510 Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:54:16 +0000 Subject: [PATCH 1/2] updated docs for 9.0 --- docs/plugins/inputs/beats.asciidoc | 22 ++++----- docs/plugins/inputs/elastic_agent.asciidoc | 22 ++++----- docs/plugins/inputs/http.asciidoc | 52 +++++++++++----------- docs/plugins/inputs/kafka.asciidoc | 8 ++-- docs/plugins/inputs/tcp.asciidoc | 26 +++++------ docs/plugins/integrations/kafka.asciidoc | 8 ++-- docs/plugins/outputs/kafka.asciidoc | 8 ++-- 7 files changed, 73 insertions(+), 73 deletions(-) diff --git a/docs/plugins/inputs/beats.asciidoc b/docs/plugins/inputs/beats.asciidoc index f69e2741a..366cf622f 100644 --- a/docs/plugins/inputs/beats.asciidoc +++ b/docs/plugins/inputs/beats.asciidoc @@ -8,10 +8,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v7.0.2 -:release_date: 2025-02-12 -:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v7.0.2/CHANGELOG.md -:include_path: ../include +:version: v7.0.3 +:release_date: 2025-09-04 +:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v7.0.3/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// @@ -21,7 +21,7 @@ END - GENERATED VARIABLES, DO NOT EDIT! === {plugin-uc} input plugin NOTE: The `input-elastic_agent` plugin is the next generation of the -`input-beats` plugin. +`input-beats` plugin. They currently share code and a https://github.com/logstash-plugins/logstash-input-beats[common codebase]. include::{include_path}/plugin_header.asciidoc[] @@ -94,9 +94,9 @@ endif::[] This plugin uses "off-heap" direct memory in addition to heap memory. By default, a JVM's off-heap direct memory limit is the same as the heap size. -For example, setting `-Xmx10G` without setting the direct memory limit will allocate `10GB` for heap and an additional `10GB` for direct memory, for a total of `20GB` allocated. -You can set the amount of direct memory with `-XX:MaxDirectMemorySize` in {logstash-ref}/jvm-settings.html[Logstash JVM Settings]. -Consider setting direct memory to half of the heap size. +For example, setting `-Xmx10G` without setting the direct memory limit will allocate `10GB` for heap and an additional `10GB` for direct memory, for a total of `20GB` allocated. +You can set the amount of direct memory with `-XX:MaxDirectMemorySize` in {logstash-ref}/jvm-settings.html[Logstash JVM Settings]. +Consider setting direct memory to half of the heap size. Setting direct memory too low decreases the performance of ingestion. NOTE: Be sure that heap and direct memory combined does not exceed the total memory available on the server to avoid an OutOfDirectMemoryError @@ -146,7 +146,7 @@ endif::[] [id="plugins-{type}s-{plugin}-ecs_metadata"] ==== Event enrichment and the Elastic Common Schema (ECS) -When decoding {plugin-uc} events, this plugin enriches each event with metadata about the event's source, making this information available during further processing. +When decoding {plugin-uc} events, this plugin enriches each event with metadata about the event's source, making this information available during further processing. You can use the <> option to activate or deactivate individual enrichment categories. The location of these enrichment fields depends on whether <> is enabled: @@ -352,7 +352,7 @@ See <> configuration if you need to s The number of threads to be used to process incoming {plugin-uc} requests. By default, the {plugin-uc} input creates a number of threads equal to the number of CPU cores. -These threads handle incoming connections, reading from established sockets, and executing most of the tasks related to network connection management. +These threads handle incoming connections, reading from established sockets, and executing most of the tasks related to network connection management. Parsing the Lumberjack protocol is offloaded to a dedicated thread pool. Generally you don't need to touch this setting. @@ -459,7 +459,7 @@ Time in milliseconds for an incomplete ssl handshake to timeout * There is no default value for this setting. SSL key to use. -This key must be in the PKCS8 format and PEM encoded. +This key must be in the PKCS8 format and PEM encoded. You can use the https://www.openssl.org/docs/man1.1.1/man1/openssl-pkcs8.html[openssl pkcs8] command to complete the conversion. For example, the command to convert a PEM encoded PKCS1 private key to a PEM encoded, non-encrypted PKCS8 key is: diff --git a/docs/plugins/inputs/elastic_agent.asciidoc b/docs/plugins/inputs/elastic_agent.asciidoc index e781f979f..7448d3d6b 100644 --- a/docs/plugins/inputs/elastic_agent.asciidoc +++ b/docs/plugins/inputs/elastic_agent.asciidoc @@ -8,10 +8,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v7.0.2 -:release_date: 2025-02-12 -:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v7.0.2/CHANGELOG.md -:include_path: ../include +:version: v7.0.3 +:release_date: 2025-09-04 +:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v7.0.3/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// @@ -21,7 +21,7 @@ END - GENERATED VARIABLES, DO NOT EDIT! === {plugin-uc} input plugin NOTE: The `input-elastic_agent` plugin is the next generation of the -`input-beats` plugin. +`input-beats` plugin. They currently share code and a https://github.com/logstash-plugins/logstash-input-beats[common codebase]. include::{include_path}/plugin_header.asciidoc[] @@ -94,9 +94,9 @@ endif::[] This plugin uses "off-heap" direct memory in addition to heap memory. By default, a JVM's off-heap direct memory limit is the same as the heap size. -For example, setting `-Xmx10G` without setting the direct memory limit will allocate `10GB` for heap and an additional `10GB` for direct memory, for a total of `20GB` allocated. -You can set the amount of direct memory with `-XX:MaxDirectMemorySize` in {logstash-ref}/jvm-settings.html[Logstash JVM Settings]. -Consider setting direct memory to half of the heap size. +For example, setting `-Xmx10G` without setting the direct memory limit will allocate `10GB` for heap and an additional `10GB` for direct memory, for a total of `20GB` allocated. +You can set the amount of direct memory with `-XX:MaxDirectMemorySize` in {logstash-ref}/jvm-settings.html[Logstash JVM Settings]. +Consider setting direct memory to half of the heap size. Setting direct memory too low decreases the performance of ingestion. NOTE: Be sure that heap and direct memory combined does not exceed the total memory available on the server to avoid an OutOfDirectMemoryError @@ -146,7 +146,7 @@ endif::[] [id="plugins-{type}s-{plugin}-ecs_metadata"] ==== Event enrichment and the Elastic Common Schema (ECS) -When decoding {plugin-uc} events, this plugin enriches each event with metadata about the event's source, making this information available during further processing. +When decoding {plugin-uc} events, this plugin enriches each event with metadata about the event's source, making this information available during further processing. You can use the <> option to activate or deactivate individual enrichment categories. The location of these enrichment fields depends on whether <> is enabled: @@ -352,7 +352,7 @@ See <> configuration if you need to s The number of threads to be used to process incoming {plugin-uc} requests. By default, the {plugin-uc} input creates a number of threads equal to the number of CPU cores. -These threads handle incoming connections, reading from established sockets, and executing most of the tasks related to network connection management. +These threads handle incoming connections, reading from established sockets, and executing most of the tasks related to network connection management. Parsing the Lumberjack protocol is offloaded to a dedicated thread pool. Generally you don't need to touch this setting. @@ -459,7 +459,7 @@ Time in milliseconds for an incomplete ssl handshake to timeout * There is no default value for this setting. SSL key to use. -This key must be in the PKCS8 format and PEM encoded. +This key must be in the PKCS8 format and PEM encoded. You can use the https://www.openssl.org/docs/man1.1.1/man1/openssl-pkcs8.html[openssl pkcs8] command to complete the conversion. For example, the command to convert a PEM encoded PKCS1 private key to a PEM encoded, non-encrypted PKCS8 key is: diff --git a/docs/plugins/inputs/http.asciidoc b/docs/plugins/inputs/http.asciidoc index b043153d2..d18fd5410 100644 --- a/docs/plugins/inputs/http.asciidoc +++ b/docs/plugins/inputs/http.asciidoc @@ -6,10 +6,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v4.1.2 -:release_date: 2025-02-12 -:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v4.1.2/CHANGELOG.md -:include_path: ../include +:version: v4.1.3 +:release_date: 2025-09-04 +:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v4.1.3/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// @@ -24,7 +24,7 @@ include::{include_path}/plugin_header.asciidoc[] Using this input you can receive single or multiline events over http(s). Applications can send an HTTP request to the endpoint started by this input and -Logstash will convert it into an event for subsequent processing. Users +Logstash will convert it into an event for subsequent processing. Users can pass plain text, JSON, or any formatted data and use a corresponding codec with this input. For Content-Type `application/json` the `json` codec is used, but for all other data formats, `plain` codec is used. @@ -57,16 +57,16 @@ Here’s how ECS compatibility mode affects output. ==== Blocking Behavior -The HTTP protocol doesn't deal well with long running requests. This plugin will either return -a 429 (busy) error when Logstash is backlogged, or it will time out the request. +The HTTP protocol doesn't deal well with long running requests. This plugin will either return +a 429 (busy) error when Logstash is backlogged, or it will time out the request. -If a 429 error is encountered clients should sleep, backing off exponentially with some random +If a 429 error is encountered clients should sleep, backing off exponentially with some random jitter, then retry their request. This plugin will block if the Logstash queue is blocked and there are available HTTP input threads. This will cause most HTTP clients to time out. Sent events will still be processed in this case. This -behavior is not optimal and will be changed in a future release. In the future, this plugin will always -return a 429 if the queue is busy, and will not time out in the event of a busy queue. +behavior is not optimal and will be changed in a future release. In the future, this plugin will always +return a 429 if the queue is busy, and will not time out in the event of a busy queue. ==== Security This plugin supports standard HTTP basic authentication headers to identify the requester. @@ -77,7 +77,7 @@ validating the client's certificate. [id="plugins-{type}s-{plugin}-codec-settings"] ==== Codec settings -This plugin has two configuration options for codecs: `codec` and `additional_codecs`. +This plugin has two configuration options for codecs: `codec` and `additional_codecs`. Values in `additional_codecs` are prioritized over those specified in the `codec` option. That is, the default `codec` is applied only if no codec @@ -128,7 +128,7 @@ input plugins.   [id="plugins-{type}s-{plugin}-additional_codecs"] -===== `additional_codecs` +===== `additional_codecs` * Value type is <> * Default value is `{"application/json"=>"json"}` @@ -203,7 +203,7 @@ See <> for detailed information. ----- [id="plugins-{type}s-{plugin}-host"] -===== `host` +===== `host` * Value type is <> * Default value is `"0.0.0.0"` @@ -212,7 +212,7 @@ The host or ip to bind [id="plugins-{type}s-{plugin}-password"] -===== `password` +===== `password` * Value type is <> * There is no default value for this setting. @@ -220,7 +220,7 @@ The host or ip to bind Password for basic authorization [id="plugins-{type}s-{plugin}-port"] -===== `port` +===== `port` * Value type is <> * Default value is `8080` @@ -262,7 +262,7 @@ invalid credentials (401), internal errors (503) or backpressure (429). If 204 (No Content) is set, the response body will not be sent in the response. [id="plugins-{type}s-{plugin}-response_headers"] -===== `response_headers` +===== `response_headers` * Value type is <> * Default value is `{"Content-Type"=>"text/plain"}` @@ -270,7 +270,7 @@ If 204 (No Content) is set, the response body will not be sent in the response. specify a custom set of response headers [id="plugins-{type}s-{plugin}-remote_host_target_field"] -===== `remote_host_target_field` +===== `remote_host_target_field` * Value type is <> * Default value is `"host"` when ECS is disabled @@ -279,7 +279,7 @@ specify a custom set of response headers specify a target field for the client host of the http request [id="plugins-{type}s-{plugin}-request_headers_target_field"] -===== `request_headers_target_field` +===== `request_headers_target_field` * Value type is <> * Default value is `"headers"` when ECS is disabled @@ -289,7 +289,7 @@ specify target field for the client host of the http request [id="plugins-{type}s-{plugin}-ssl_certificate"] -===== `ssl_certificate` +===== `ssl_certificate` * Value type is <> * There is no default value for this setting. @@ -297,12 +297,12 @@ specify target field for the client host of the http request SSL certificate to use. [id="plugins-{type}s-{plugin}-ssl_certificate_authorities"] -===== `ssl_certificate_authorities` +===== `ssl_certificate_authorities` * Value type is <> * Default value is `[]` -Validate client certificates against these authorities. +Validate client certificates against these authorities. You can define multiple files or paths. All the certificates will be read and added to the trust store. You need to configure the <> to `optional` or `required` to enable the verification. @@ -341,7 +341,7 @@ Events are, by default, sent in plain text. You can enable encryption by setting the <> and <> options. [id="plugins-{type}s-{plugin}-ssl_handshake_timeout"] -===== `ssl_handshake_timeout` +===== `ssl_handshake_timeout` * Value type is <> * Default value is `10000` @@ -349,7 +349,7 @@ the <> and <> * There is no default value for this setting. @@ -359,7 +359,7 @@ NOTE: This key need to be in the PKCS8 format, you can convert it with https://w for more information. [id="plugins-{type}s-{plugin}-ssl_key_passphrase"] -===== `ssl_key_passphrase` +===== `ssl_key_passphrase` * Value type is <> * There is no default value for this setting. @@ -438,7 +438,7 @@ The format of the truststore file. It must be either `jks` or `pkcs12`. [id="plugins-{type}s-{plugin}-threads"] -===== `threads` +===== `threads` * Value type is <> * Default value is number of processors @@ -447,7 +447,7 @@ Number of threads to use for both accepting connections and handling requests [id="plugins-{type}s-{plugin}-user"] -===== `user` +===== `user` * Value type is <> * There is no default value for this setting. diff --git a/docs/plugins/inputs/kafka.asciidoc b/docs/plugins/inputs/kafka.asciidoc index 24efd7b0d..6ae52e3b5 100644 --- a/docs/plugins/inputs/kafka.asciidoc +++ b/docs/plugins/inputs/kafka.asciidoc @@ -9,10 +9,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v11.6.3 -:release_date: 2025-06-12 -:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.3/CHANGELOG.md -:include_path: ../include +:version: v11.6.4 +:release_date: 2025-08-28 +:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.4/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/inputs/tcp.asciidoc b/docs/plugins/inputs/tcp.asciidoc index 892cfb4eb..be2c96092 100644 --- a/docs/plugins/inputs/tcp.asciidoc +++ b/docs/plugins/inputs/tcp.asciidoc @@ -6,10 +6,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v7.0.2 -:release_date: 2025-02-12 -:changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v7.0.2/CHANGELOG.md -:include_path: ../include +:version: v7.0.3 +:release_date: 2025-09-04 +:changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v7.0.3/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// @@ -32,7 +32,7 @@ depending on `mode`. ===== Accepting log4j2 logs Log4j2 can send JSON over a socket, and we can use that combined with our tcp -input to accept the logs. +input to accept the logs. First, we need to configure your application to send logs in JSON over a socket. The following log4j2.xml accomplishes this task. @@ -178,7 +178,7 @@ Controls this plugin's compatibility with the https://www.elastic.co/guide/en/ec The value of this setting affects the <> on events. [id="plugins-{type}s-{plugin}-host"] -===== `host` +===== `host` * Value type is <> * Default value is `"0.0.0.0"` @@ -187,7 +187,7 @@ When mode is `server`, the address to listen on. When mode is `client`, the address to connect to. [id="plugins-{type}s-{plugin}-mode"] -===== `mode` +===== `mode` * Value can be any of: `server`, `client` * Default value is `"server"` @@ -196,7 +196,7 @@ Mode to operate in. `server` listens for client connections, `client` connects to a server. [id="plugins-{type}s-{plugin}-port"] -===== `port` +===== `port` * This is a required setting. * Value type is <> @@ -206,7 +206,7 @@ When mode is `server`, the port to listen on. When mode is `client`, the port to connect to. [id="plugins-{type}s-{plugin}-proxy_protocol"] -===== `proxy_protocol` +===== `proxy_protocol` * Value type is <> * Default value is `false` @@ -270,7 +270,7 @@ NOTE: This setting can be used only if <> is `ser Enable SSL (must be set for other `ssl_` options to take effect). [id="plugins-{type}s-{plugin}-ssl_extra_chain_certs"] -===== `ssl_extra_chain_certs` +===== `ssl_extra_chain_certs` * Value type is <> * Default value is `[]` @@ -280,7 +280,7 @@ These are used together with the certificate to construct the certificate chain presented to the client. [id="plugins-{type}s-{plugin}-ssl_key"] -===== `ssl_key` +===== `ssl_key` * Value type is <> * There is no default value for this setting. @@ -288,7 +288,7 @@ presented to the client. The path to the private key corresponding to the specified certificate (PEM format). [id="plugins-{type}s-{plugin}-ssl_key_passphrase"] -===== `ssl_key_passphrase` +===== `ssl_key_passphrase` * Value type is <> * Default value is `nil` @@ -341,7 +341,7 @@ keep alive setting for the underlying socket. ==== TCP Input Obsolete Configuration Options WARNING: As of version `7.0.0` of this plugin, some configuration options have been replaced. -The plugin will fail to start if it contains any of these obsolete options. +The plugin will fail to start if it contains any of these obsolete options. [cols="<,<",options="header",] diff --git a/docs/plugins/integrations/kafka.asciidoc b/docs/plugins/integrations/kafka.asciidoc index c5d84b9f1..d20ac60df 100644 --- a/docs/plugins/integrations/kafka.asciidoc +++ b/docs/plugins/integrations/kafka.asciidoc @@ -7,10 +7,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v11.6.3 -:release_date: 2025-06-12 -:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.3/CHANGELOG.md -:include_path: ../include +:version: v11.6.4 +:release_date: 2025-08-28 +:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.4/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/outputs/kafka.asciidoc b/docs/plugins/outputs/kafka.asciidoc index 73e66749e..a865c12f2 100644 --- a/docs/plugins/outputs/kafka.asciidoc +++ b/docs/plugins/outputs/kafka.asciidoc @@ -9,10 +9,10 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v11.6.3 -:release_date: 2025-06-12 -:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.3/CHANGELOG.md -:include_path: ../include +:version: v11.6.4 +:release_date: 2025-08-28 +:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.4/CHANGELOG.md +:include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// From a8873abe110ff1dc580fa08c9d09365fa363ca24 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:32:16 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Update `include_path:` --- docs/plugins/inputs/beats.asciidoc | 2 +- docs/plugins/inputs/elastic_agent.asciidoc | 2 +- docs/plugins/inputs/http.asciidoc | 2 +- docs/plugins/inputs/kafka.asciidoc | 2 +- docs/plugins/inputs/tcp.asciidoc | 2 +- docs/plugins/integrations/kafka.asciidoc | 2 +- docs/plugins/outputs/kafka.asciidoc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/plugins/inputs/beats.asciidoc b/docs/plugins/inputs/beats.asciidoc index 366cf622f..995305ba3 100644 --- a/docs/plugins/inputs/beats.asciidoc +++ b/docs/plugins/inputs/beats.asciidoc @@ -11,7 +11,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v7.0.3 :release_date: 2025-09-04 :changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v7.0.3/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/inputs/elastic_agent.asciidoc b/docs/plugins/inputs/elastic_agent.asciidoc index 7448d3d6b..2dd966af5 100644 --- a/docs/plugins/inputs/elastic_agent.asciidoc +++ b/docs/plugins/inputs/elastic_agent.asciidoc @@ -11,7 +11,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v7.0.3 :release_date: 2025-09-04 :changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v7.0.3/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/inputs/http.asciidoc b/docs/plugins/inputs/http.asciidoc index d18fd5410..c7773aa5a 100644 --- a/docs/plugins/inputs/http.asciidoc +++ b/docs/plugins/inputs/http.asciidoc @@ -9,7 +9,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v4.1.3 :release_date: 2025-09-04 :changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v4.1.3/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/inputs/kafka.asciidoc b/docs/plugins/inputs/kafka.asciidoc index 6ae52e3b5..3f174bfa7 100644 --- a/docs/plugins/inputs/kafka.asciidoc +++ b/docs/plugins/inputs/kafka.asciidoc @@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v11.6.4 :release_date: 2025-08-28 :changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.4/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/inputs/tcp.asciidoc b/docs/plugins/inputs/tcp.asciidoc index be2c96092..49df7b09f 100644 --- a/docs/plugins/inputs/tcp.asciidoc +++ b/docs/plugins/inputs/tcp.asciidoc @@ -9,7 +9,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v7.0.3 :release_date: 2025-09-04 :changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v7.0.3/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/integrations/kafka.asciidoc b/docs/plugins/integrations/kafka.asciidoc index d20ac60df..6a889b1fb 100644 --- a/docs/plugins/integrations/kafka.asciidoc +++ b/docs/plugins/integrations/kafka.asciidoc @@ -10,7 +10,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v11.6.4 :release_date: 2025-08-28 :changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.4/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// diff --git a/docs/plugins/outputs/kafka.asciidoc b/docs/plugins/outputs/kafka.asciidoc index a865c12f2..85f1e92a7 100644 --- a/docs/plugins/outputs/kafka.asciidoc +++ b/docs/plugins/outputs/kafka.asciidoc @@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! :version: v11.6.4 :release_date: 2025-08-28 :changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.6.4/CHANGELOG.md -:include_path: ../../../../logstash/docs/include +:include_path: ../include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! ///////////////////////////////////////////