How can I create an Index and Mapping with the timestamp field so each added document will include a timestamp by default.
I am using NEST (C#) but I just cant figure out how to do it.
I am also using Kibana but it seems not to work properly because I am missing the timestamp field.
Also, after I am adding this field, is there any way I can 'confirm' the field is added? can I query this field?
Thanks!