Its possible to inhibit by a non-grouped tag?

Hello there,

I have a parent tickscript that inhibits a category called “deadman_alerts” by the tag “origin”:
.inhibit (‘deadman_alerts’, ‘origin’)

In the child tickscript stream, is it necessary to group by origin as well?
var groupBy = [‘host’] or var groupBy = [‘host’, ‘origin’]

I have this doubt because we can use other tags that are not grouped in the where clause in the child tickscript, perhaps it was also possible to inhibit.

A greeting and thanks in advance.

Hello @diego.pena,
I’m not sure, what happens when you try not to group by origin as well?