Significant text visualize in kibana

aggreations significant text visualize kibana ?

Can you please clarify your question? "Significant Terms" is an available aggregation in Kibana visualizations.

"size":0,
"aggs": {
"my_sample": {
"sampler": {
"shard_size": 1000
"aggs": {
"keywords": {
"significant_text": {
"field": "content",
"script_heuristic": {
"script": {
"lang": "painless",
"source": "params._subset_freq"
}
}
}
}
}
}
}

I want to run this code in visualization kibana.

Aggregation part doesn't have significant text part. How can I visualize my significan text code?

I didn't get answers to my questions.

Hello

Significant Text aggregation is not available on kibana.

If you really need it the only thing I can think about is to build your custom vega visualization as in https://www.elastic.co/es/blog/getting-started-with-vega-visualizations-in-kibana.

I hope this helps

How to visualize my code.
I would appreciate if you help.

I wait answer please,

hey,I wait answer please

hey,I wait answer please

hey,I wait answer please

where is the professor of this work :slight_smile:

As your screenshot shows, "Significant Terms" is available as a visualization in Kibana, but not Significant Text. You can track this open enhancement issue here: https://github.com/elastic/kibana/issues/31614

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