File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ include::{include_path}/plugin_header-integration.asciidoc[]
2323
2424//We could use a better general, introductory description here.
2525
26- TIP: If you need to process data that doesn't change often, consider using the
27- {logstash-ref}/plugins-filters-jdbc_static.html[JDBC static filter plugin]
28- instead.
26+ TIP: If you need to process static data or that doesn't change often,
27+ consider using the {logstash-ref}/plugins-filters-jdbc_static.html[JDBC static
28+ filter plugin] instead.
2929
3030This filter executes a SQL query and stores the result set in the field
3131specified as `target`.
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ include::{include_path}/plugin_header.asciidoc[]
2424The JDBC Integration Plugin provides integrated plugins for working with
2525databases that provide JDBC drivers:
2626
27- - {logstash-ref}/plugins-inputs-jdbc.html[JDBC Input Plugin ]
28- - {logstash-ref}/plugins-filters-jdbc_static.html[JDBC Static Filter Plugin ]
29- - {logstash-ref}/plugins-filters-jdbc_streaming.html[JDBC Streaming Filter Plugin ]
27+ - {logstash-ref}/plugins-inputs-jdbc.html[JDBC input plugin ]
28+ - {logstash-ref}/plugins-filters-jdbc_static.html[JDBC static filter plugin ]
29+ - {logstash-ref}/plugins-filters-jdbc_streaming.html[JDBC streaming filter plugin ]
3030
3131[id="plugins-{type}s-{plugin}-static_or_streaming"]
32- ===== JDBC Static? Or JDBC Streaming ?
32+ ===== JDBC static or JDBC streaming ?
3333
3434The JDBC integration plugin offers two JDBC filtering options--JDBC static and
3535JDBC streaming. Use the one that best fits your use case.
@@ -44,5 +44,3 @@ This plugin continues to receive incoming data while data received earlier is
4444being processed.
4545
4646:no_codec!:
47-
48-
You can’t perform that action at this time.
0 commit comments