<?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: Evaluate on column in space and tab delimited logs. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/644182#M223134</link>
    <description>&lt;P&gt;If the rex is not extracting the fields (which would be shown as columns in a table), then the rex expression (based on your sample data) does not match your real data.&lt;/P&gt;&lt;P&gt;Please provide an accurate representation of your actual event data, preferably in a code block &amp;lt;/&amp;gt; to reduce formatting corruption.&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 22:23:54 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-05-22T22:23:54Z</dc:date>
    <item>
      <title>How do I evaluate on column in space and tab delimited logs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/643647#M222967</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;
&lt;P&gt;I have a log file that looks like this;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROCESS UP STATUS RESTARTS AGE&lt;BR /&gt;PROCESS1 2/2 Running 0 6d19h&lt;BR /&gt;PROCESS2aaa 2/2 Completed 0 7d6h&lt;BR /&gt;PROCESS3 0/1 Running 6 6d19h&lt;/P&gt;
&lt;P&gt;I am trying to evaluate on the RESTART colum. The length of the process name is not consistent and some files are tab delimited and some are space delimited.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cant get my rex command to work. Any help would be very appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 02:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/643647#M222967</guid>
      <dc:creator>HelloItsMe76</dc:creator>
      <dc:date>2023-05-23T02:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate on column in space and tab delimited logs.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/643654#M222972</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "(?&amp;lt;PROCESS&amp;gt;\S+)\s+(?&amp;lt;UP&amp;gt;\S+)\s+(?&amp;lt;STATUS&amp;gt;\S+)\s+(?&amp;lt;RESTARTS&amp;gt;\S+)\s+(?&amp;lt;AGE&amp;gt;\S+)"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 17 May 2023 14:36:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/643654#M222972</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-17T14:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate on column in space and tab delimited logs.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/644171#M223129</link>
      <description>&lt;P&gt;Hey, thanks for the reply. that basically just returns whats already there. I would like to show the data as a table and be able to filter and return rows where, for example, AGE &amp;lt;2. At the moment it doesnt seem to recognise that data as a table and hence i cant filter on AGE, or other columns.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 19:43:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/644171#M223129</guid>
      <dc:creator>HelloItsMe76</dc:creator>
      <dc:date>2023-05-22T19:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluate on column in space and tab delimited logs.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/644182#M223134</link>
      <description>&lt;P&gt;If the rex is not extracting the fields (which would be shown as columns in a table), then the rex expression (based on your sample data) does not match your real data.&lt;/P&gt;&lt;P&gt;Please provide an accurate representation of your actual event data, preferably in a code block &amp;lt;/&amp;gt; to reduce formatting corruption.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 22:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-evaluate-on-column-in-space-and-tab-delimited-logs/m-p/644182#M223134</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-05-22T22:23:54Z</dc:date>
    </item>
  </channel>
</rss>

