Kibana Visualization with string filter

Hi,

I am trying to create a pie chart filtering two strings.
I have to get a pie diagram on operation(my field) contains string with Add or subtract.
Suppose If I have 10 documents with operation field string contains "Add" and 4 documents containing "subtract" then Pie chart should get 14 documents separating both.

This can be done by creating a visualization and splitting with filters aggregation. Then just specify a filter for each desired category.

It' working.

Thank you :slightly_smiling_face:

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