CloudTrail in Kibana

Hi Team,

Hope you all are doing great.
My kibana is not displaying all the field in discover tab, while field are visible under management tab.

Please find the attached screen-shot

Please do need full.

Hey suresh - this looks strange, possibly a bug. Can you share what mappings are specified for Records and try clicking the refresh icon on the index patterns page? Can you also share your Kibana version?

Hi @jbudz,

Thanks for the quick response.
This is my mapping

Records": {
"properties": {
"additionalEventData": {
"properties": {
"x-amz-id-2": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}

And Kibana version is 6.3.2

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