Skip to content

Commit 180659f

Browse files
authored
Doc: Add ECS compatibility info and tip (#79)
Bump to v5.1.4
1 parent 8d813e2 commit 180659f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.1.4
2+
- [DOC] Update filter-jdbc_static doc to describe ECS compatibility [#79](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/79)
3+
14
## 5.1.3
25
- Improve robustness when handling errors from `sequel` library in jdbc static and streaming
36
filters[#78](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/78)

docs/filter-jdbc_static.asciidoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,17 @@ order is in place.
264264
===============================
265265
266266
267+
[id="plugins-{type}s-{plugin}-ecs"]
268+
==== Compatibility with the Elastic Common Schema (ECS)
269+
270+
This plugin is compatible with the {ecs-ref}[Elastic Common Schema (ECS)].
271+
It behaves the same regardless of ECS compatibility, except giving a warning when ECS is enabled and `target` isn't set.
272+
273+
TIP: Set the `target` option to avoid potential schema conflicts.
274+
275+
267276
[id="plugins-{type}s-{plugin}-options"]
268-
==== Jdbc_static Filter Configuration Options
277+
==== Jdbc_static filter configuration options
269278
270279
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
271280

logstash-integration-jdbc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-integration-jdbc'
3-
s.version = '5.1.3'
3+
s.version = '5.1.4'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Integration with JDBC - input and filter plugins"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)