<?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: Data is not displayed even though the query previously worked in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658583#M111387</link>
    <description>&lt;P&gt;Can you also please share a couple of sanitized events so we can check the regex?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 12:43:09 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-09-25T12:43:09Z</dc:date>
    <item>
      <title>Why is Data not displayed even though the query previously worked?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657169#M111273</link>
      <description>&lt;P&gt;Hello all,&lt;BR /&gt;I am still relatively new to the topic of Splunk and SPL.&lt;BR /&gt;To show the maximum uptime per day of four hosts in a bar chart, I wrote the following query:&lt;/P&gt;
&lt;P&gt;sourcetype=datacollection VMBT02 OR slaznocaasevm01 OR VMMS01 OR slaznocaasmon01&lt;BR /&gt;| rex "Uptime: (?&amp;lt;hours&amp;gt;\d+) hours (?&amp;lt;minutes&amp;gt;\d+) minutes"&lt;BR /&gt;| rex "Uptime: (?&amp;lt;minutes&amp;gt;\d+) minutes (?&amp;lt;seconds&amp;gt;\d+) seconds"&lt;BR /&gt;| eval hours = coalesce(hours, 0)&lt;BR /&gt;| eval minutes = coalesce(minutes, 0)&lt;BR /&gt;| eval seconds = coalesce(seconds, 0)&lt;BR /&gt;| eval uptime_decimal = if(minutes &amp;gt; 0 AND seconds &amp;gt; 0, minutes/1000 * 10, hours*1 + minutes/100)&lt;BR /&gt;| eval formatted_uptime = round(uptime_decimal, 2)&lt;BR /&gt;| where extracted_hostname IN ("VMBT02", "slaznocaasevm01", "VMMS01", "slaznocaasmon01")&lt;BR /&gt;| stats max(formatted_uptime) as Uptime by extracted_Hostname&lt;/P&gt;
&lt;P&gt;I extracted the field "extracted_hostname" via the GUI before. There are also no events here that do not match the regex. Afterwards, the chart is also displayed correctly.&lt;/P&gt;
&lt;P&gt;However, the field extraction does not work from the 01st to about the 10th of a month. Instead of the hostnames, other data fragments from the first line of an event are taken here. I can't see a pattern here either.&lt;BR /&gt;Does anyone know where the causes for the incorrect extraction are? Is perhaps my query incorrect?&lt;/P&gt;
&lt;P&gt;I hope someone can help me to solve this problem.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Many greetings&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 16:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657169#M111273</guid>
      <dc:creator>sha</dc:creator>
      <dc:date>2023-09-11T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657187#M111275</link>
      <description>&lt;P&gt;Please share how the extracted_hostname field is extracted (with more detail than "via the GUI").&amp;nbsp; It sounds like the extraction makes an assumption that applies only with two-digit dates.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:26:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657187#M111275</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-11T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657193#M111276</link>
      <description>&lt;P&gt;&lt;FONT&gt;Oh wow, I really hadn't thought of that at all.&lt;BR /&gt;I started the extraction via here and followed the steps shown:&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sha_0-1694436769563.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27117iD5652DE5DB180CA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sha_0-1694436769563.png" alt="sha_0-1694436769563.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sha_1-1694436909538.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/27118iD69AA3479893BEF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sha_1-1694436909538.png" alt="sha_1-1694436909538.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:56:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657193#M111276</guid>
      <dc:creator>sha</dc:creator>
      <dc:date>2023-09-11T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657201#M111277</link>
      <description>&lt;P&gt;Please provide the field extraction itself, as defined in props.conf or transforms.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 13:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/657201#M111277</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-11T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658562#M111385</link>
      <description>&lt;P&gt;Hello richgalloway,&lt;/P&gt;&lt;P&gt;thank you for your answer. I did the extraction in props.conf and transforms.conf. However, I cannot find or access the extracted field in the Splunk interface.&lt;/P&gt;&lt;P&gt;Here's what I wrote in transforms.conf:&lt;BR /&gt;[extract_host]&lt;BR /&gt;REGEX = ^(?:[^ \n]* ){9}\w+\d+\s+(?P&amp;lt;newhostname&amp;gt;\w+)&lt;BR /&gt;FORMAT = newhostname::$1&lt;/P&gt;&lt;P&gt;The following in props.conf&lt;BR /&gt;[sourcetype::Datacollection]&lt;BR /&gt;TRANSFORMS-extract_host = extract_host&lt;/P&gt;&lt;P&gt;Did I do something wrong here?&lt;/P&gt;&lt;P&gt;Thanks for your answer in advance.&lt;/P&gt;&lt;P&gt;Sharon&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658562#M111385</guid>
      <dc:creator>sha</dc:creator>
      <dc:date>2023-09-25T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658583#M111387</link>
      <description>&lt;P&gt;Can you also please share a couple of sanitized events so we can check the regex?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:43:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658583#M111387</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-25T12:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658590#M111390</link>
      <description>&lt;P&gt;Here are some sample events. One per host:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Mon&lt;/SPAN&gt; &lt;SPAN class=""&gt;Sep&lt;/SPAN&gt; &lt;SPAN class=""&gt;25&lt;/SPAN&gt; &lt;SPAN class=""&gt;13:22:14&lt;/SPAN&gt; &lt;SPAN class=""&gt;UTC&lt;/SPAN&gt; &lt;SPAN class=""&gt;2023&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Host:&lt;/SPAN&gt; &lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt; &lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Check_MK&lt;/SPAN&gt; &lt;SPAN class=""&gt;HW/SW&lt;/SPAN&gt; &lt;SPAN class=""&gt;Inventory&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Found&lt;/SPAN&gt; &lt;SPAN class=""&gt;86&lt;/SPAN&gt; &lt;SPAN class=""&gt;inventory&lt;/SPAN&gt; &lt;SPAN class=""&gt;entries&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;Found&lt;/SPAN&gt; &lt;SPAN class=""&gt;18&lt;/SPAN&gt; &lt;SPAN class=""&gt;status&lt;/SPAN&gt; &lt;SPAN class=""&gt;entries&lt;/SPAN&gt;&lt;SPAN&gt; ;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Systemd&lt;/SPAN&gt; &lt;SPAN class=""&gt;Service&lt;/SPAN&gt; &lt;SPAN class=""&gt;Summary&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Total:&lt;/SPAN&gt; &lt;SPAN class=""&gt;179&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;Disabled:&lt;/SPAN&gt; &lt;SPAN class=""&gt;17&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;Failed:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;1&lt;/SPAN&gt; &lt;SPAN class=""&gt;static&lt;/SPAN&gt; &lt;SPAN class=""&gt;service&lt;/SPAN&gt; &lt;SPAN class=""&gt;failed&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN class=""&gt;dnf-makecache&lt;/SPAN&gt;&lt;SPAN&gt;)(!!);&lt;/SPAN&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;OMD&lt;/SPAN&gt; &lt;SPAN class=""&gt;nocaas&lt;/SPAN&gt; &lt;SPAN class=""&gt;apache&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0.02&lt;/SPAN&gt; &lt;SPAN class=""&gt;Requests/s&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;0.00&lt;/SPAN&gt; &lt;SPAN class=""&gt;Seconds&lt;/SPAN&gt; &lt;SPAN class=""&gt;serving/s&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;0.52&lt;/SPAN&gt; &lt;SPAN class=""&gt;B&lt;/SPAN&gt; &lt;SPAN class=""&gt;Sent/s&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Check_MK&lt;/SPAN&gt; &lt;SPAN class=""&gt;Discovery&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;unmonitored&lt;/SPAN&gt; &lt;SPAN class=""&gt;services&lt;/SPAN&gt; &lt;SPAN class=""&gt;found&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;vanished&lt;/SPAN&gt; &lt;SPAN class=""&gt;services&lt;/SPAN&gt; &lt;SPAN class=""&gt;found&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;host&lt;/SPAN&gt; &lt;SPAN class=""&gt;labels&lt;/SPAN&gt;&lt;SPAN&gt; ;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Mount&lt;/SPAN&gt; &lt;SPAN class=""&gt;options&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;/var&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Mount&lt;/SPAN&gt; &lt;SPAN class=""&gt;options&lt;/SPAN&gt; &lt;SPAN class=""&gt;exactly&lt;/SPAN&gt; &lt;SPAN class=""&gt;as&lt;/SPAN&gt; &lt;SPAN class=""&gt;expected&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;; &lt;/SPAN&gt;&lt;SPAN class=""&gt;slaznocaasmon01&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Mount&lt;/SPAN&gt; &lt;SPAN class=""&gt;options&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;/usr&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Mount&lt;/SPAN&gt; &lt;SPAN class=""&gt;options&lt;/SPAN&gt; &lt;SPAN class=""&gt;exactly&lt;/SPAN&gt; &lt;SPAN class=""&gt;as&lt;/SPAN&gt; &lt;SPAN class=""&gt;expected&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Mon&lt;/SPAN&gt; &lt;SPAN class=""&gt;Sep&lt;/SPAN&gt; &lt;SPAN class=""&gt;25&lt;/SPAN&gt; &lt;SPAN class=""&gt;13:22:04&lt;/SPAN&gt; &lt;SPAN class=""&gt;UTC&lt;/SPAN&gt; &lt;SPAN class=""&gt;2023&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Host:&lt;/SPAN&gt; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Check_MK&lt;/SPAN&gt; &lt;SPAN class=""&gt;Discovery&lt;/SPAN&gt;;&lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;unmonitored&lt;/SPAN&gt; &lt;SPAN class=""&gt;services&lt;/SPAN&gt; &lt;SPAN class=""&gt;found&lt;/SPAN&gt;, &lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;vanished&lt;/SPAN&gt; &lt;SPAN class=""&gt;services&lt;/SPAN&gt; &lt;SPAN class=""&gt;found&lt;/SPAN&gt;, &lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;host&lt;/SPAN&gt; &lt;SPAN class=""&gt;labels&lt;/SPAN&gt; ;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Disk&lt;/SPAN&gt; &lt;SPAN class=""&gt;IO&lt;/SPAN&gt; &lt;SPAN class=""&gt;SUMMARY&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Read:&lt;/SPAN&gt; &lt;SPAN class=""&gt;0.00&lt;/SPAN&gt; &lt;SPAN class=""&gt;B/s&lt;/SPAN&gt;, &lt;SPAN class=""&gt;Write:&lt;/SPAN&gt; &lt;SPAN class=""&gt;862&lt;/SPAN&gt; &lt;SPAN class=""&gt;kB/s&lt;/SPAN&gt;, &lt;SPAN class=""&gt;Latency:&lt;/SPAN&gt; &lt;SPAN class=""&gt;508&lt;/SPAN&gt; &lt;SPAN class=""&gt;microseconds&lt;/SPAN&gt;;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Filesystem&lt;/SPAN&gt; &lt;SPAN class=""&gt;/var&lt;/SPAN&gt;;&lt;SPAN class=""&gt;37.37%&lt;/SPAN&gt; &lt;SPAN class=""&gt;used&lt;/SPAN&gt; (&lt;SPAN class=""&gt;2.99&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;7.99&lt;/SPAN&gt; &lt;SPAN class=""&gt;GB&lt;/SPAN&gt;), &lt;SPAN class=""&gt;trend:&lt;/SPAN&gt; &lt;SPAN class=""&gt;-27.75&lt;/SPAN&gt; &lt;SPAN class=""&gt;MB&lt;/SPAN&gt; &lt;SPAN class=""&gt;/&lt;/SPAN&gt; &lt;SPAN class=""&gt;24&lt;/SPAN&gt; &lt;SPAN class=""&gt;hours&lt;/SPAN&gt;;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Filesystem&lt;/SPAN&gt; &lt;SPAN class=""&gt;/usr&lt;/SPAN&gt;;&lt;SPAN class=""&gt;41.03%&lt;/SPAN&gt; &lt;SPAN class=""&gt;used&lt;/SPAN&gt; (&lt;SPAN class=""&gt;4.10&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;9.99&lt;/SPAN&gt; &lt;SPAN class=""&gt;GB&lt;/SPAN&gt;), &lt;SPAN class=""&gt;trend:&lt;/SPAN&gt; +&lt;SPAN class=""&gt;128.74&lt;/SPAN&gt; &lt;SPAN class=""&gt;kB&lt;/SPAN&gt; &lt;SPAN class=""&gt;/&lt;/SPAN&gt; &lt;SPAN class=""&gt;24&lt;/SPAN&gt; &lt;SPAN class=""&gt;hours&lt;/SPAN&gt;;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Filesystem&lt;/SPAN&gt; &lt;SPAN class=""&gt;/mnt&lt;/SPAN&gt;;&lt;SPAN class=""&gt;5.3%&lt;/SPAN&gt; &lt;SPAN class=""&gt;used&lt;/SPAN&gt; (&lt;SPAN class=""&gt;1.66&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;31.37&lt;/SPAN&gt; &lt;SPAN class=""&gt;GB&lt;/SPAN&gt;), &lt;SPAN class=""&gt;trend:&lt;/SPAN&gt; &lt;SPAN class=""&gt;0.00&lt;/SPAN&gt; &lt;SPAN class=""&gt;B&lt;/SPAN&gt; &lt;SPAN class=""&gt;/&lt;/SPAN&gt; &lt;SPAN class=""&gt;24&lt;/SPAN&gt; &lt;SPAN class=""&gt;hours&lt;/SPAN&gt;;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;; &lt;SPAN class=""&gt;slaznocaasevm01&lt;/SPAN&gt;;&lt;SPAN class=""&gt;Filesystem&lt;/SPAN&gt; &lt;SPAN class=""&gt;/home&lt;/SPAN&gt;;&lt;SPAN class=""&gt;28.35%&lt;/SPAN&gt; &lt;SPAN class=""&gt;used&lt;/SPAN&gt; (&lt;SPAN class=""&gt;287.49&lt;/SPAN&gt; &lt;SPAN class=""&gt;of&lt;/SPAN&gt; &lt;SPAN class=""&gt;1014.00&lt;/SPAN&gt; &lt;SPAN class=""&gt;MB&lt;/SPAN&gt;), &lt;SPAN class=""&gt;trend:&lt;/SPAN&gt; +&lt;SPAN class=""&gt;16.26&lt;/SPAN&gt; &lt;SPAN class=""&gt;kB&lt;/SPAN&gt; &lt;SPAN class=""&gt;/&lt;/SPAN&gt; &lt;SPAN class=""&gt;24&lt;/SPAN&gt; &lt;SPAN class=""&gt;hours&lt;/SPAN&gt;;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hostnames are:&amp;nbsp;&lt;SPAN class=""&gt;slaznocaasevm01,&amp;nbsp;slaznocaasmon01, VMMS01 and VMBT02&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 13:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658590#M111390</guid>
      <dc:creator>sha</dc:creator>
      <dc:date>2023-09-25T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not displayed even though the query previously worked</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658626#M111392</link>
      <description>&lt;P&gt;Try this transform&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[extract_host]
REGEX = Host:\s\w+\d+\s+(\w+)
FORMAT = newhostname::$1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 16:43:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Data-not-displayed-even-though-the-query-previously/m-p/658626#M111392</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-25T16:43:26Z</dc:date>
    </item>
  </channel>
</rss>

