We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to deploy regex-parser example https://github.com/kubesphere/fluentbit-operator/tree/master/manifests/regex-parser But i am getting following error
[2021/02/26 12:28:40] [ info] [engine] started (pid=87) [2021/02/26 12:28:40] [ info] [storage] version=1.0.6, initializing... [2021/02/26 12:28:40] [ info] [storage] in-memory [2021/02/26 12:28:40] [ info] [storage] normal synchronization mode, checksum disabled, max_chunks_up=128 [2021/02/26 12:28:40] [error] [sqldb] cannot open database /fluent-bit/tail/pos.db [2021/02/26 12:28:40] [error] [input:tail:tail.0] could not open/create database [2021/02/26 12:28:40] [error] [filter:parser:parser.0] requested parser 'my-regex' not found [2021/02/26 12:28:40] [error] [filter:parser:parser.0] Invalid 'parser' [2021/02/26 12:28:40] [error] Failed initialize filter parser.0 [2021/02/26 12:28:40] [ info] [input] pausing tail.0 [2021/02/26 12:28:40] [error] [lib] backend failed level=error msg="Fluent bit exited" error="exit status 255"
The text was updated successfully, but these errors were encountered:
@wanjunlei Pls help to take a look at this issue
Sorry, something went wrong.
Ok, I had fixed this bug, you can fix this bug by update the fluent-bit image.
Run this command,
kubectl edit fluentbits.logging.kubesphere.io -n kubesphere-logging-system fluent-bit
and add the following part.
spec: imagePullPolicy: Always
This will restart the fluent bit.
@dhope-nagesh Has this issue been resolved?
I think this problem still exists. We encountered the same error message. link
wanjunlei
No branches or pull requests
I am trying to deploy regex-parser example https://github.com/kubesphere/fluentbit-operator/tree/master/manifests/regex-parser
But i am getting following error
The text was updated successfully, but these errors were encountered: