<?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: The Search Works but the Dashboard is Erroring Out in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643963#M109667</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thank you removing both $ actually killed my search but $ after the Target_Account_Name!=* and adding OR made it function beautifully!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Original) Target_Account_Name!=*$ Subject_Account_Name!=*$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Modified)&amp;nbsp;&amp;nbsp;&amp;nbsp;Target_Account_Name!=* OR Subject_Account_Name!=*$&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 16:52:09 GMT</pubDate>
    <dc:creator>Heritic88</dc:creator>
    <dc:date>2023-05-19T16:52:09Z</dc:date>
    <item>
      <title>The Search Works but the Dashboard is Erroring Out</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643948#M109663</link>
      <description>&lt;P&gt;When I search this on its own it comes up with what I need but when I put it into the Dashboard it comes up with " Awaiting Data Input"&lt;/P&gt;&lt;P&gt;(index=windows_* OR index=win*) (sourcetype="wineventlog:security" OR source="wineventlog:security" OR sourcetype="xmlwineventlog:security" OR source="xmlwineventlog:security" OR sourcetype="wineventlog*" OR source="wineventlog*" OR sourcetype="xmlwineventlog*" OR source="xmlwineventlog*") signature_id IN (4720 4722 4725 4726 4738) Target_Account_Name!=*$ Subject_Account_Name!=*$&lt;BR /&gt;| eval signature=coalesce(signature, EventCode_Description)&lt;BR /&gt;| eval Computer_Name=coalesce(Computer_Name,ComputerName,Computer)&lt;BR /&gt;| eval New_Message=coalesce(Message,message,body,EventData_Xml)&lt;BR /&gt;| stats count earliest(_time) as earliest latest(_time) as latest values(Computer_Name) as src values(signature) as signature values(signature_id) as signature_id values(Logon_ID) as Logon_ID values(TaskCategory) as Task_Category values(Device_Name) as device by dest, Subject_Account_Name, Target_Account_Name, host&lt;BR /&gt;| convert timeformat="%m/%d/%Y %H:%M:%S" ctime(earliest)&lt;BR /&gt;| convert timeformat="%m/%d/%Y %H:%M:%S" ctime(latest)&lt;BR /&gt;| fields count earliest latest Target_Account_Name Subject_Account_Name signature signature_id dest host src Logon_ID Task_Category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any&amp;nbsp; ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 15:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643948#M109663</guid>
      <dc:creator>Heritic88</dc:creator>
      <dc:date>2023-05-19T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: The Search Works but the Dashboard is Erroring Out</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643949#M109664</link>
      <description>&lt;P&gt;Remove the $ from the search - $ is used in dashboards to delimit token names, e.g. $token$ and searches won't run until the token is resolved&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 15:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643949#M109664</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-19T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: The Search Works but the Dashboard is Erroring Out</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643953#M109666</link>
      <description>&lt;P&gt;As ITWhisperer mentioned, the use of $ is used in dashboards for tokens.&amp;nbsp;&lt;BR /&gt;It looks like you're trying to exclude system accounts in your search so removing the $ isn't really an option.&amp;nbsp;&lt;BR /&gt;You can also escape the $ with a double $$.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/Latest/Viz/tokens" target="_blank" rel="noopener"&gt;Token usage in dashboards - Escaping&amp;nbsp;the $ token delimiter character&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 15:45:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643953#M109666</guid>
      <dc:creator>andrew_nelson</dc:creator>
      <dc:date>2023-05-19T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: The Search Works but the Dashboard is Erroring Out</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643963#M109667</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you removing both $ actually killed my search but $ after the Target_Account_Name!=* and adding OR made it function beautifully!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Original) Target_Account_Name!=*$ Subject_Account_Name!=*$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Modified)&amp;nbsp;&amp;nbsp;&amp;nbsp;Target_Account_Name!=* OR Subject_Account_Name!=*$&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 16:52:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-Search-Works-but-the-Dashboard-is-Erroring-Out/m-p/643963#M109667</guid>
      <dc:creator>Heritic88</dc:creator>
      <dc:date>2023-05-19T16:52:09Z</dc:date>
    </item>
  </channel>
</rss>

