Can’t see all fields when Visualize->Aggregation->Terms is selected in Kibana

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
}
}
}
}
}
}
}
}
}

You can ignore this. Don't know the issue. I just changed the index name and reload the data and to started to work

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.