<?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 I want to write &amp;quot;.......some text Unable to reach  on port  some text ....&amp;quot; using a splunk query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-write-quot-some-text-Unable-to-reach-on-port-some-text/m-p/65274#M16180</link>
    <description>&lt;P&gt;I want to write ".......some text Unable to reach &lt;SERVERNAME&gt; on port &amp;lt;1234&amp;gt; some text ...." using a splunk query , how will I be doing this .&lt;/SERVERNAME&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2013 11:06:42 GMT</pubDate>
    <dc:creator>tusharsappal</dc:creator>
    <dc:date>2013-09-17T11:06:42Z</dc:date>
    <item>
      <title>I want to write ".......some text Unable to reach  on port  some text ...." using a splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-write-quot-some-text-Unable-to-reach-on-port-some-text/m-p/65274#M16180</link>
      <description>&lt;P&gt;I want to write ".......some text Unable to reach &lt;SERVERNAME&gt; on port &amp;lt;1234&amp;gt; some text ...." using a splunk query , how will I be doing this .&lt;/SERVERNAME&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 11:06:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-write-quot-some-text-Unable-to-reach-on-port-some-text/m-p/65274#M16180</guid>
      <dc:creator>tusharsappal</dc:creator>
      <dc:date>2013-09-17T11:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: I want to write ".......some text Unable to reach  on port  some text ...." using a splunk query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-write-quot-some-text-Unable-to-reach-on-port-some-text/m-p/65275#M16181</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;First you should create the query to get the servername and port data, like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats count by servername, port 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And then make eval to concatenate text with servername and port like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...| eval message = ".......some text Unable to reach " .servername. " on port " .port. " some text..."
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 11:53:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-write-quot-some-text-Unable-to-reach-on-port-some-text/m-p/65275#M16181</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2013-09-17T11:53:27Z</dc:date>
    </item>
  </channel>
</rss>

