-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
Metric event type handling support #282
Comments
Hey @cosmo0920 we dont support send metrics on this integration yet. |
Thanks for the reply. Any ETA for this issue? Or, currently no plan to support this? |
@cosmo0920 : For what it's worth, I ran into the same issue and was able to get metrics indices populated via the Splunk Connector, but my events aren't shaped quite like yours. If I understand correctly, it looks like your events are already in HEC format. Is the "Record format" section in your original post an example of the records on the Kafka topic? If so, you might need to set the If the above helps at all, feel free to ignore the details below. However, in case it's helpful, here's some details on how I was able to get metrics working:
I think the key portions of the above configuration:
Outcome: As the connector is sending this data to Splunk it creates three metrics: |
@cohuebn Thanks for the hints.
This is no luck. But, |
I'm currently investigating metric event type with this connector with the following config and event format via custom forwarder.
connect-distributed.properties for connect
Record format
JSON string with the following format:
as mentioned in
Created Connector Task
And created metric index on Splunk with this instruction: https://docs.splunk.com/Documentation/Splunk/8.2.1/Metrics/GetMetricsInOther#Get_metrics_in_from_clients_over_HTTP_or_HTTPS
But no luck. What am I missing about ingestion of metric record via custom HEC forwarder via this connect? Or, this kafka-connect-splunk doesn't support metric type Splunk HEC events for now?
Additional context
With the above settings, event type indices not for metric type indices, and hec token for normal events, I got succeeded to ingest Splunk HEC events normally.
The text was updated successfully, but these errors were encountered: