<?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 How can I combine two fields so that the labeling in one of the fields show up as one in the timechart visualization view? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-combine-two-fields-so-that-the-labeling-in-one-of-the/m-p/413715#M27195</link>
    <description>&lt;P&gt;How can I combine two fields so that the labeling in the of the fields show up as one in the timechart visualization view?&lt;/P&gt;

&lt;P&gt;i.e. from this searched Event, trying to combine  “ hostname &amp;amp; port” , so that in the timechart it shows something like this ny9710c02_ fc2/23, currently I’ve been only able to get either one of these fields to display.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;hostname = ny9710c02

port= fc2/23

" TXWait " source="SAN-45147" NOT *FALLING*| timechart count by hostname limit=10 

Time    Event
    7/23/19
3:01:19.778 PM  &amp;lt;43&amp;gt;2019-07-23T15:01:19.778405+00:00 ny9710c02.com 1.1.1.4 : 2019 Jul 23 11:01:19 EDT: %PMON-SLOT2-3-RISING_THRESHOLD_REACHED: TXWait has reached the rising threshold (port=fc2/23 [0x1096000], value=40) . 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 25 Jul 2019 12:44:26 GMT</pubDate>
    <dc:creator>pcnca</dc:creator>
    <dc:date>2019-07-25T12:44:26Z</dc:date>
    <item>
      <title>How can I combine two fields so that the labeling in one of the fields show up as one in the timechart visualization view?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-combine-two-fields-so-that-the-labeling-in-one-of-the/m-p/413715#M27195</link>
      <description>&lt;P&gt;How can I combine two fields so that the labeling in the of the fields show up as one in the timechart visualization view?&lt;/P&gt;

&lt;P&gt;i.e. from this searched Event, trying to combine  “ hostname &amp;amp; port” , so that in the timechart it shows something like this ny9710c02_ fc2/23, currently I’ve been only able to get either one of these fields to display.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;hostname = ny9710c02

port= fc2/23

" TXWait " source="SAN-45147" NOT *FALLING*| timechart count by hostname limit=10 

Time    Event
    7/23/19
3:01:19.778 PM  &amp;lt;43&amp;gt;2019-07-23T15:01:19.778405+00:00 ny9710c02.com 1.1.1.4 : 2019 Jul 23 11:01:19 EDT: %PMON-SLOT2-3-RISING_THRESHOLD_REACHED: TXWait has reached the rising threshold (port=fc2/23 [0x1096000], value=40) . 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jul 2019 12:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-combine-two-fields-so-that-the-labeling-in-one-of-the/m-p/413715#M27195</guid>
      <dc:creator>pcnca</dc:creator>
      <dc:date>2019-07-25T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I combine two fields so that the labeling in one of the fields show up as one in the timechart visualization view?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-combine-two-fields-so-that-the-labeling-in-one-of-the/m-p/413716#M27196</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Try like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|eval hostname_port = hostname."_".port| timechart count by hostname_port limit=10
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jul 2019 16:07:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-can-I-combine-two-fields-so-that-the-labeling-in-one-of-the/m-p/413716#M27196</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-07-25T16:07:26Z</dc:date>
    </item>
  </channel>
</rss>

