hi , I have the data in elastic search example below
{
- "_index": "beintegration-2018.09.25",
- "_type": "logs",
- "_id": "AWYQwbG4TPV5ZuKtc30w",
- "_version": 1,
- "_score": 1,
- "_source": {
- "Server": "prod-vl-beintgr01.sbetprod.ads",
- "Method": "GET",
- "MsgID": "7465649",
- "URL": "https://cwh-platform.wildbunchgaming.com/casinowarehouse/jackpots?domain=betboo_tr",
- "path": "/home/logstash-5.3.2/current-beintergration",
- "logTimestamp": "2018-09-25T00:00:44.719Z",
- "inout": "Outbound Message",
- "@timestamp": "2018-09-25T12:43:41.339Z",
- "@version": "1",
- "host": "MAL-PRD-LOG01",
- "Level": "INFO"}
}
in Kibana i'm trying to use logTimestamp as my Time-field name and if i do so i dont see the logs when i discover via Kibana
any help please