-
Notifications
You must be signed in to change notification settings - Fork 104
Add auto extract timestamp parameter support #415
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
Add auto extract timestamp parameter support #415
Conversation
src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java
Outdated
Show resolved
Hide resolved
Looks good other than a couple of nits. Also, my CI has been failing lately so I'll merge it only after I get it green. Thanks for the change, @ludovic-boutros. Appreciate it! |
@VihasMakwana It should be good now 👍 |
Thank you @VihasMakwana. |
@ludovic-boutros Released in 2.2.0, let me know if it's good for you. |
That's perfect, thank you 👍 |
We need to be able to enable the "auto extract timestamp" feature for a project.
This parameter is not exposed yet and therefore cannot be set on the HEC URI.
This PR expose this parameter.
It is not set by default to be keep compatibility with current behavior.
I have created a specific HEC URI builder in order to ease testing.