<?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 What should I do with the spl? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631812#M51801</link>
    <description>&lt;P&gt;HI!&amp;nbsp;&lt;SPAN&gt;I want to make the log below in the form of the table below. What should I do with the spl?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[Log ex.]&lt;BR /&gt;&lt;/SPAN&gt;[2023.01.23] TYPE : UPDATE, USER : master, [ ID : jenny, TYPE- AUTH :&amp;nbsp; AB, O, B, A]&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[table]&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;USER&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;ID&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;TYPE-AUTH&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;master&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;jenny&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;
&lt;P&gt;AB&lt;/P&gt;
&lt;P&gt;O&lt;/P&gt;
&lt;P&gt;B&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I did SPL as below, and the dashboard comes out as below.&lt;BR /&gt;HELP ME PLZ... T. T&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;[SPL]&lt;BR /&gt;| rex field=TYPE-AUTH max_match=0 "(?P&amp;lt;type_auth&amp;gt;\w+)"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;USER&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;ID&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;TYPE-AUTH&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;master&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;jenny&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;AB&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
    <pubDate>Wed, 22 Feb 2023 15:29:36 GMT</pubDate>
    <dc:creator>minpd0309</dc:creator>
    <dc:date>2023-02-22T15:29:36Z</dc:date>
    <item>
      <title>What should I do with the spl?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631812#M51801</link>
      <description>&lt;P&gt;HI!&amp;nbsp;&lt;SPAN&gt;I want to make the log below in the form of the table below. What should I do with the spl?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[Log ex.]&lt;BR /&gt;&lt;/SPAN&gt;[2023.01.23] TYPE : UPDATE, USER : master, [ ID : jenny, TYPE- AUTH :&amp;nbsp; AB, O, B, A]&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[table]&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;USER&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;ID&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;TYPE-AUTH&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;master&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;jenny&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;
&lt;P&gt;AB&lt;/P&gt;
&lt;P&gt;O&lt;/P&gt;
&lt;P&gt;B&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I did SPL as below, and the dashboard comes out as below.&lt;BR /&gt;HELP ME PLZ... T. T&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;[SPL]&lt;BR /&gt;| rex field=TYPE-AUTH max_match=0 "(?P&amp;lt;type_auth&amp;gt;\w+)"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;USER&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;ID&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;TYPE-AUTH&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;master&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;jenny&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="24px"&gt;AB&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:29:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631812#M51801</guid>
      <dc:creator>minpd0309</dc:creator>
      <dc:date>2023-02-22T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631815#M51802</link>
      <description>&lt;P&gt;It looks like your TYPE-AUTH field has not been extracted as you expected. How have you defined the extraction for this field?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631815#M51802</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-22T09:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631816#M51803</link>
      <description>&lt;P&gt;&lt;SPAN&gt;HI! &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;I only set the rex!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you need any additional settings?~&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:06:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631816#M51803</guid>
      <dc:creator>minpd0309</dc:creator>
      <dc:date>2023-02-22T09:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631817#M51804</link>
      <description>&lt;P&gt;&lt;SPAN&gt;HI!&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168" target="_blank"&gt;@ITWhisperer&lt;/A&gt;&amp;nbsp;I only set the rex!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you need any additional settings?~&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631817#M51804</guid>
      <dc:creator>minpd0309</dc:creator>
      <dc:date>2023-02-22T09:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631818#M51805</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please let me know if there is anything else I need to set up. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My English is weird because I turned on the translator.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631818#M51805</guid>
      <dc:creator>minpd0309</dc:creator>
      <dc:date>2023-02-22T09:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631819#M51806</link>
      <description>&lt;P&gt;Assuming your events look exactly like your example, you probably need to extract the TYPE-AUTH field again.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "TYPE-AUTH\s*:\s*(?&amp;lt;TYPE_AUTH&amp;gt;[^\]]"
| rex field=TYPE_AUTH max_match=0 "(?P&amp;lt;type_auth&amp;gt;\w+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631819#M51806</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-22T09:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631820#M51807</link>
      <description>&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;USER&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;ID&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;TYPE-AUTH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;master&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;jenny&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I modified it to the SPL you told me, but DASHBOARD comes out as below! T. T&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 09:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631820#M51807</guid>
      <dc:creator>minpd0309</dc:creator>
      <dc:date>2023-02-22T09:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: What should I do with the spl? HELP ME .....</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631826#M51808</link>
      <description>&lt;P&gt;Change your dashboard to use type_auth or assign the value from this field to TYPE-AUTH&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval TYPE-AUTH=type_auth&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Feb 2023 10:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-should-I-do-with-the-spl/m-p/631826#M51808</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-02-22T10:18:11Z</dc:date>
    </item>
  </channel>
</rss>

