I have json messages with timestamp in kafka that gets indexed in elasticsearch. I dont want to have multiple timestamp fields and only the timestamp in json is the only timestamp i want. I tried adding jsonproperty(“@timestamp” in the java class but it didnt work
Can anyone help?
You probably need to share more details like code sample, JSon samples...