<?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: How to find common errors in different log files? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430451#M123093</link>
    <description>&lt;P&gt;Actually I am thinking is there any way to find by using codes like 404,500.............&lt;/P&gt;

&lt;P&gt;three are different logs I know But code doesn't change I think. &lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 03:41:12 GMT</pubDate>
    <dc:creator>Reddi694325</dc:creator>
    <dc:date>2019-03-14T03:41:12Z</dc:date>
    <item>
      <title>How to find common errors in different log files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430449#M123091</link>
      <description>&lt;P&gt;In my environment I got one scenario like have to find common errors in iis log, applog,apache log and db log. How to find it &lt;/P&gt;

&lt;P&gt;Please help me on the same &lt;/P&gt;

&lt;P&gt;Thanks in Advance &lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 10:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430449#M123091</guid>
      <dc:creator>Reddi694325</dc:creator>
      <dc:date>2019-03-13T10:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find common errors in different log files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430450#M123092</link>
      <description>&lt;P&gt;What qualifies as a "common error" in three very different logs?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:50:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430450#M123092</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-03-13T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to find common errors in different log files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430451#M123093</link>
      <description>&lt;P&gt;Actually I am thinking is there any way to find by using codes like 404,500.............&lt;/P&gt;

&lt;P&gt;three are different logs I know But code doesn't change I think. &lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 03:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430451#M123093</guid>
      <dc:creator>Reddi694325</dc:creator>
      <dc:date>2019-03-14T03:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to find common errors in different log files?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430452#M123094</link>
      <description>&lt;P&gt;Hi @Reddi694325 &lt;BR /&gt;
Many log types have a 'level' which is normally one of INFO/WARN/ERROR etc.&lt;BR /&gt;
Some logs report a status code which indicates the outcome.&lt;/P&gt;

&lt;P&gt;If you have installed the appropriate TA for your log type this should be extracted for you You need to identify those fields/tags/values and write a search to identify them.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype=iis AND sc_status&amp;gt;=400) OR (sourcetype=myApp AND log_level=error)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Mar 2019 10:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-common-errors-in-different-log-files/m-p/430452#M123094</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-14T10:08:10Z</dc:date>
    </item>
  </channel>
</rss>

