Json parse with logstash

Hi team,

I want to laod data from sql server to elasticsearch via logstash 6.5
I have a table in sql server which has json objects as a value in one of the columns. My requirement is to read those objects as it is and write into an index.

i try with
json {
source => "searchrequest"
}
but this dosn't work

anyhelp please !

The leading and trailing triple double quotes probably cause the json filter to log an error, which you should have posted. Maybe remove them using mutate+gsub.

Hi Badge,

Can you give me an example please ! ?
Thanks

What error message are you getting?

I don't get any error message

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.