I am a newbie.
Using Logstash to load data from a database.. The column jasondata contains a json string.
"SELECT jsondata FROM [test].[dbo].[employees]" and in ElasticSearch I get
jsondata:
{"1":223,"firstName":"Standford","lastName":"Gytesham","email":"sgytesham66@phoca.cz","gender":"Male","language":"Ndebele","phone":"664-417-5923","university":"Universidad Mayor"},
where jsondata becomes a field in Elastic.
Is it possible to not have the jsondata: ?