Hi Tim,
In my case the type is keyword but it's still not visible under Terms in Kibana.
"nfol01": {
"mappings": {
"log": {
"projectname": {
"full_name": "projectname",
"mapping": {
"projectname": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
}
}
}
}
While it's available under the Discover->Available Fields
One more thing I have one more fileld "queue_name" and it's visible under Visualize->Aggregation->Terms
{
"nfol01": {
"mappings": {
"log": {
"queue_name": {
"full_name": "queue_name",
"mapping": {
"queue_name": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
}
}
}
}