<?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 No show user with Backslash in Security</title>
    <link>https://community.splunk.com/t5/Security/No-show-user-with-Backslash/m-p/396385#M13061</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
I have the next source that is a form with inputs, but the user input have users with backslash and when i choice the user, it's not show.&lt;BR /&gt;
How i can to do this?&lt;/P&gt;

&lt;P&gt;Example: in the input user i have CUSTOMER\admin_moss&lt;/P&gt;

&lt;P&gt;Accesos a BD SQL Server&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;!-- Create a text box; token is "series"                         --&amp;gt;
&amp;lt;!-- label: Label for the text box                                --&amp;gt;
&amp;lt;!-- default: Default value for the form                          --&amp;gt;
&amp;lt;!-- suffix: All tokens are followed by a *                       --&amp;gt;
&amp;lt;!--         If user does not specify text, then search uses '*'  --&amp;gt;
&amp;lt;input type="dropdown" token="user" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Selecciona un Usuario:&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;!-- Define the default value --&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;!-- Define the choices with a populating search --&amp;gt;
  &amp;lt;populatingSearch fieldForValue="user" fieldForLabel="user" earliest="-24h" latest="now"&amp;gt;
    &amp;lt;![CDATA[index=sqlserver_audit | stats count by "user"]]&amp;gt;
  &amp;lt;/populatingSearch&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="estado" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Selecciona Resultado Conexión :&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;!-- Define the default value --&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;!-- Define the choices with a populating search --&amp;gt;
  &amp;lt;populatingSearch fieldForValue="estado" fieldForLabel="estado" earliest="-24h" latest="now"&amp;gt;
    &amp;lt;![CDATA[index=sqlserver_audit | stats count by estado]]&amp;gt;
  &amp;lt;/populatingSearch&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="dbname" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Selecciona Nombre de la BD:&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;!-- Define the default value --&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;!-- Define the choices with a populating search --&amp;gt;
  &amp;lt;populatingSearch fieldForValue="dbname" fieldForLabel="dbname" earliest="-24h" latest="now"&amp;gt;
    &amp;lt;![CDATA[index=sqlserver_audit | stats count by dbname]]&amp;gt;
  &amp;lt;/populatingSearch&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;!-- Add time range picker --&amp;gt;
&amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
  &amp;lt;default&amp;gt;
    &amp;lt;earliestTime&amp;gt;-25h&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
  &amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;


&amp;lt;!-- Show results as a table --&amp;gt;
&amp;lt;table&amp;gt;
  &amp;lt;option name="showPager"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
&amp;lt;/table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 19 Jun 2018 15:02:56 GMT</pubDate>
    <dc:creator>edfuenteso</dc:creator>
    <dc:date>2018-06-19T15:02:56Z</dc:date>
    <item>
      <title>No show user with Backslash</title>
      <link>https://community.splunk.com/t5/Security/No-show-user-with-Backslash/m-p/396385#M13061</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I have the next source that is a form with inputs, but the user input have users with backslash and when i choice the user, it's not show.&lt;BR /&gt;
How i can to do this?&lt;/P&gt;

&lt;P&gt;Example: in the input user i have CUSTOMER\admin_moss&lt;/P&gt;

&lt;P&gt;Accesos a BD SQL Server&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;!-- Create a text box; token is "series"                         --&amp;gt;
&amp;lt;!-- label: Label for the text box                                --&amp;gt;
&amp;lt;!-- default: Default value for the form                          --&amp;gt;
&amp;lt;!-- suffix: All tokens are followed by a *                       --&amp;gt;
&amp;lt;!--         If user does not specify text, then search uses '*'  --&amp;gt;
&amp;lt;input type="dropdown" token="user" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Selecciona un Usuario:&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;!-- Define the default value --&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;!-- Define the choices with a populating search --&amp;gt;
  &amp;lt;populatingSearch fieldForValue="user" fieldForLabel="user" earliest="-24h" latest="now"&amp;gt;
    &amp;lt;![CDATA[index=sqlserver_audit | stats count by "user"]]&amp;gt;
  &amp;lt;/populatingSearch&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="estado" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Selecciona Resultado Conexión :&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;!-- Define the default value --&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;!-- Define the choices with a populating search --&amp;gt;
  &amp;lt;populatingSearch fieldForValue="estado" fieldForLabel="estado" earliest="-24h" latest="now"&amp;gt;
    &amp;lt;![CDATA[index=sqlserver_audit | stats count by estado]]&amp;gt;
  &amp;lt;/populatingSearch&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="dbname" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Selecciona Nombre de la BD:&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
  &amp;lt;!-- Define the default value --&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;!-- Define the choices with a populating search --&amp;gt;
  &amp;lt;populatingSearch fieldForValue="dbname" fieldForLabel="dbname" earliest="-24h" latest="now"&amp;gt;
    &amp;lt;![CDATA[index=sqlserver_audit | stats count by dbname]]&amp;gt;
  &amp;lt;/populatingSearch&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;!-- Add time range picker --&amp;gt;
&amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
  &amp;lt;default&amp;gt;
    &amp;lt;earliestTime&amp;gt;-25h&amp;lt;/earliestTime&amp;gt;
    &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
  &amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;


&amp;lt;!-- Show results as a table --&amp;gt;
&amp;lt;table&amp;gt;
  &amp;lt;option name="showPager"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
&amp;lt;/table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 15:02:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/No-show-user-with-Backslash/m-p/396385#M13061</guid>
      <dc:creator>edfuenteso</dc:creator>
      <dc:date>2018-06-19T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: No show user with Backslash</title>
      <link>https://community.splunk.com/t5/Security/No-show-user-with-Backslash/m-p/396386#M13062</link>
      <description>&lt;P&gt;What's the panel search where  $user$ token is used? Does the value in your logs has user with single backslash on ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 16:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/No-show-user-with-Backslash/m-p/396386#M13062</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-06-19T16:34:08Z</dc:date>
    </item>
  </channel>
</rss>

