Skip to content

Commit 58804a7

Browse files
committed
Content tweak
1 parent aea11bf commit 58804a7

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/filter-jdbc_streaming.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3030
This filter executes a SQL query and stores the result set in the field
3131
specified as `target`.

docs/index.asciidoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ include::{include_path}/plugin_header.asciidoc[]
2424
The JDBC Integration Plugin provides integrated plugins for working with
2525
databases 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

3434
The JDBC integration plugin offers two JDBC filtering options--JDBC static and
3535
JDBC 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
4444
being processed.
4545

4646
:no_codec!:
47-
48-

0 commit comments

Comments
 (0)