Skip to content
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 splunk as a datasource #10

Closed
MadaraUchiha-314 opened this issue Apr 27, 2020 · 6 comments · Fixed by #39
Closed

Add splunk as a datasource #10

MadaraUchiha-314 opened this issue Apr 27, 2020 · 6 comments · Fixed by #39

Comments

@MadaraUchiha-314
Copy link
Contributor

MadaraUchiha-314 commented Apr 27, 2020

🚀 Feature Proposal

A lot of user reviews may go into splunk. Splunk exposes an API which can directly be used to achieve this.

Motivation

To track those user reviews which go into splunk.

Example

Splunk can now become a data source.

@smandalika1
Copy link

@MadaraUchiha-314 - Is this still needed?

@MadaraUchiha-314
Copy link
Contributor Author

@smandalika1 Yes.

@kokikathir
Copy link
Contributor

@MadaraUchiha-314, I m interested in this

@MadaraUchiha-314
Copy link
Contributor Author

MadaraUchiha-314 commented Sep 29, 2020

@kokikathir Sure Feel free to take it up. I have assigned it to you.

@kokikathir
Copy link
Contributor

Thanks @MadaraUchiha-314

Can you give me some overview of the task

@kokikathir
Copy link
Contributor

kokikathir commented Oct 13, 2020

@MadaraUchiha-314, I m planning to use the below config for splunk. Is it fine?

{
"channel_type": "splunk",
"channel_name": "pi",
"file_type": "json",
"file_path": null,
"is_channel_enabled": true,
"timestamp_key": "updated",
"timestamp_format": "",
"timezone": "UTC",
"message_key": "content",
"rating_key": "rating",
"host": "splunk-rest-XXXX",
"port": 443,
"username": "XXXX",
"password": "XXXX",
"query" : "index=XXXX",
"earliest_time" : "15m",
"latest_time" : "now"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants