<?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: Multiline table column header in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiline-table-column-header/m-p/49430#M11841</link>
    <description>&lt;P&gt;I couldn't find any way to force Splunk to accept newlines inside field names so this is as good as I could get; tack this on to the end of your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rename "Service Name" AS "Service" "Operation Name" AS "Operation" "Request Count" AS "Request" "Success Count" AS "Success" "System Fault Count" AS "System" | append [search index=* | head 1 | stats count | eval "Service" = null() | eval "Operation" = null() | eval "Request" = null() | eval "Success" = null() | eval "System" = "Count" | fields - count] | append [search index=* | head 1 | stats count | eval "Service" = "Name" | eval "Operation" = "Name" | eval "Request" = "Count" | eval "Success" = "Count" | eval "System" = "Fault" | fields - count] | reverse
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 06 Jul 2015 01:35:39 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-07-06T01:35:39Z</dc:date>
    <item>
      <title>Multiline table column header</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiline-table-column-header/m-p/49429#M11840</link>
      <description>&lt;P&gt;I have a table that has long column headers. Can i make these headers multi-line formatted?&lt;/P&gt;

&lt;P&gt;old table headers:&lt;BR /&gt;
Service Name    Operation Name  Request Count   Success Count   System Fault Count &lt;/P&gt;

&lt;P&gt;my goal:&lt;BR /&gt;
Service       Operation      Request     Success    System&lt;BR /&gt;
Name          Name           Count         Count        Fault&lt;BR /&gt;
                                                                         Count&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2012 09:29:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiline-table-column-header/m-p/49429#M11840</guid>
      <dc:creator>yumlu</dc:creator>
      <dc:date>2012-05-11T09:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline table column header</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiline-table-column-header/m-p/49430#M11841</link>
      <description>&lt;P&gt;I couldn't find any way to force Splunk to accept newlines inside field names so this is as good as I could get; tack this on to the end of your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rename "Service Name" AS "Service" "Operation Name" AS "Operation" "Request Count" AS "Request" "Success Count" AS "Success" "System Fault Count" AS "System" | append [search index=* | head 1 | stats count | eval "Service" = null() | eval "Operation" = null() | eval "Request" = null() | eval "Success" = null() | eval "System" = "Count" | fields - count] | append [search index=* | head 1 | stats count | eval "Service" = "Name" | eval "Operation" = "Name" | eval "Request" = "Count" | eval "Success" = "Count" | eval "System" = "Fault" | fields - count] | reverse
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Jul 2015 01:35:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiline-table-column-header/m-p/49430#M11841</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-06T01:35:39Z</dc:date>
    </item>
  </channel>
</rss>

