I am using APM to monitor my node.js application. In Kibana, I see some fields with the error : " no cached mapping for this field". As a result, I cannot run any analytics or visualization on these fields.
example of fields that are being indexed:
context.request.http_version
context.request.method
context.request.url.full
context.request.url.hash
example of fields that are not being indexed:
context.request.body.app_id
context.request.body.Msg.MsgHdr.StatusCode
context.request.body.Msg.MsgHdr.StatusDesc
I have tried editing the fields.yml for apm-server. but i cant see those fields in the index management tab.
Have you created an index pattern that matches your APM indexes? If yes, could you try to go to Settings > Indices in Kibana and click the "Refresh field list" (yellow button) for that index pattern.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.