No cached mapping for this field for apm server

Hi I am using apm server and sending the data to aws ES and kibana . I am getting warning for some fields (No cached mapping for this field). I tried to refresh the index pattern in management. And I am not able to find those field in managament-index pattern.

this is in discover page .

# context.process.ppid 3,510
t context.process.title node
? context.request.body.app_imei 358674085505105
? context.request.body.appversion v2.5.18
? context.request.body.doctor_source MessageSyncService
? context.request.body.domain Doctor
? context.request.body.id 1196
? context.request.body.imei 358674085505105
? context.request.body.lastSyncTime 0
? context.request.body.password 358674085505105
? context.request.body.platform Android
? context.request.body.user 1196
? context.request.body.username 358674085505105
? context.request.body.zip true
? context.request.headers.accept-encoding gzip
? context.request.headers.content-encoding gzip
? context.request.headers.content-length 163
? context.request.headers.content-type application/x-www-form-urlencoded

this filed are not found in management --index pattern

I am not able to find above field in management index pattern

Does clicking the refresh button in the top right on that page help?

This usually occurs when fields are added after the index is created. Kibana stores its own copy and is saying it sees the field but doesn't have a copy of the new fields.

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