<?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: Splunk dashboard in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-dashboard/m-p/550315#M156165</link>
    <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="ABCD"
| appendpipe [ eval _raw="DABC"
| appendpipe [ eval _raw="CBAB"]]
``` this is sample data ```
| eval _raw=split(_raw,"")
| rex ("?&amp;lt;yourData&amp;gt;A")&lt;/LI-CODE&gt;&lt;P&gt;If the data has features, it can be extracted using regular expressions.&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 02:53:14 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2021-05-04T02:53:14Z</dc:date>
    <item>
      <title>Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-dashboard/m-p/550228#M156137</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;I have the required data in one of the fields but the logs are not in order how can i extract the required data. Below is the example of how it looks&lt;/P&gt;&lt;P&gt;row1 --&amp;gt;&amp;nbsp; &amp;nbsp;A&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; B&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; C&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; D&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;row2 --&amp;gt;&amp;nbsp; &amp;nbsp;D&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C&lt;BR /&gt;&lt;BR /&gt;row3--&amp;gt;&amp;nbsp; &amp;nbsp; C&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;D&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B&lt;BR /&gt;&lt;BR /&gt;im trying to extract the data using mvindex&lt;BR /&gt;| eval x= mvindex(split(planname,"\n"),2) | table x --&amp;gt; Since in index 2nd position for all the rows the data is different so im unable to view the correct data.&lt;/P&gt;&lt;P&gt;Please let me know the query to extract the data&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 13:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-dashboard/m-p/550228#M156137</guid>
      <dc:creator>Nith1</dc:creator>
      <dc:date>2021-05-03T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-dashboard/m-p/550315#M156165</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="ABCD"
| appendpipe [ eval _raw="DABC"
| appendpipe [ eval _raw="CBAB"]]
``` this is sample data ```
| eval _raw=split(_raw,"")
| rex ("?&amp;lt;yourData&amp;gt;A")&lt;/LI-CODE&gt;&lt;P&gt;If the data has features, it can be extracted using regular expressions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 02:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-dashboard/m-p/550315#M156165</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2021-05-04T02:53:14Z</dc:date>
    </item>
  </channel>
</rss>

