Skip to content
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

How to parse msg to json object instead of text? #72

Open
fly7632785 opened this issue Mar 22, 2023 · 0 comments
Open

How to parse msg to json object instead of text? #72

fly7632785 opened this issue Mar 22, 2023 · 0 comments

Comments

@fly7632785
Copy link

Hello
I got a problem
My msg is json String like "{"a":"b","c":"d"}"
The type of the field msg in elasticsearch is text
image
image

I want the data to be parsed to json in elasticsearch, so I can filter by the params
I tried to create index template and set msg type "Flattened" or "Nested". But it didn't work

please help, than you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants