Skip to content

Commit

Permalink
Content tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone committed Sep 30, 2020
1 parent aea11bf commit 58804a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/filter-jdbc_streaming.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ include::{include_path}/plugin_header-integration.asciidoc[]

//We could use a better general, introductory description here.

TIP: If you need to process data that doesn't change often, consider using the
{logstash-ref}/plugins-filters-jdbc_static.html[JDBC static filter plugin]
instead.
TIP: If you need to process static data or that doesn't change often,
consider using the {logstash-ref}/plugins-filters-jdbc_static.html[JDBC static
filter plugin] instead.

This filter executes a SQL query and stores the result set in the field
specified as `target`.
Expand Down
10 changes: 4 additions & 6 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ include::{include_path}/plugin_header.asciidoc[]
The JDBC Integration Plugin provides integrated plugins for working with
databases that provide JDBC drivers:

- {logstash-ref}/plugins-inputs-jdbc.html[JDBC Input Plugin]
- {logstash-ref}/plugins-filters-jdbc_static.html[JDBC Static Filter Plugin]
- {logstash-ref}/plugins-filters-jdbc_streaming.html[JDBC Streaming Filter Plugin]
- {logstash-ref}/plugins-inputs-jdbc.html[JDBC input plugin]
- {logstash-ref}/plugins-filters-jdbc_static.html[JDBC static filter plugin]
- {logstash-ref}/plugins-filters-jdbc_streaming.html[JDBC streaming filter plugin]

[id="plugins-{type}s-{plugin}-static_or_streaming"]
===== JDBC Static? Or JDBC Streaming?
===== JDBC static or JDBC streaming?

The JDBC integration plugin offers two JDBC filtering options--JDBC static and
JDBC streaming. Use the one that best fits your use case.
Expand All @@ -44,5 +44,3 @@ This plugin continues to receive incoming data while data received earlier is
being processed.

:no_codec!:


0 comments on commit 58804a7

Please sign in to comment.