HI everyone,
I am new in Kibana and i have some difficulties in my queries while using the Dev Tools.
I try to find a log according to his nested json and getting an Error back and i wish to know what I'm doing wrong
for example-for this log:
{
_ "index": "logstash-2017.10.20",
_ "type": "my_type",
_ "id": "AV86NYdT0q4wZ6aQFflk",
_ "score": 1,
_ "source": {
_ "offset": 4553353,_
_ "sourceTimestamp": "2017-10-20 08:13:42,583",_
_ "level": "INFO",_
_ "logger": "ExecuteProcessTaskExecutor",_
_ "input_type": "log",_
_ "source": "D:\log\A.[15400].log",_
_ "message": "[foo:17400]: 2017-10-20 08:13:42,582 [1] INFO ",_
_ "type": "SIMP - Scheduler",_
_ "tags": [_
_ "beats_input_codec_plain_applied"_
_ ],_
_ "@timestamp": "2017-10-20T14:31:48.017Z",_
_ "task": "Exec:17400:StdOut",_
_ "@version": "1",_
_ "beat": {_
_ "hostname": "A01",_
_ "name": "A01",_
_ "version": "5.3.0"_
_ },_
_ "host": "A01"_
_ }_
_ }_
i would like to find it according to his hostname or name.
but all the options i tried lead to an error or to 0 hits.
can anyone assist?
Thnax in advance!