I have integrated Splunk with JIRA. I want to see the list/count of defects created in last 7 days. I'm picking the created field from JIRA but still, the list is showing both created and updated list/count together. Please help me solve this issue.
My query :-
eventtype=jira (issuetype="Bug" OR issuetype="Defect")
| spath fields.created
| dedup key sortby - fields.created
| stats count
↧
After integrating Splunk with JIRA, How can I see the list/count of defects created in last 7 days?
↧