Skip to content

Commit

Permalink
Merge pull request #237 from ankitgyawali/patch-1
Browse files Browse the repository at this point in the history
Update fluentbit.md
  • Loading branch information
fekete-robert committed Apr 16, 2024
2 parents ca716bf + 1fc953b commit 091fab5
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions content/docs/logging-infrastructure/fluentbit.md
Expand Up @@ -36,19 +36,21 @@ To migrate your **spec.fluentbit** configuration from the Logging resource to a

```yaml
apiVersion: logging.banzaicloud.io/v1beta1
kind: FluentbitAgent
kind: Logging
metadata:
name: example
name: example-logging-resource
spec:
inputTail:
storage.type: filesystem
positiondb:
hostPath:
path: ""
bufferStorageVolume:
hostPath:
path: ""
controlNamespace: default
controlNamespace: default
fluentbit:
inputTail:
storage.type: filesystem
positiondb:
hostPath:
path: ""
bufferStorageVolume:
hostPath:
path: ""

```

1. Create a new FluentbitAgent CRD. For the value of **metadata.name**, use the name of the Logging resource, for example:
Expand Down

0 comments on commit 091fab5

Please sign in to comment.