Visualize: JSON Input: how to use? I want to lean

Give me some link or document to learn THIS script language.

Hi,

you can put any JSON in there, that the actual aggregation you are using above supports. So for example if you are having a Terms aggregation you could specify the min_doc_count (https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_minimum_document_count_4) by putting the following JSON into that box:

{ "min_doc_count": 10 }

Cheers,
Tim

3 Likes

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