@@ -15,18 +15,32 @@ END - GENERATED VARIABLES, DO NOT EDIT!
15
15
16
16
[id="plugins-{type}s-{plugin}"]
17
17
18
- === JDBC Integration Plugin
18
+ === JDBC integration plugin
19
19
20
20
include::{include_path}/plugin_header.asciidoc[]
21
21
22
22
==== Description
23
23
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:
25
26
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 ]
29
30
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.
31
36
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.
32
40
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