Hi Splunkers! 👋
I'm currently working on a project where the goal is to visualize various KPIs in Splunk based on Jira ticketing data.
In our setup, Jira is managed separately and contains around 10 different projects.
I'm considering multiple integration methods:
Using Jira Issue Input Add-on
Using Splunk for JIRA Add-on
Before diving in, I'd love to hear from your experiences: 👉 Which method do you recommend for efficient and reliable integration?
👉 Any specific limitations or gotchas I should be aware of?
👉 Is the Jira Issue Input Add-on scalable enough for multiple Jira projects?
Thanks in advance for your insights! 🙏
Hi @Ana_Smith1
Both of those apps are Archived and unsupported - I would suggest looking at https://splunkbase.splunk.com/app/6168 which is still in active development by the developer. This will allow you to run JQL queries to pull back your data, you could set this up as 10 different inputs for your 10 projects, or write a JQL query to pull all 10 back in one go.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
hello,
it looks like both add-ons are archived. Consider creating a script if not, http event collector HEC will be your best bet. as far as I know Jira support HEC.