We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect and send data to Falcon LogScale platform with Telemetry Streaming Generic_HTTP type.
Steps to reproduce the behavior:
{ "class": "Telemetry", "controls": { "class": "Controls", "logLevel": "debug", "debug": true }, "My_System": { "class": "Telemetry_System", "trace": true, "systemPoller": { "interval": 60 } }, "My_Listener": { "class": "Telemetry_Listener", "port": 6514 }, "My_Consumer": { "class": "Telemetry_Consumer", "type": "Generic_HTTP", "host": "cloud.community.humio.com", "trace": true, "path": "/api/v1/ingest/hec", "method": "POST", "outputMode": "processed", "headers": [ { "name": "content-type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer <ingest-token-here>" } ], "protocol": "https" } }
/var/log/restnoded/restnoded.log
We have set up Generic_HTTP consumer in Telemetry Streaming to forward events to the cloud platform but the events are not forwarded.
Does Generic_HTTP consumer support forward Telemetry streaming data to the cloud SIEM platforms?
Is there any other configuration we need to follow to achieve this?
Also, does it supports only http protocol or both?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Summary
Unable to connect and send data to Falcon LogScale platform with Telemetry Streaming Generic_HTTP type.
Steps To Reproduce
Steps to reproduce the behavior:
error observed in
/var/log/restnoded/restnoded.log
We have set up Generic_HTTP consumer in Telemetry Streaming to forward events to the cloud platform but the events are not forwarded.
Does Generic_HTTP consumer support forward Telemetry streaming data to the cloud SIEM platforms?
Is there any other configuration we need to follow to achieve this?
Also, does it supports only http protocol or both?
The text was updated successfully, but these errors were encountered: