<?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: Can you help me create a pie chart that would display info from a CSV Lookup file? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386851#M112880</link>
    <description>&lt;P&gt;Thanks for your help Kamlesh.&lt;BR /&gt;
It is extracting the error_code filed alright, but it is not giving stats count by Description.&lt;/P&gt;

&lt;P&gt;One more problem is some logs does not have error_code, but just error_description, How can we get those into the pie chart ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 21:20:42 GMT</pubDate>
    <dc:creator>sandeepmakkena</dc:creator>
    <dc:date>2020-09-29T21:20:42Z</dc:date>
    <item>
      <title>Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386841#M112870</link>
      <description>&lt;P&gt;I created a .CSV file with error_code and Description. I am trying to compare error_code with the logs and create a pie chat that shows all the error descriptions. I tried ...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Index=my_index | [|inputlookup error.csv | fields error_code | rename error_code as query]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... it seems to find the right logs but, it’s not a giving stats count by error_code.&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386841#M112870</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2020-09-29T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386842#M112871</link>
      <description>&lt;P&gt;index=my_index| fields error_code| join error_code[|inputlookup error.csv| fields error_code , Description]| stats count by Description&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386842#M112871</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2020-09-29T21:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386843#M112872</link>
      <description>&lt;P&gt;I tried that it’s not getting me any results. If this helps There is no error_code field extracted from the _raw events.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 16:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386843#M112872</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2018-09-20T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386844#M112873</link>
      <description>&lt;P&gt;You dont have the error code parsed in your raw events? Can you extract the error code field using regex from raw events?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 17:20:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386844#M112873</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2018-09-20T17:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386845#M112874</link>
      <description>&lt;P&gt;Thanks for the reply Vijeta, my ErrorCode looks like this \”errorCode\”:\”40025\”, I have hard time in getting regex working and also some of logs does not log errors codes but, just description. So the idea is list all those ErrorCode and error description into a lookup file, match with the log data and display on a dashboard with the count.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 17:30:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386845#M112874</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2018-09-20T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386846#M112875</link>
      <description>&lt;P&gt;I am using this Rex “errorCode.*(?)” but it’ is not giving anything.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 18:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386846#M112875</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2018-09-20T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386847#M112876</link>
      <description>&lt;P&gt;@sandeepmakkena&lt;/P&gt;

&lt;P&gt;Can you please share some sample event?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 18:16:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386847#M112876</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-09-20T18:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386848#M112877</link>
      <description>&lt;P&gt;000xxxx XXXXX  log Call failed for endpoint XXXX after 703 milliseconds with message {"requestingSystemId":"System1","externalReferenceId":"xxx123xxx","responseCode":"GROUP_FAILURE","responseDescription":"Accounting instruction rejected as processing of one or more accounting entries was unsuccessful","entries":[{"externalReferenceId":"System1/TransactionId/1/2","responseCode":"ACCOUNT_LOCKED","responseDescription":"40070,400,AccountOptedOutException: ","processingStatusCode":"REJECTED","accountBalance":{"updateAmountDateTime":"Date.000+0000","accountBalance":0,"availableBalance":0,"source":"CACHE"},"adapterDescription":"adapter1","destinationAccountId":"xxxx....xxxx","destinationAccountIdType":"yyyx","supplementaryData":"{\"developerMessage\":\"AccountOptedOutException: \",\"errorCode\":\"40070\",\"gatewayErrors\":[{\"code\":\"40070\",\"gatewayName\":\"optout\",\"operation\":\"abc.gateway.optout\"}],\"httpStatus\":400,\"userMessage\":\"This account is opted out\",\"validationErrors\":[]}","errors":[]}]} [accounting:50] [PaymentInterchange=123456789, PaymentInstruction=678912345, PaymentTransaction=14000xxx34, OPIC=null, RunId=null, uuid=null, origin=InterchangeLoaderMDBBean]&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386848#M112877</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2020-09-29T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386849#M112878</link>
      <description>&lt;P&gt;This is one sample event. &lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386849#M112878</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2018-09-20T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386850#M112879</link>
      <description>&lt;P&gt;@sandeepmakkena&lt;/P&gt;

&lt;P&gt;Can you please try following search?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Index=my_index | rex field=_raw "errorCode\\\\\":\\\\\"(?&amp;lt;error_code&amp;gt;\d+)\\\\\"" | lookup error.csv error_code OUTPUT description | stats count by description
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My Sample Search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw="000xxxx XXXXX log Call failed for endpoint XXXX after 703 milliseconds with message {\"requestingSystemId\":\"System1\",\"externalReferenceId\":\"xxx123xxx\",\"responseCode\":\"GROUP_FAILURE\",\"responseDescription\":\"Accounting instruction rejected as processing of one or more accounting entries was unsuccessful\",\"entries\":[{\"externalReferenceId\":\"System1/TransactionId/1/2\",\"responseCode\":\"ACCOUNT_LOCKED\",\"responseDescription\":\"40070,400,AccountOptedOutException: \",\"processingStatusCode\":\"REJECTED\",\"accountBalance\":{\"updateAmountDateTime\":\"Date.000+0000\",\"accountBalance\":0,\"availableBalance\":0,\"source\":\"CACHE\"},\"adapterDescription\":\"adapter1\",\"destinationAccountId\":\"xxxx....xxxx\",\"destinationAccountIdType\":\"yyyx\",\"supplementaryData\":\"{\\\"developerMessage\\\":\\\"AccountOptedOutException: \\\",\\\"errorCode\\\":\\\"40070\\\",\\\"gatewayErrors\\\":[{\\\"code\\\":\\\"40070\\\",\\\"gatewayName\\\":\\\"optout\\\",\\\"operation\\\":\\\"abc.gateway.optout\\\"}],\\\"httpStatus\\\":400,\\\"userMessage\\\":\\\"This account is opted out\\\",\\\"validationErrors\\\"::[]}\",\"errors\":[]}]} [accounting:50] [PaymentInterchange=123456789, PaymentInstruction=678912345, PaymentTransaction=14000xxx34, OPIC=null, RunId=null, uuid=null, origin=InterchangeLoaderMDBBean]" | rex field=_raw "errorCode\\\\\":\\\\\"(?&amp;lt;error_code&amp;gt;\d+)\\\\\"" | lookup error.csv error_code OUTPUT description | stats count by description
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Updated Answer:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index | rex field=_raw max_match=0 "errorCode\\\\\":\\\\\"(?&amp;lt;error_code&amp;gt;\d+)\\\\\"" 
| rex field=_raw max_match=0 "responseCode\":\"(?&amp;lt;response_code&amp;gt;\w+)" 
| eval error_code = if(isnotnull(error_code) AND error_code!="", error_code,response_code) 
| table error_code | lookup error.csv error_code OUTPUT description | stats count by description
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:32:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386850#M112879</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-09-20T19:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386851#M112880</link>
      <description>&lt;P&gt;Thanks for your help Kamlesh.&lt;BR /&gt;
It is extracting the error_code filed alright, but it is not giving stats count by Description.&lt;/P&gt;

&lt;P&gt;One more problem is some logs does not have error_code, but just error_description, How can we get those into the pie chart ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:20:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386851#M112880</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2020-09-29T21:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386852#M112881</link>
      <description>&lt;P&gt;@sandeepmakkena&lt;/P&gt;

&lt;P&gt;PLs share header and sample records from error.csv AND share sample event with no error_code but has error description.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 04:15:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386852#M112881</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-09-21T04:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386853#M112882</link>
      <description>&lt;P&gt;Kamlesh, Thanks for the reply. Here are the details you asked for.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Error_Code    Description&lt;BR /&gt;
40421   This is Error 1&lt;BR /&gt;
40022   This is Error 2 &lt;BR /&gt;
40025   This is Error 3&lt;/STRONG&gt;  error.csv&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Fxxxxxxxxxxx E com.xxxx.xx.xxx.xxx.LogLevel$ErrorLogLevel log Call failed for endpoint xxxxxxxx.com and for resource PostingServicesApi.processAccountingInstruction after 49 milliseconds with message {"requestingSystemId":"ABCD0.1","externalReferenceId":"1122334455","responseCode":"GROUP_FAILURE","responseDescription":"At least one entry within the instruction can't be posted due to business error","entries":[{"externalReferenceId":"ABCD0.1/TransactionID_XXX/1/2","responseCode":"ACCOUNT_NOT_FOUND","responseDescription":"Unknown account in Accounting Entry","processingStatusCode":"REJECTED","errors":[]}]} [accounting:50] [PaymentInterchange=1234567, PaymentInstruction=87654321, PaymentTransaction=13579246, OPIC=null, RunId=null, uuid=null, origin=InterchangeLoaderMDBBean]&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Sample log without error_code&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386853#M112882</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2020-09-29T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386854#M112883</link>
      <description>&lt;P&gt;@sandeepmakkena&lt;BR /&gt;
Thanks for sample.&lt;/P&gt;

&lt;P&gt;Is that any clue to identify error description from above given sample. How we can categories this event in error code and description.?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 16:36:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386854#M112883</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-09-21T16:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386855#M112884</link>
      <description>&lt;P&gt;"responseCode": is the field that is holding the error description. 2nd part of your question, I am thinking of keeping the error code and description the same in .csv file. &lt;/P&gt;

&lt;P&gt;For example: From the sample log,  .csv file field will be&lt;BR /&gt;&lt;BR /&gt;
Error_Code Description&lt;BR /&gt;
ACCOUNT_NOT_FOUND, ACCOUNT_NOT_FOUND&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:20:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386855#M112884</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2020-09-29T21:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386856#M112885</link>
      <description>&lt;P&gt;but &lt;CODE&gt;responseCode&lt;/CODE&gt; is available in very first event also. means that event has &lt;CODE&gt;error_code&lt;/CODE&gt; and &lt;CODE&gt;responseCode&lt;/CODE&gt; as well. Both event has multiple responseCode also. &lt;/P&gt;

&lt;P&gt;So I'm suggesting to create another pie chart for response data IF possible.  So you will be have 2 pie charts, &lt;BR /&gt;
1) error_code/error_description wise pie chart&lt;BR /&gt;
2) responseCode/responseDescritpion wise pie chart.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386856#M112885</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2020-09-29T21:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386857#M112886</link>
      <description>&lt;P&gt;That is a good idea but, it is not suitable for my requirement. &lt;BR /&gt;
Can't we compare error_code values from .csv file with two files from logs(errorCode and ResponseCode) and add the count if we have a match ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 17:15:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386857#M112886</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2018-09-21T17:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386858#M112887</link>
      <description>&lt;P&gt;Yes, we can do it, We need to extract &lt;CODE&gt;responseCode&lt;/CODE&gt; from event. &lt;BR /&gt;
So now we find error_code from event and if error_code not found then will search for responseCode. Then after will fetch description from csv file.  right?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386858#M112887</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2020-09-29T21:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386859#M112888</link>
      <description>&lt;P&gt;Yup! that's what my idea is, unless you have something better in this case and can you include rex for extracting responseCode filed, if come up with a solution. &lt;BR /&gt;
Thank you Kamlesh.,&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 18:06:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386859#M112888</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2018-09-21T18:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me create a pie chart that would display info from a CSV Lookup file?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386860#M112889</link>
      <description>&lt;P&gt;I have updated answer. Pls check and confirm it.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:00:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-create-a-pie-chart-that-would-display-info-from/m-p/386860#M112889</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2018-09-21T20:00:47Z</dc:date>
    </item>
  </channel>
</rss>

