<?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: Hi.  I am indexing data from a ticketing tool. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396537#M48434</link>
    <description>&lt;P&gt;This is my sample data :- &lt;BR /&gt;
{&lt;BR /&gt;
    "Application": "",&lt;BR /&gt;
    "Data Source Status": "open",&lt;BR /&gt;
    "Days Open": "0",&lt;BR /&gt;
    "Director": “abcd”,&lt;BR /&gt;
    "Director ID": “12345”,&lt;BR /&gt;
    "Director Username": “dcbd”,&lt;BR /&gt;
    "Last Updated": "8/6/2018 9:00:16 AM",&lt;BR /&gt;
    "Number of Days Past Due": "-30",&lt;BR /&gt;
    "Reason for Closure": "",&lt;BR /&gt;
    "Request URL": “&lt;A href="https://abcd.com%E2%80%9D"&gt;https://abcd.com”&lt;/A&gt;,&lt;BR /&gt;
    "Required Remediation Date": "9/5/2018",&lt;BR /&gt;
    "Source": “with”,&lt;BR /&gt;
    "Status": "Open",&lt;BR /&gt;
    "Threat Level": "High",&lt;BR /&gt;
    "Unit CIO": "",&lt;BR /&gt;
    "Vector ID": “123456789”,&lt;BR /&gt;
    "Vector Status": "Valid",&lt;BR /&gt;
    "Vector Status Justification": "",&lt;BR /&gt;
    "Vulnerability Closed Date": "",&lt;BR /&gt;
    "Vulnerability ID": “with-123-456”,&lt;BR /&gt;
    "Vulnerability Open Date": "8/6/2018",&lt;BR /&gt;
    "Vulnerability Risk": "High",&lt;BR /&gt;
    "WAVM Hosting Location": "External",&lt;BR /&gt;
    "WAVM Inventory Application(s)": “1234-abcde-1234”,&lt;BR /&gt;
    "With Vulnerability ID": "51817015"&lt;BR /&gt;
}&lt;/P&gt;</description>
    <pubDate>Thu, 09 Aug 2018 17:50:40 GMT</pubDate>
    <dc:creator>aorkcreate</dc:creator>
    <dc:date>2018-08-09T17:50:40Z</dc:date>
    <item>
      <title>Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396534#M48431</link>
      <description>&lt;P&gt;I need to see what tickets were opened at end of each month. I've done a initial charge of the database, because of this, I can't use the _time indexed, otherwise I have to use open_date and close_date. Basically, the logic that I need to apply is:  Make a count of all tickets that were opened before end of month and were closed after the end of that month. I need show like timechart with this info by month.  Any idea about the way to get this info? Maybe could be useful the gentimes command?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396534#M48431</guid>
      <dc:creator>aorkcreate</dc:creator>
      <dc:date>2020-09-29T20:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396535#M48432</link>
      <description>&lt;P&gt;Hello @aorkcreate,&lt;/P&gt;

&lt;P&gt;can you please share a sample of the data you are working with?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 07:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396535#M48432</guid>
      <dc:creator>poete</dc:creator>
      <dc:date>2018-08-09T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396536#M48433</link>
      <description>&lt;P&gt;An example:&lt;/P&gt;

&lt;P&gt;index=your_index sourcetype=your_sourcetype source=your_source&lt;BR /&gt;
| dedup your_incident_unique_key &lt;BR /&gt;
| eval _time=strptime(open_date,"%Y-%m-%d %H:%M:%S") &lt;BR /&gt;
| bucket _time span=1mon&lt;BR /&gt;
| stats count by _time&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396536#M48433</guid>
      <dc:creator>andreacorvini</dc:creator>
      <dc:date>2020-09-29T20:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396537#M48434</link>
      <description>&lt;P&gt;This is my sample data :- &lt;BR /&gt;
{&lt;BR /&gt;
    "Application": "",&lt;BR /&gt;
    "Data Source Status": "open",&lt;BR /&gt;
    "Days Open": "0",&lt;BR /&gt;
    "Director": “abcd”,&lt;BR /&gt;
    "Director ID": “12345”,&lt;BR /&gt;
    "Director Username": “dcbd”,&lt;BR /&gt;
    "Last Updated": "8/6/2018 9:00:16 AM",&lt;BR /&gt;
    "Number of Days Past Due": "-30",&lt;BR /&gt;
    "Reason for Closure": "",&lt;BR /&gt;
    "Request URL": “&lt;A href="https://abcd.com%E2%80%9D"&gt;https://abcd.com”&lt;/A&gt;,&lt;BR /&gt;
    "Required Remediation Date": "9/5/2018",&lt;BR /&gt;
    "Source": “with”,&lt;BR /&gt;
    "Status": "Open",&lt;BR /&gt;
    "Threat Level": "High",&lt;BR /&gt;
    "Unit CIO": "",&lt;BR /&gt;
    "Vector ID": “123456789”,&lt;BR /&gt;
    "Vector Status": "Valid",&lt;BR /&gt;
    "Vector Status Justification": "",&lt;BR /&gt;
    "Vulnerability Closed Date": "",&lt;BR /&gt;
    "Vulnerability ID": “with-123-456”,&lt;BR /&gt;
    "Vulnerability Open Date": "8/6/2018",&lt;BR /&gt;
    "Vulnerability Risk": "High",&lt;BR /&gt;
    "WAVM Hosting Location": "External",&lt;BR /&gt;
    "WAVM Inventory Application(s)": “1234-abcde-1234”,&lt;BR /&gt;
    "With Vulnerability ID": "51817015"&lt;BR /&gt;
}&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 17:50:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396537#M48434</guid>
      <dc:creator>aorkcreate</dc:creator>
      <dc:date>2018-08-09T17:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396538#M48435</link>
      <description>&lt;P&gt;the command that you given does work but I need a trend line of how many open this month and how many open last month and sooo on &lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 17:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396538#M48435</guid>
      <dc:creator>aorkcreate</dc:creator>
      <dc:date>2018-08-09T17:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396539#M48436</link>
      <description>&lt;P&gt;I need that comparing trend line ,no of open by the end of each month . &lt;/P&gt;

&lt;P&gt;example :- if a 5 tickets are open by end of  January then it needs to append with with feb data but if  2 of January tickets is closed in feb then it should not show in trend line of feb but should show in jan and too on &lt;BR /&gt;
.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 17:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396539#M48436</guid>
      <dc:creator>aorkcreate</dc:creator>
      <dc:date>2018-08-09T17:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396540#M48437</link>
      <description>&lt;P&gt;I need that comparing trend line ,no of open by the end of each month .&lt;/P&gt;

&lt;P&gt;example :- if a 5 tickets are open by end of January then it needs to append with with feb data but if 2 of January tickets is closed in feb then it should not show in trend line of feb but should show in jan and too on &lt;BR /&gt;
.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 17:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396540#M48437</guid>
      <dc:creator>aorkcreate</dc:creator>
      <dc:date>2018-08-09T17:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi.  I am indexing data from a ticketing tool.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396541#M48438</link>
      <description>&lt;P&gt;I'm not sure I understand what you want.&lt;BR /&gt;
Statistics of closed tickets "| append" statistics of tickets that are still open?&lt;BR /&gt;
If you want to see all the tickets opened as if they were open in the current month, overwrite the opening date with eval....&lt;BR /&gt;
But your goal is not clear to me.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 06:42:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Hi-I-am-indexing-data-from-a-ticketing-tool/m-p/396541#M48438</guid>
      <dc:creator>andreacorvini</dc:creator>
      <dc:date>2018-08-10T06:42:30Z</dc:date>
    </item>
  </channel>
</rss>

