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
The text was updated successfully, but these errors were encountered:
Source logs is
{"log":"{"myfield1": "hello world", "myfield2": "ok", "app": "my-app" }\n","stream":"stdout","time":"2024-01-11T06:58:56.042165722Z"}
I want all fields extracted in key value to store in opensearch
Sorry, something went wrong.
Source logs is {"log":"{"myfield1": "hello world", "myfield2": "ok", "app": "my-app" }\n","stream":"stdout","time":"2024-01-11T06:58:56.042165722Z"} I want all fields extracted in key value to store in opensearch
Hi, you need use Interceptors transformer jsonDecode - https://loggie-io.github.io/docs-en/reference/pipelines/interceptor/transformer/#jsondecodekey
No branches or pull requests
The text was updated successfully, but these errors were encountered: