<?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: how to position a column as the left most column in the statistics view in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128853#M35001</link>
    <description>&lt;P&gt;tks will try that but it was not exactly what I was looking for. I thought there was a nother way?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2015 04:00:30 GMT</pubDate>
    <dc:creator>HattrickNZ</dc:creator>
    <dc:date>2015-04-07T04:00:30Z</dc:date>
    <item>
      <title>how to position a column as the left most column in the statistics view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128851#M34999</link>
      <description>&lt;P&gt;I have the following search And I add this column &lt;CODE&gt;row&lt;/CODE&gt; to show the row numbers but it positions in as the right most column.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;...| streamstats count as row&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I don't want this I want to position it as the leftmost column. How can I do this? I am pretty sure i have seen this before somewhere.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 03:13:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128851#M34999</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-07T03:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to position a column as the left most column in the statistics view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128852#M35000</link>
      <description>&lt;P&gt;add a &lt;CODE&gt;by&lt;/CODE&gt; clause, although unless there is more to this... you mean &lt;CODE&gt;stats&lt;/CODE&gt; not &lt;CODE&gt;streamstats&lt;/CODE&gt;. As you have it you'll only produce events not statistics in columns.&lt;/P&gt;

&lt;P&gt;so, &lt;CODE&gt;stats count as row by something&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;something will be on the left, and row on the right.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 03:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128852#M35000</guid>
      <dc:creator>rsennett_splunk</dc:creator>
      <dc:date>2015-04-07T03:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to position a column as the left most column in the statistics view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128853#M35001</link>
      <description>&lt;P&gt;tks will try that but it was not exactly what I was looking for. I thought there was a nother way?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 04:00:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128853#M35001</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-07T04:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to position a column as the left most column in the statistics view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128854#M35002</link>
      <description>&lt;P&gt;Use the table command at the end and specify row as the first field to force the layout you need.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;..| streamstats count as row | table row,field1,field2,field3
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Apr 2015 04:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128854#M35002</guid>
      <dc:creator>ramdaspr</dc:creator>
      <dc:date>2015-04-07T04:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to position a column as the left most column in the statistics view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128855#M35003</link>
      <description>&lt;P&gt;tks that will do. I am still thinking there is another way but just not sure what it is.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 23:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128855#M35003</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2015-04-07T23:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to position a column as the left most column in the statistics view</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128856#M35004</link>
      <description>&lt;P&gt;If you are trying to show it on a dashboard table, you can use the rowNumbers option to display the row numbers which should by default show them leftmost.&lt;/P&gt;

&lt;P&gt;AFAIK there arent any other options of explicitly ordering columns, so if you do find any other solutions so post them here..&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 00:27:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-position-a-column-as-the-left-most-column-in-the/m-p/128856#M35004</guid>
      <dc:creator>ramdaspr</dc:creator>
      <dc:date>2015-04-08T00:27:29Z</dc:date>
    </item>
  </channel>
</rss>

