You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@spiffzilla
I'll repeat what we discussed offline on here, for future reference.
I'd like to hear the use case behind this request more in detail to understand why the current --query functionality is not a viable solution to this. I definitely see --query solving this, eg.,
--query "source:$HOSTNAME$ AND logsource:nginx"
Implementing this functionality means you'd also have to define the offset of where you'd like to manipulate a saved filter with a or multiple $ARG$, causing a vast complexity in the usability of this plugin.
If possilbe, when calling stored filters. Could it be possible to send parameters to the filter?
As in:
A filter is save in Kibana, host:$ARG1$ AND message:"there is no gravity"
And via the plugin send the arg1 parameter when callling?
The text was updated successfully, but these errors were encountered: