<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to know the Rest API in splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633650#M220090</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227250"&gt;@Tom_Lundie&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i am not sure how to tell that exactly,&amp;nbsp; but in splunk i see the app name as "Jira Issue collector"&lt;BR /&gt;when i searched in google with this appname i got this&lt;BR /&gt;&lt;A href="https://splunkbase.splunk.com/app/4814" target="_blank"&gt;https://splunkbase.splunk.com/app/4814&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but i am not sure the same is used in my splunk environment.&lt;BR /&gt;is there any way to check and confirm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 21:59:13 GMT</pubDate>
    <dc:creator>Harish2</dc:creator>
    <dc:date>2023-03-07T21:59:13Z</dc:date>
    <item>
      <title>What is the rest API in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633645#M220087</link>
      <description>&lt;P&gt;I have&amp;nbsp; splunk base app called jira issue collector, inputs has been configured, and we are receiving data from jira into splunk.&lt;BR /&gt;But i want to know from where it is taking data, like any rest api is mentioned for it, if so how can i check what api they used for this data to come into splunk.&lt;BR /&gt;&amp;nbsp;how can i check that in splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 20:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633645#M220087</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2023-03-08T20:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633646#M220088</link>
      <description>&lt;P&gt;Can you share the link to the Splunkbase App that you're talking about please? There are a few JIRA Issue Collectors on Splunkbase.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 21:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633646#M220088</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2023-03-07T21:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633650#M220090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227250"&gt;@Tom_Lundie&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i am not sure how to tell that exactly,&amp;nbsp; but in splunk i see the app name as "Jira Issue collector"&lt;BR /&gt;when i searched in google with this appname i got this&lt;BR /&gt;&lt;A href="https://splunkbase.splunk.com/app/4814" target="_blank"&gt;https://splunkbase.splunk.com/app/4814&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but i am not sure the same is used in my splunk environment.&lt;BR /&gt;is there any way to check and confirm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 21:59:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633650#M220090</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2023-03-07T21:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633652#M220092</link>
      <description>&lt;P&gt;I can't find any apps in SplunkBase that are named "Jira Issue Collector" in Splunk.&lt;BR /&gt;&lt;BR /&gt;If you go into Splunk &amp;gt; Apps &amp;gt; Manage Apps&lt;BR /&gt;&lt;BR /&gt;Can you find the JIRA app and share the folder name? That might help to track it down.&lt;/P&gt;&lt;P&gt;Also, in general for JIRA the way issues are ingested externally is to leverage a JQL search via API.&lt;/P&gt;&lt;P&gt;For &lt;A href="https://docs.atlassian.com/software/jira/docs/api/REST/9.6.0/#api/2/search-search" target="_self"&gt;JIRA Server (on-prem)&lt;/A&gt; this looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;http://jira-server:port/rest/api/2/search?jql=&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For &lt;A href="https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get" target="_self"&gt;JIRA Cloud&lt;/A&gt; this looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://your-domain.atlassian.net/rest/api/3/search?jql=&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;These will list all issues, but you can use specific JQL in the same way that you would use it within JIRA to list retrieve specific issues.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 22:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633652#M220092</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2023-03-07T22:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633667#M220094</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227250"&gt;@Tom_Lundie&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;folder name is TA-jira-issues-collector&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 02:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633667#M220094</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2023-03-08T02:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633668#M220095</link>
      <description>&lt;P&gt;Ah-ha, yeah that TA is &lt;A href="https://splunkbase.splunk.com/app/4814" target="_self"&gt;archived&lt;/A&gt;. However this TA is in GitHub and it aligns with what I was saying on my previous answer.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://github.com/nts-jkaufmann/jira-issues-collector-splunk-ta/blob/b121a3339528b3de8ff9282f96ec5f55347041e3/TA-jira-issues-collector/bin/jira_issues_collector.cc.json#L25" target="_self"&gt;line 25&lt;/A&gt; on jira_issues_collector.cc.json it uses the search REST API for Jira Server that I mentioned before.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 03:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633668#M220095</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2023-03-08T03:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633669#M220096</link>
      <description>&lt;P&gt;thank you for that.&lt;BR /&gt;As i said before we are seeing jira data in splunk. but now if i want to see the jira comments , Worklog, history, activity data in splunk.&lt;BR /&gt;how can i do this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 03:23:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633669#M220096</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2023-03-08T03:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633670#M220097</link>
      <description>&lt;P&gt;This TA also supports a comments input. Given that it’s archived and unsupported, I would typically recommend upgrading to a different TA. However, there doesn’t appear to be anything up-to-date for JIRA server.&lt;/P&gt;&lt;P&gt;Why don’t you try adding a comment stanza like based of the &lt;A href="https://github.com/nts-jkaufmann/jira-issues-collector-splunk-ta/blob/master/TA-jira-issues-collector/default/inputs.conf" target="_self"&gt;default one&lt;/A&gt; defined in default inputs.conf.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 03:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633670#M220097</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2023-03-08T03:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633732#M220109</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/227250"&gt;@Tom_Lundie&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;okay now i installed new app ta-jira-issue-input&lt;BR /&gt;but while adding newinput there is a filed called "jira account" what i should give there???&lt;BR /&gt;&lt;BR /&gt;form this app, if i want to get the comments, worklog, activity details, how can i do so???&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 14:09:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633732#M220109</guid>
      <dc:creator>Harish2</dc:creator>
      <dc:date>2023-03-08T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to know the Rest API in splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633743#M220111</link>
      <description>&lt;P&gt;Hi Harish,&lt;/P&gt;&lt;P&gt;Originally, you were asking about which JIRA REST APIs your TA is using, now you're asking for help with the configuration of a completely different TA.&lt;/P&gt;&lt;P&gt;I am happy to help on this occasion, but next time you should either be more clear with what you're trying to achieve in your original question or start a different question, this will enable the community to help you better and help other's searching for this in the future.&lt;/P&gt;&lt;P&gt;That being said, to configure this TA, try the following configuration in the TA's ./local directory.&lt;BR /&gt;(This config will ingest all issues, in 10minute windows, capturing the comments and worklog too, feel free to add your fields to the issue_fields parameter).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;inputs.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[jira_issue://&amp;lt;&amp;lt;insert_name_here&amp;gt;&amp;gt;]
index = &amp;lt;&amp;lt;your_jira_index&amp;gt;&amp;gt;
interval = 600
jql = updated &amp;gt; -10m
issue_fields = summary,description,project,creator,assignee,reporter,comment,worklog
service_account = jira_svc_account&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ta_jira_issue_input_account&lt;/SPAN&gt;.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[jira_svc_account]
username = &amp;lt;&amp;lt;jira_svc_account_uname&amp;gt;&amp;gt;
password = &amp;lt;&amp;lt;jira_svc_account_pwd&amp;gt;&amp;gt;
jira_server = &amp;lt;&amp;lt;jiraserver:jiraport&amp;gt;&amp;gt;
verify_jira_server_certificate = &amp;lt;&amp;lt;1|0&amp;gt;&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. This TA is not a true modular input, in that it does not store timestamps to make sure that you don't miss issues. Instead, it polls every 10 minutes for the last 10 minutes worth of updates. If an update falls just between runs or the TA fails to run for 10 minutes you will not ingest the issue, so please bear that in mind.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 15:05:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-rest-API-in-Splunk/m-p/633743#M220111</guid>
      <dc:creator>Tom_Lundie</dc:creator>
      <dc:date>2023-03-08T15:05:58Z</dc:date>
    </item>
  </channel>
</rss>

