Kosodrom
(Kosmodrom)
October 8, 2021, 1:59pm
1
I am going to try that again, since there where already some topics about it:
I have installed: Mapper Size Plugin | Elasticsearch Plugins and Integrations [7.15] | Elastic on my 7.13.2 cluster and I have created a new index with this mapping:
mappings": {
"_size": {
"enabled": true
}
}
I can see the _size indexed correctly in the json event:
But I cannot select this field for filtering and I cannot use this field in visualizations:
How I can use the _size field now for filtering and visualization
Am I able to enable the _size field in the index template?
Kosodrom
(Kosmodrom)
October 11, 2021, 11:19am
2
I have set the _size
in the Metafields in Advanced Settings in Kibana and now I can select this field for visualizations. Thanks to:
Hey @AJinkya if you go to Management -> Advanced Settings, you can add _size to the metaFields setting, you'll then want to refresh your index pattern by going to Management -> Index Patterns and clicking the "Refresh" button for the appropriate index pattern.
You should now see the _size field now.
system
(system)
Closed
November 8, 2021, 11:20am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.