Logstash jdbc string column value in sql. how to split individual field and value

sql column value concatenated in {"ID":"P0001","Name":"sam","Createdby:124","Createdtime":"157312334321"}
In the above line is my sample data in one clolumn value of sql table

how to split this column to individual field in logstash and i
like individualy ID ,Name,Createdby,Createdtime in discover dashboard in kibana

Help me,
Saravanan R

Use a json filter.

Iam use it bro but it cant work in oracledata to logstash
kv {
source => "value"
field_split => ":"

A kv filter is not a json filter.

im beginner so can you please give that code for filter

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