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