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
Calls to this endpoint return a 404. The SDK appends a '/' to the end of any uri. So, /services/collector/event is found, /services/collector/event/ is not.
Calls to this endpoint return a 404. The SDK appends a '/' to the end of any uri. So, /services/collector/event is found, /services/collector/event/ is not.
event_collector_endpoint = splunklib.client.Endpoint(splunk_service, "/services/collector/event")
Subclassing client.Endpoints and overriding init like below works.
The text was updated successfully, but these errors were encountered: