Difference between revisions of "Fluent Bit values.yml"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Fluent Bit values.yml]]: | * [[Fluent Bit values.yml]]: | ||
** https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml | ** https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml | ||
− | ** https://raw.githubusercontent.com/fluent/helm-charts/main/charts/fluent-bit/values.yaml | + | ** Official example: https://raw.githubusercontent.com/fluent/helm-charts/main/charts/fluent-bit/values.yaml |
− | + | ||
− | + | == [[values.yml]] == | |
− | + | [[Fluent Bit tail input plugin|Inputs]]: | |
+ | .../... | ||
+ | [[Fluent Bit output plugins|outputs]]: | | ||
+ | [OUTPUT] | ||
+ | Name es | ||
+ | Match kube.* | ||
+ | Host 10.10.10.10 | ||
+ | .../... | ||
+ | [[Filters]]: <code>[ [[FILTER]] ]</code> | ||
* https://docs.fluentbit.io/manual/pipeline/outputs | * https://docs.fluentbit.io/manual/pipeline/outputs | ||
Line 15: | Line 23: | ||
− | + | == [[Elasticsearch]] == | |
− | * <code>[[Trace_Error]]</code> | + | * [ [[Fluent Bit output plugins|OUTPUT]] ]: <code>[[Trace_Error]]</code> |
* <code>[[/_bulk]]</code> | * <code>[[/_bulk]]</code> | ||
Line 23: | Line 31: | ||
* <code>[[values.yml]]</code> | * <code>[[values.yml]]</code> | ||
* [[Kubernetes fluent bit installation]] | * [[Kubernetes fluent bit installation]] | ||
+ | * [[Elasticsearch]]: <code>"[[index.mapping.total_fields.limit]]": 2000</code> | ||
+ | * <code>[error] [tls] [[error: unexpected EOF]]</code> | ||
== See also == | == See also == |
Latest revision as of 08:45, 30 January 2023
Contents
values.yml[edit]
Inputs:
.../...
outputs: |
[OUTPUT]
Name es
Match kube.*
Host 10.10.10.10
.../...
Filters: [ FILTER ]
Mem_Buf_Limit Buffer_Size False
Elasticsearch[edit]
- [ OUTPUT ]:
Trace_Error
Related[edit]
values.yml
- Kubernetes fluent bit installation
- Elasticsearch:
"index.mapping.total_fields.limit": 2000
[error] [tls] error: unexpected EOF
See also[edit]
Advertising: