Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/803
I was testing #811 along with the changes in this PR and noted an issue.
It appears that the UI does not refresh itself after a meta-alert is created.
1. First, I isolate 10 alerts with a specific host name that I want to work
with. I have turned off ingest so that no additional alerts should appear
during the running of this example. I can see that the facet counts are what I
would expect.

2. Next, I group by host so that I can create my meta-alert.


3. Immediately after creating the meta-alert, I do not immediately see it.
I think this is a problem with the UI itself not refreshing after creating the
alert.

4. If I then trigger another search, I do see the meta-alert. I would
expect to see it directly without having to manually trigger another search.
Ignore the facet counts being 0. I think that is a problem with #811.

---