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
The source service is built so that it can support both plugins and builtin operators. The builtin sources should have definitions built for them so we can deprecate the thin-wrapper plugins like tail and windows_event
The source service has an endpoint /operators that can be posted to to create operator definitions that will be returned with the other sources. I'd recommend that this is used to define all the builtin sources so that users don't have to use the fragile thin-wrapper plugins.
The text was updated successfully, but these errors were encountered:
The source service is built so that it can support both plugins and builtin operators. The builtin sources should have definitions built for them so we can deprecate the thin-wrapper plugins like
tail
andwindows_event
The source service has an endpoint
/operators
that can be posted to to create operator definitions that will be returned with the other sources. I'd recommend that this is used to define all the builtin sources so that users don't have to use the fragile thin-wrapper plugins.The text was updated successfully, but these errors were encountered: