<?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 to separate the fields AppDomainName  and ApplicationSource in timechart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-separate-the-fields-AppDomainName-and-ApplicationSource/m-p/473390#M133202</link>
    <description>&lt;P&gt;Hi &lt;BR /&gt;
I have this query that counts the number of errors for two applications but I get the application names from different fields-one from appdomainname and one from application source. I want these two different applications to display as two different lines in my chart. I tried this but it only shows EcomSubscription as a bar chart?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=-1d@d latest=@d host="NETAPPA*" sourcetype="WinEventLog:Application" AND (AppDomainName= EcomSubscription.* OR ApplicationSource="/order*") AND "ErrorGUID" | eval application =  AppDomainName.":".ApplicationSource | timechart span=1h count BY application
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 06 Sep 2019 08:02:29 GMT</pubDate>
    <dc:creator>lsy9891</dc:creator>
    <dc:date>2019-09-06T08:02:29Z</dc:date>
    <item>
      <title>How to separate the fields AppDomainName  and ApplicationSource in timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-separate-the-fields-AppDomainName-and-ApplicationSource/m-p/473390#M133202</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
I have this query that counts the number of errors for two applications but I get the application names from different fields-one from appdomainname and one from application source. I want these two different applications to display as two different lines in my chart. I tried this but it only shows EcomSubscription as a bar chart?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=-1d@d latest=@d host="NETAPPA*" sourcetype="WinEventLog:Application" AND (AppDomainName= EcomSubscription.* OR ApplicationSource="/order*") AND "ErrorGUID" | eval application =  AppDomainName.":".ApplicationSource | timechart span=1h count BY application
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Sep 2019 08:02:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-separate-the-fields-AppDomainName-and-ApplicationSource/m-p/473390#M133202</guid>
      <dc:creator>lsy9891</dc:creator>
      <dc:date>2019-09-06T08:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the fields AppDomainName  and ApplicationSource in timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-separate-the-fields-AppDomainName-and-ApplicationSource/m-p/473391#M133203</link>
      <description>&lt;P&gt;|eval application =  if (isnotnull(AppDomainName),AppDomainName,ApplicationSource) |timechart &amp;lt;..rest of the stuff&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 11:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-separate-the-fields-AppDomainName-and-ApplicationSource/m-p/473391#M133203</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-09-06T11:56:17Z</dc:date>
    </item>
  </channel>
</rss>

