@@ -15,18 +15,32 @@ END - GENERATED VARIABLES, DO NOT EDIT!
1515
1616[id="plugins-{type}s-{plugin}"]
1717
18- === JDBC Integration Plugin
18+ === JDBC integration plugin
1919
2020include::{include_path}/plugin_header.asciidoc[]
2121
2222==== Description
2323
24- The JDBC Integration Plugin provides integrated plugins for working with databases that provide JDBC drivers:
24+ The JDBC Integration Plugin provides integrated plugins for working with
25+ databases that provide JDBC drivers:
2526
26- - {logstash-ref}/plugins-inputs-jdbc.html[JDBC Input Plugin ]
27- - {logstash-ref}/plugins-filters-jdbc_static.html[JDBC Static Filter Plugin ]
28- - {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 ]
2930
30- :no_codec!:
31+ [id="plugins-{type}s-{plugin}-static_or_streaming"]
32+ ===== JDBC static or JDBC streaming?
33+
34+ The JDBC integration plugin offers two JDBC filtering options--JDBC static and
35+ JDBC streaming. Use the one that best fits your use case.
3136
37+ * **{logstash-ref}/plugins-filters-jdbc_static.html[JDBC static filter].**
38+ Best suited for enriching events with reference data that is static or does not
39+ change very often, such as environments, users, and products.
3240
41+ * **{logstash-ref}/plugins-filters-jdbc_streaming.html[JDBC streaming filter].**
42+ Best suited for filtering data that is transmitted in a steady, continuous flow.
43+ This plugin continues to receive incoming data while data received earlier is
44+ being processed.
45+
46+ :no_codec!:
0 commit comments