dosant
(Anton Dosov)
April 20, 2020, 10:31am
2
Hi @icirco ,
Could it be that eventId
field is not aggregatable
?
To be able to make visualisations on it, you have to make sure it is aggregatable
.
You could check that in Management -> Index Patterns
section
If this is the case, here are useful threads on "how to make a field aggregatable":
I am running the latest versions of Kibana, Logstash and Elasticsearch. I am unsure how to make my logMessage field aggregatable. I have searched on the forums for a solid answer but can't seem to find a definitive one. Here is my mappings.
[image]
"mappings": {
"prnformat": {
"properties":{
"@timestamp": {
"type": "date",
"format": "strict_date_optional_time||epoch_millis"
},
"hostName": {
"type": "string",
"index": "not_analyzed"
},
"processName"…
I have a field called "message" . I need to make it as aggregatable. I am unable to do so .
Can someone please suggest how to achieve that.
[Capture_kibana_aggregation]
Hope this is helpful.