Python API

Hi there ,

I am using Elasticsearch python APTI to interact with ES . I have ELK stack of 5.4.0 version. I have used COMBINEDAPACHELOG grok to parse my log data in Logstash . And then, I have added three painless scripts to break data into some specific fields .
I want to query data through python API . I am using "_source" . But the problem is , it is not letting me to query data of painless scripted fields . It is only allowing me to play with only those fields which were given by the grok .
Can anyone help ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.