<?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: Why does rex in dashboard says missing terminator - #2? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596529#M48911</link>
    <description>&lt;P&gt;Thank you sir, you have resolved my issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Paul&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 14:06:07 GMT</pubDate>
    <dc:creator>VTARNG_Paul</dc:creator>
    <dc:date>2022-05-05T14:06:07Z</dc:date>
    <item>
      <title>Why does rex in dashboard says missing terminator - #2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596409#M48902</link>
      <description>&lt;P&gt;I appreciate any any assistance with my Rex error.&lt;/P&gt;
&lt;P&gt;When running this Rex command:&lt;/P&gt;
&lt;P&gt;| rex "New Logon:\s+Security ID:\s+(?&amp;amp;lt;account&amp;amp;gt;.*)"&lt;/P&gt;
&lt;P&gt;I receive the following error, "Rex in dashboard says missing terminator"&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 18:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596409#M48902</guid>
      <dc:creator>VTARNG_Paul</dc:creator>
      <dc:date>2022-05-04T18:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why does rex in dashboard says missing terminator - #2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596421#M48903</link>
      <description>&lt;P&gt;That error message means the parser didn't understand the regular expression.&amp;nbsp; Usually, it's because a quotation mark was not escaped properly.&amp;nbsp; In this case, however, it's because the regex contains HTML-encoded &lt;FONT face="courier new,courier"&gt;&amp;lt;&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;&amp;gt;&lt;/FONT&gt; characters.&amp;nbsp; Unencode them and the &lt;FONT face="courier new,courier"&gt;rex&lt;/FONT&gt; should work.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 20:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596421#M48903</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-04T20:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why does rex in dashboard says missing terminator - #2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596493#M48907</link>
      <description>&lt;P&gt;Good morning Rich,&lt;/P&gt;&lt;P&gt;I appreciate your response, but I am not understanding your explanation "&lt;SPAN&gt;&amp;nbsp;because the regex contains HTML-encoded&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;characters." as I do not see the &amp;lt; and &amp;gt; characters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you highlight or modify the rex script with the proper syntax required for it to work correctly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers, Paul&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 11:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596493#M48907</guid>
      <dc:creator>VTARNG_Paul</dc:creator>
      <dc:date>2022-05-05T11:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why does rex in dashboard says missing terminator - #2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596500#M48909</link>
      <description>&lt;P&gt;You don't see the &amp;lt; and &amp;gt; characters because they are HTML-encoded.&amp;nbsp; IOW, change &lt;FONT face="courier new,courier"&gt;&amp;amp;lt;&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;&amp;lt;&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;&amp;amp;gt;&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;&amp;gt;&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 12:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596500#M48909</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-05T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why does rex in dashboard says missing terminator - #2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596529#M48911</link>
      <description>&lt;P&gt;Thank you sir, you have resolved my issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Paul&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 14:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596529#M48911</guid>
      <dc:creator>VTARNG_Paul</dc:creator>
      <dc:date>2022-05-05T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why does rex in dashboard says missing terminator - #2?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596561#M48913</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245466"&gt;@VTARNG_Paul&lt;/a&gt;&amp;nbsp;- If that resolves your answer consider accepting the solution for the reply which is most relevant so in the future new community members can get benefit from that as well.&lt;/P&gt;&lt;P&gt;You can do that by clicking on the "Accept as Solution" button at the bottom of the reply.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 16:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-does-rex-in-dashboard-says-missing-terminator-2/m-p/596561#M48913</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-05T16:17:16Z</dc:date>
    </item>
  </channel>
</rss>

