Skip to content

Commit 16ae1a5

Browse files
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 5d4d8f0 commit 16ae1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/logdna.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ When the login processes a record or log, it searches for specific key names tha
3131
| `level` | If the record contains a key called `level` or `severity`, it will populate the context `level` key with that value. If not found, the context key is not set. |
3232
| `file` | If the record contains a key called `file`, it will populate the context `file` with the value found. Otherwise, if the plugin configuration provided a `file` property, that value will be used instead. |
3333
| `app` | If the record contains a key called `app`, it will populate the context `app` with the value found, otherwise it will use the value set for `app` in the configuration property. |
34-
| `meta` | if the record contains a key called `meta`, it will populate the context `meta` with the value found. |
34+
| `meta` | If the record contains a key called `meta`, it will populate the context `meta` with the value found. |
3535

3636
## Example configuration
3737

38-
The following example configuration uses a `dummy` input and `logdna` output.
38+
The following example configuration uses a `dummy` input and `logdna` output:
3939

4040
{% tabs %}
4141
{% tab title="fluent-bit.yaml" %}

0 commit comments

Comments
 (0)