<?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: Mysterious data spike in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312424#M19967</link>
    <description>&lt;P&gt;@anand_singh17 What do you propose? I believe the problem is duplicate events&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 16:58:32 GMT</pubDate>
    <dc:creator>mhtedford</dc:creator>
    <dc:date>2017-07-13T16:58:32Z</dc:date>
    <item>
      <title>Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312418#M19961</link>
      <description>&lt;P&gt;I have a plethora of survey data from several thousand video conference calls.&lt;/P&gt;

&lt;P&gt;After each call, users are asked to fill out a survey.&lt;/P&gt;

&lt;P&gt;I have found a mysterious spike in a number of survey results during the month of April that is skewing my visualizations.&lt;/P&gt;

&lt;P&gt;The spike can be seen here:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3210iAACC82AFA3B90B14/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Here is a sample of the event data:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3211i3F86DBCD22260155/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;This makes no sense, as there was no surge in number of calls during this time. My data is corrupt, but I'm not sure how/why. &lt;/P&gt;

&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 20:19:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312418#M19961</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-12T20:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312419#M19962</link>
      <description>&lt;P&gt;Have you ruled out a change in response rate?  Perhaps the April calls encouraged more people to answer the surveys.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 21:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312419#M19962</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-07-12T21:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312420#M19963</link>
      <description>&lt;P&gt;eyeballing timeline in the events tab, it indeed appears there is a spike in events...if u click "format timeline" and change it to full, makes it easier to analyze, it does look like there were double the events in the middle of the timeline.&lt;/P&gt;

&lt;P&gt;My hunch would be duplicate events or perhaps timestamping challenges or line breaking or something. any reason u didnt use timechart instead? looks like you're extracting time accurately...&lt;/P&gt;

&lt;P&gt;Try this to validate the spike in records:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=webex_sentiment | timechart span=1h count&lt;/CODE&gt; &lt;BR /&gt;
set your time picker to the week that shows the spike, any hints?&lt;/P&gt;

&lt;P&gt;If the data appears clean on those days with spikes, then there simply must have been more responses. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 02:22:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312420#M19963</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-13T02:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312421#M19964</link>
      <description>&lt;P&gt;Ummm.  Okay, so suppose there were no surge in calls, but the calls had more participants than usual?  &lt;/P&gt;

&lt;P&gt;That surge would be  completely accurate and non-mysterious.  &lt;/P&gt;

&lt;P&gt;How can you verify that in the data you have access to?&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Another way this could be investigated is by chewing it up in pieces - for instance, try this,,, &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search before the chart command
| bin _time span=1d 
| stats count as daycount by country _time
| eventstats avg(daycount) as avgcount stdev(daycount) as stdevcount by country
| where daycount&amp;gt; avgcount + 3*stdevcount
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;...which will tell you which countries spiked which days.  If it's a simple subset, then it gives you information to track down.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Now, the other thing I don't understand about the data is that there doesn't seem to be an indication of which call it was on (unless the field is alphabetically after "linecount").  I guess that's okay as anonymous feedback goes, but it kind of hamstrings you as far as analysis goes.  If there is such a field, then do a count by "webconferencenumber" and date, and then check for outliers in that.  But, if that field existed, I would have expected you to have already done that.  &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 03:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312421#M19964</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-07-13T03:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312422#M19965</link>
      <description>&lt;P&gt;did you precisely checked the peak time information. Manually checking for the results will really help. Devices work as they are made for and events generate, as we use them.&lt;/P&gt;

&lt;P&gt;We can work together to resolve this issue..&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 08:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312422#M19965</guid>
      <dc:creator>anand_singh17</dc:creator>
      <dc:date>2017-07-13T08:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312423#M19966</link>
      <description>&lt;P&gt;@mmodestino&lt;/P&gt;

&lt;P&gt;I followed your instructions and I believe that the issue is duplicate events.&lt;/P&gt;

&lt;P&gt;Here is my query with "Format Timeline" : &lt;A href="http://imgur.com/a/MEJJv"&gt;http://imgur.com/a/MEJJv&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;With this visual, you can see the truly see the data spike: &lt;A href="http://imgur.com/a/Q4DxY"&gt;http://imgur.com/a/Q4DxY&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;April 5 has 1,239 events&lt;/P&gt;

&lt;P&gt;April 18 has 1,418 events&lt;BR /&gt;
April 19 has 1,500 events&lt;BR /&gt;
April 20 has 1,380 events&lt;/P&gt;

&lt;P&gt;April 26 has 1,398 events&lt;BR /&gt;
April 27 has 1,329 events&lt;BR /&gt;
April 28 has 1,029 events&lt;/P&gt;

&lt;P&gt;Outside of these few weeks in April, there are no days that come anywhere near to 1,000 events.&lt;/P&gt;

&lt;P&gt;I drilled down to the individual hours per your suggestion, and found what appears to be a multitude of duplicate events:  &lt;A href="http://imgur.com/a/laaWD"&gt;http://imgur.com/a/laaWD&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What should be my next steps from here?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 16:55:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312423#M19966</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312424#M19967</link>
      <description>&lt;P&gt;@anand_singh17 What do you propose? I believe the problem is duplicate events&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 16:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312424#M19967</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T16:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312425#M19968</link>
      <description>&lt;P&gt;actually it appears to be timestamp related. In other words we need to clean up your props.conf to ensure we extract the timestamp properly...for example, in your second screenshot, we can see that the timestamp in the event, is not the same as the _time field. &lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/oVAqQNr.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;As you can see, the event appears to have a timestamp field of july 10th? it can be tough for splunk to determine the date, Splunk is extracting the date as july 10 (mod time?) rather than july 4 or June 28, cause the auto extract failed. &lt;/P&gt;

&lt;P&gt;What we need to do is to help Splunk with the time format, as the auto extraction is letting you down. &lt;/P&gt;

&lt;P&gt;Can you paste a few of these raw events from this screenshot here so I can run them through the Add data wizard for you and help you build a better timestamp extraction?&lt;/P&gt;

&lt;P&gt;Ideally we will use &lt;CODE&gt;timestamp_fields&lt;/CODE&gt; and a &lt;CODE&gt;time_format&lt;/CODE&gt; like &lt;CODE&gt;%m/%d/%y %k:%M&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This demonstrates a best practice that states we should always build our props to define how to extract where to find the timestamp, how to process it's format, ,among other golden rules. The add data wiz is really great for that. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:13:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312425#M19968</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-13T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312426#M19969</link>
      <description>&lt;P&gt;@DalJeanis&lt;/P&gt;

&lt;P&gt;Thanks for the response.&lt;/P&gt;

&lt;P&gt;I input your suggestion like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = webex_sentiment 
| eval surveyDate = strptime(Started,"%m/%d/%Y %H:%M")
| eval YearWeek=strftime(surveyDate,"%Y-%U") 
| search YearWeek!="2016-00" 
| bin _time span=1d 
| stats count as daycount by country _time
| eventstats avg(daycount) as avgcount stdev(daycount) as stdevcount by country
| where daycount&amp;gt; avgcount + 3*stdevcount
| chart count(Rating) as NumberRatings by YearWeek 
| search YearWeek &amp;gt; 2016-12
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I received these events back: &lt;A href="http://imgur.com/a/8XYvW"&gt;http://imgur.com/a/8XYvW&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, there is no subset by country visualization: &lt;A href="http://imgur.com/a/pNIuu"&gt;http://imgur.com/a/pNIuu&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm unclear what exactly you mean by a field that displays which call it was on. Could you clarify?&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312426#M19969</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T17:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312427#M19970</link>
      <description>&lt;P&gt;@mmodestino&lt;/P&gt;

&lt;P&gt;Thank you so much!!&lt;/P&gt;

&lt;P&gt;Here are the first eight events in list form: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;7/10/17
12:40:28.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,7/4/17 0:56,7/4/17 0:56
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 7.4.17.csv sourcetype = csv

7/10/17
12:40:28.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,7/4/17 0:04,7/4/17 0:04
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 7.4.17.csv sourcetype = csv

7/10/17
12:37:39.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Philippines,6/29/17 0:32,6/29/17 0:32
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 6.29.17.csv sourcetype = csv

7/10/17
12:37:39.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Philippines,6/29/17 0:10,6/29/17 0:10
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 6.29.17.csv sourcetype = csv

7/10/17
12:37:34.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,6/28/17 0:45,6/28/17 0:45
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 6.28.17.csv sourcetype = csv

7/10/17
12:37:34.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Japan,6/28/17 0:36,6/28/17 0:36
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 6.28.17.csv sourcetype = csv

7/10/17
12:37:34.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,6/28/17 0:08,6/28/17 0:08
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 6.28.17.csv sourcetype = csv

7/10/17
12:37:28.000 AM 
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Taiwan,6/27/17 0:08,6/27/17 0:08
host = BDC-ESSSPLK01 source = G:\AutoIndex\webex_sentiment\WebEx Sentiment Survey2_Responses 6.27.17.csv sourcetype = csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here are those same eight events in raw form:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,7/4/17 0:56,7/4/17 0:56
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,7/4/17 0:04,7/4/17 0:04
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Philippines,6/29/17 0:32,6/29/17 0:32
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Philippines,6/29/17 0:10,6/29/17 0:10
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,6/28/17 0:45,6/28/17 0:45
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Japan,6/28/17 0:36,6/28/17 0:36
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,China,6/28/17 0:08,6/28/17 0:08
Very Satisfied,5,,,,,,,,,,,,,,,,,,,,,,Taiwan,6/27/17 0:08,6/27/17 0:08
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312427#M19970</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T17:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312428#M19971</link>
      <description>&lt;P&gt;ah also, can you provide the header values from the csv? I could just make one up, but better we get you sorted the whole way&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:51:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312428#M19971</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-13T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312429#M19972</link>
      <description>&lt;P&gt;Where do I find that?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:55:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312429#M19972</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T17:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312430#M19973</link>
      <description>&lt;P&gt;In one of the raw csv files, or they were hardcoded in your props.conf when the data was onboarded&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 17:57:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312430#M19973</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-13T17:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312431#M19974</link>
      <description>&lt;P&gt;I must apologize for my lack of knowledge; I'm very new to Splunk.&lt;/P&gt;

&lt;P&gt;Where can I find the raw csv files or the props.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312431#M19974</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312432#M19975</link>
      <description>&lt;P&gt;Sure.  People have just left a video conference call, and are being asked to fill out a survey about their experience.  Isn't there a data field which identifies WHICH conference call they are responding to, so that you can associate the feedback with the actual call?  &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312432#M19975</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-07-13T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312433#M19976</link>
      <description>&lt;P&gt;no problem! I just fudged it.&lt;/P&gt;

&lt;P&gt;I came up with this props with your data, (i used the field_names just to fudge the headers, you likely dont need that as I bet you monitor is ingesting files with headers):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ webex_sentiment_csv ]
CHARSET=UTF-8
INDEXED_EXTRACTIONS=csv
KV_MODE=none
SHOULD_LINEMERGE=false
category=Structured
description=Webex Sentiment Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled=false
pulldown_type=true
TIME_FORMAT=%m/%d/%y %k:%M
TIMESTAMP_FIELDS=field25
FIELD_NAMES=field1,field2,field3,field4,field5,field6,field7,field8,field9,field10,field11,field12,field13,field14,field15,field16,field17,field18,field19,field20,field21,field22,field23,field24,field25,field26
TZ=UTC
TRUNCATE=1000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is a good visualization of what went wrong:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/xBDLNUB.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;As you can see the time with the single hour digit caused Splunk to be unable to parse the timestamp&lt;/P&gt;

&lt;P&gt;All you need to do is work with your admin and make sure the that props is set up to read the headers, then point to the header field that had your timestamp in in and properly parse it&lt;/P&gt;

&lt;P&gt;The add data wiz makes these issues easy to avoid and validate&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/ccxeMUB.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;good reference for props.conf:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Data/Whysourcetypesmatter"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Data/Whysourcetypesmatter&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Are you responsible for ingesting the data into splunk or do you have an admin?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 19:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312433#M19976</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-13T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312434#M19977</link>
      <description>&lt;P&gt;@mhtedford - thanks for the points.  Has your problem been solved, was that an accident, or what?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312434#M19977</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-07-13T20:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312435#M19978</link>
      <description>&lt;P&gt;@mmodestino I am so grateful for your help!&lt;/P&gt;

&lt;P&gt;We have a Splunk application owner who manages the solution, but I do have admin capabilities.&lt;/P&gt;

&lt;P&gt;I believe this particular data set is ingested constantly through forwarders.&lt;/P&gt;

&lt;P&gt;Where do I need to input the props code you created?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:52:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312435#M19978</guid>
      <dc:creator>mhtedford</dc:creator>
      <dc:date>2017-07-13T20:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312436#M19979</link>
      <description>&lt;P&gt;You will need it on the forwarders, I'd put it on the indexers too for good measure. &lt;/P&gt;

&lt;P&gt;Don't put exactly what I provided as you likely don't need the &lt;CODE&gt;field_names&lt;/CODE&gt;. &lt;BR /&gt;
the main thing for you will be &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; TIME_FORMAT=%m/%d/%y %k:%M
 TIMESTAMP_FIELDS=&amp;lt;yourTimestampField&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Ask your data owner to get you the raw file you are ingesting so you can see the headers, then I could provide the exact config&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 21:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312436#M19979</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-13T21:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mysterious data spike</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312437#M19980</link>
      <description>&lt;P&gt;@mhtedford:&lt;/P&gt;

&lt;P&gt;Please check one most important thing at your source, which is your inputs.conf, the very reason, the duplicacy may occur again and reaching to root is important. Two possibilities would have happened.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Inputs.conf is added with this additional configuration made to read data 'ignoreEarlierThan=xdays' and,&lt;/LI&gt;
&lt;LI&gt;Splunkd service at the source would have been stopped or restarted with some reason/cause. Because of this pause of UF or HF, it will pick up data, as there is no method in Splunk yet to compare or verify, if the data is already indexed for so and so and so, matches or criterias.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;As action, &lt;BR /&gt;
1. You can verify inputs.conf&lt;BR /&gt;
2. delete this additional record[caution], but please [imp] take help from splunk administrator, even though you have privileges. Any mistake, may lead to corrupt bucket or create issue in index.&lt;/P&gt;

&lt;P&gt;Looking for your update, &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 03:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Mysterious-data-spike/m-p/312437#M19980</guid>
      <dc:creator>anand_singh17</dc:creator>
      <dc:date>2017-07-14T03:09:03Z</dc:date>
    </item>
  </channel>
</rss>

