-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loki_out: add structured_metadata_map docs #1527
base: master
Are you sure you want to change the base?
loki_out: add structured_metadata_map docs #1527
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left suggestions, but I've added my approval based on that to keep this moving.
6149d49
to
8d8c5cd
Compare
pipeline/outputs/loki.md
Outdated
|
||
The following configuration is similar to the above, except now all entries in the log record map value `$kubernetes` will be used as structured metadata entries. | ||
|
||
```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do the tabs for YAML and TOML config so we have examples of both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fluent-bit-docs/pipeline/outputs/dash0.md
Lines 32 to 60 in e9429f3
{% tabs %} | |
{% tab title="fluent-bit.conf" %} | |
```text | |
[OUTPUT] | |
Name opentelemetry | |
Match * | |
Host ingress.eu-west-1.aws.dash0.com | |
Port 443 | |
Header Authorization Bearer {your-Auth-token-here} | |
Metrics_uri /v1/metrics | |
Logs_uri /v1/logs | |
Traces_uri /v1/traces | |
``` | |
{% endtab %} | |
{% tab title="fluent-bit.yaml" %} | |
```yaml | |
[OUTPUT] | |
Name: opentelemetry | |
Match: * | |
Host: ingress.eu-west-1.aws.dash0.com | |
Port: 443 | |
Header: Authorization Bearer {your-Auth-token-here} | |
Metrics_uri: /v1/metrics | |
Logs_uri: /v1/logs | |
Traces_uri: /v1/traces | |
``` | |
{% endtab %} | |
{% endtabs %} |
8d8c5cd
to
644b63d
Compare
Signed-off-by: Greg Eales <0x006EA1E5@gmail.com>
644b63d
to
50d83e1
Compare
Adds docs for PR fluent/fluent-bit#9530