<?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 How can I find the related search job to an error message in splunkd.log in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-find-the-related-search-job-to-an-error-message-in/m-p/479305#M192923</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;
we have an error message in splunkd.log. &lt;/P&gt;

&lt;P&gt;Error Message: "Invalid value "*" for time term 'earliest'"&lt;/P&gt;

&lt;P&gt;It happens six times at nearly the same time, every half of the hour.&lt;/P&gt;

&lt;P&gt;Search: index=_internal  event_message="Invalid value \"*\" for time term 'earliest'" component=TimeParser | table _time, event_message, source | sort - _time&lt;/P&gt;

&lt;P&gt;2020-01-05 21:30:51.306 Invalid value "&lt;EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:51.299 Invalid value "&lt;/EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:51.295 Invalid value "&lt;EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:47.800 Invalid value "&lt;/EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:47.794 Invalid value "&lt;EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:47.790 Invalid value "&lt;/EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;I would like to find the related Splunk Search / Search Job to correct the search.&lt;BR /&gt;
Has somebody a hint how to find the search which leads to the errors?&lt;/P&gt;

&lt;P&gt;thank you &lt;BR /&gt;
Dieter&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:35:35 GMT</pubDate>
    <dc:creator>dietertaucher</dc:creator>
    <dc:date>2020-09-30T03:35:35Z</dc:date>
    <item>
      <title>How can I find the related search job to an error message in splunkd.log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-find-the-related-search-job-to-an-error-message-in/m-p/479305#M192923</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
we have an error message in splunkd.log. &lt;/P&gt;

&lt;P&gt;Error Message: "Invalid value "*" for time term 'earliest'"&lt;/P&gt;

&lt;P&gt;It happens six times at nearly the same time, every half of the hour.&lt;/P&gt;

&lt;P&gt;Search: index=_internal  event_message="Invalid value \"*\" for time term 'earliest'" component=TimeParser | table _time, event_message, source | sort - _time&lt;/P&gt;

&lt;P&gt;2020-01-05 21:30:51.306 Invalid value "&lt;EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:51.299 Invalid value "&lt;/EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:51.295 Invalid value "&lt;EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:47.800 Invalid value "&lt;/EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:47.794 Invalid value "&lt;EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;BR /&gt;
2020-01-05 21:30:47.790 Invalid value "&lt;/EM&gt;" for time term 'earliest'  /opt/splunk/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;I would like to find the related Splunk Search / Search Job to correct the search.&lt;BR /&gt;
Has somebody a hint how to find the search which leads to the errors?&lt;/P&gt;

&lt;P&gt;thank you &lt;BR /&gt;
Dieter&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:35:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-find-the-related-search-job-to-an-error-message-in/m-p/479305#M192923</guid>
      <dc:creator>dietertaucher</dc:creator>
      <dc:date>2020-09-30T03:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find the related search job to an error message in splunkd.log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-find-the-related-search-job-to-an-error-message-in/m-p/479306#M192924</link>
      <description>&lt;P&gt;The audit index will have a list of all searches been run.&lt;/P&gt;

&lt;P&gt;You could try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit info=granted earliest
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And match the time/host your seeing the errors to try to narrow down to which search, you could also write a more advanced regular expression to find something relate to earliest="" or similar...(but start simple).&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 02:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-find-the-related-search-job-to-an-error-message-in/m-p/479306#M192924</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-01-06T02:28:48Z</dc:date>
    </item>
  </channel>
</rss>

