I am unable to fetch any results from JIRA and the logs show an error
06-10-2017 02:38:23.872 +0530 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\jira\bin\jira.py"" ERROR404 Client Error: Not Found for url: http://jirahost/rest/api/2/search
My config.ini is as follows
[jira]
hostname = jirahost
username = <jirauser>
password = <jirapassword>
jira_protocol = http
jira_port = 8080'
inputs.conf in default folder:
[jira://blah]
sourcetype = json
interval = 60
server = jirahost
protocol = http
port = 8080
jql = key in (****)
fields = *
username = <jirauser>
password = <jirapassword>
disabled = 1
i haven't made any changes to any other folder. Please suggest.
... View more