We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d758af1 commit b49eca9Copy full SHA for b49eca9
pipeline/processors/sql.md
@@ -18,7 +18,7 @@ Only [YAML configuration files](../administration/configuring-fluent-bit/yaml/RE
18
19
## Basic selection example
20
21
-The following example generates a sample message with two keys: `key` and `http.url`, then uses a SQL statement to select only the key `http.url`.
+The following example generates a sample message with the keys `key` and `http.url`, and then uses a SQL statement to select only the key `http.url`.
22
23
{% tabs %}
24
{% tab title="fluent-bit.yaml" %}
0 commit comments