I have my elastic search index mapping as follows
{
"mappings": {
"nginx_logs": {
"properties": {
"request": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
}
}
}
}
}
But when I am looking into my kibana management, request field is not creating any aggregatable field.
please help me guys !!!!!!