<?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: How to format _time column to display only month name in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466436#M131343</link>
    <description>&lt;P&gt;"NAN" means "Not A Number", which is true for any month name.&lt;/P&gt;

&lt;P&gt;It appears we have solved the specific problem, but there is a bigger problem which requires a solution.  Please post a new question describing that problem.&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 13:00:23 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-05-29T13:00:23Z</dc:date>
    <item>
      <title>How to format _time column to display only month name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466433#M131340</link>
      <description>&lt;P&gt;Hi i have a column _time getting displayed in the results due to timechart used in the query. Its currently getting displayed in the form of 03-2020 but i want to show it like March or Mar. Is there a way to do that?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 19:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466433#M131340</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-06-08T19:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to format _time column to display only month name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466434#M131341</link>
      <description>&lt;P&gt;One of these should work.  &lt;CODE&gt;%B&lt;/CODE&gt; gives the full month name.  Use &lt;CODE&gt;%b&lt;/CODE&gt; for the abbreviated name.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | fieldformat _time=strftime(_time, "%B")

... | eval _time = strftime(_time, "%B")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 May 2020 16:55:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466434#M131341</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-28T16:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to format _time column to display only month name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466435#M131342</link>
      <description>&lt;P&gt;Hi, the values looked fine in tabular view but in visualization it is causing error, Undefined NAN is coming on top of column chart&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 10:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466435#M131342</guid>
      <dc:creator>sudeep5689</dc:creator>
      <dc:date>2020-05-29T10:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to format _time column to display only month name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466436#M131343</link>
      <description>&lt;P&gt;"NAN" means "Not A Number", which is true for any month name.&lt;/P&gt;

&lt;P&gt;It appears we have solved the specific problem, but there is a bigger problem which requires a solution.  Please post a new question describing that problem.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 13:00:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/466436#M131343</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-29T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to format _time column to display only month name</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/620415#M215678</link>
      <description>&lt;P&gt;Hii I've column Months getting displayed in the form of 03 but i want to show it like March or Mar. Is there way to do that....I used this result but it shows same result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 12:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-format-time-column-to-display-only-month-name/m-p/620415#M215678</guid>
      <dc:creator>ankitsachdeva22</dc:creator>
      <dc:date>2022-11-10T12:29:55Z</dc:date>
    </item>
  </channel>
</rss>

