How to do significant terms aggregation in Kibana analyzed field?

Is it possible to do significant terms aggregation in Kibana analyzed field?

Kibana v 5.6.1
For marking field as analyzed I use this mapping:
"field_name": {
"type": "text",
"fielddata" : true,
"index": true
}
As a result I want to see the most un unsual terms.

Hi,
I found some similar posts which may be of help to you . They give some detailed explanation.

If you have more questions, plz do ask here.

Thanks
Rashmi

Elasticsearch now has a “significant_text” aggregation for use on text fields but this has not yet been exposed in Kibana.