Enable accurate process group count for up to AccurateProcessGroupRowsLimit groups.

Default: False

There is an option in the console to group by process when searching for events. If the events span over multiple shards, solr does not return an accurate count.

When enabled,this configuration attempts to manually pull all the groups (up to AccurateProcessGroupRowsLimit groups) and count them. The option has a performance cost when compared to the default solr's Result-Grouping-Feature; however, keeping the AccurateProcessGroupRowsLimit to a low setting gets faster results.