Kibana and mapper-size Plugin

Hi,
I'm using kibana & elasticsearch 5.6.9 along with the mapper-size plugin (also 5.6.9). Our other environments, running 5.6.3, display the '_size' field fine in kibana, but not at this version. Note that it is present in '_source' of the log messages.

An example mapping from this cluster looks like this:

{
  "index-2018.10.05" : {
    "mappings" : {
      "log" : {
        "_all" : {
          "enabled" : false
        },
        "_size" : {
          "enabled" : true
        },
        "dynamic_templates" : [
          {
...

So, can anyone point me in the direction of what might be going wrong here?

Regards,
D

From what I can tell, the mapping seems to be configured correctly. This the most we could help you here as the plugin is an Elasticsearch plugin. You will find a better answer in the Elasticsearch part of this Discuss forum.

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