Hi All,
I'm trying to fetch data from elasticsaerch using rest api, i'm able to get all the documents by running the below query
GET perfchk/_search?size=1000
I have created few scripted fields in this index, those scripted field datas are not showing up in the rest output, Is this a normal behaviour of elasticsearch or i'm missing something in the query.
Please advice.
Thanks
Gautham