I’m trying to ingest the logs in the filebeat , by Default it support millisecond precision so I try to add another field in my logs then explicity passing it into filebeats
At the server, i m having the logstash which is ingesting the given field from filebeat
then sending it to elastic searhc discovery
in the index mapping i have put another field with datatype date_nanos
so that it would ingest properly still this wont work properly
any solution for this