<?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: newline in Splunk query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444061#M173193</link>
    <description>&lt;P&gt;$Column1 &lt;BR /&gt;
$Column1$&lt;BR /&gt;
"$Column1"&lt;BR /&gt;
"$Column$"&lt;/P&gt;

&lt;P&gt;None of the above work.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Feb 2019 10:41:16 GMT</pubDate>
    <dc:creator>v709587</dc:creator>
    <dc:date>2019-02-04T10:41:16Z</dc:date>
    <item>
      <title>newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444053#M173185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Please help me with a newline command in Splunk query&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 07:54:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444053#M173185</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-02-04T07:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444054#M173186</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
Can you give more information, what you are really expecting?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 07:58:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444054#M173186</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-04T07:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444055#M173187</link>
      <description>&lt;P&gt;&lt;STRONG&gt;[Updated]&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;hi @v709587 try this below query &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|makeresults |eval IMSI1="This is Splunk Dashboard. The list of hosts are as shown."   | makemv delim="." IMSI1 | mvexpand IMSI1 |table IMSI1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if you want to add new row  try &lt;CODE&gt;append&lt;/CODE&gt;, &lt;CODE&gt;appendpipe&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;if you want to add new column try &lt;CODE&gt;appendcols&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 08:01:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444055#M173187</guid>
      <dc:creator>harishalipaka</dc:creator>
      <dc:date>2019-02-04T08:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444056#M173188</link>
      <description>&lt;P&gt;eg: "This is Splunk Dashboard. The list of hosts are as shown."&lt;/P&gt;

&lt;P&gt;I want to display these 2 lines in 2 different lines within same row, same panel.  &lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 08:14:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444056#M173188</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-02-04T08:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444057#M173189</link>
      <description>&lt;P&gt;To understand more clearly, whether it is possible to give mock screenshot.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 08:22:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444057#M173189</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-04T08:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444058#M173190</link>
      <description>&lt;P&gt;This works !!!. Thank You&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 09:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444058#M173190</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-02-04T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444059#M173191</link>
      <description>&lt;P&gt;Thanks Ravi for your help&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 09:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444059#M173191</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-02-04T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444060#M173192</link>
      <description>&lt;P&gt;However, &lt;BR /&gt;
"eval Impact=Column3.Column1" displays "Column1" and "Column3" as result and not the value of those parameters. Please help.&lt;/P&gt;

&lt;P&gt;This is my query&lt;BR /&gt;
 |inputlookup  file.csv |  where Column1="$Column1$" and Column2="$Column2$" | return $Column3 | eval Impact=Column3.Column1 | makemv delim="." Impact | mvexpand Impact | table Impact &lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 10:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444060#M173192</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-02-04T10:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: newline in Splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444061#M173193</link>
      <description>&lt;P&gt;$Column1 &lt;BR /&gt;
$Column1$&lt;BR /&gt;
"$Column1"&lt;BR /&gt;
"$Column$"&lt;/P&gt;

&lt;P&gt;None of the above work.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 10:41:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/newline-in-Splunk-query/m-p/444061#M173193</guid>
      <dc:creator>v709587</dc:creator>
      <dc:date>2019-02-04T10:41:16Z</dc:date>
    </item>
  </channel>
</rss>

