<?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: Monitor csv file from HWInfo in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501504#M85463</link>
    <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 10:35:15 GMT</pubDate>
    <dc:creator>andreasknutsson</dc:creator>
    <dc:date>2020-02-03T10:35:15Z</dc:date>
    <item>
      <title>Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501495#M85454</link>
      <description>&lt;P&gt;I'm trying to monitor the log file from HWiNFO64 ( hwinfo.com ), but the csv file has some quirks that Splunk doesn't like.&lt;BR /&gt;
The two main problems are percent signs in the column names, and missing leading zeros in the time stamps. Although it should be valid to not include leading zeros for the minutes and seconds, Splunk can not parse this out of the box. Every hour the first ten minutes are missing data, but as soon as the minutes hits 10, then the parsing works until 59:59.&lt;/P&gt;

&lt;P&gt;This is example data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Date,Time,"CPU (Tctl/Tdie) [°C]","CPU Die (average) [°C]","CPU CCD1 (Tdie) [°C]","CPU CCD2 (Tdie) [°C]","CPU PPT Limit [%]","CPU TDC Limit [%]","CPU EDC Limit [%]","Chipset [°C]","System1 [°C]","CPU [°C]","PCIEX16_1 [°C]","VRM MOS [°C]","Chipset [°C]","CPU [RPM]","System 1 [RPM]","System 2 [RPM]","System 3/PCH [RPM]","PCIEX16_2 [°C]","System2 [°C]","System 5 Pump [RPM]","System 6 Pump [RPM]","System 4 [RPM]","VR Loop1 [°C]","GPU Temperature [°C]","GPU Fan1 [RPM]","GPU Fan2 [RPM]","GPU Core Load [%]","GPU Memory Controller Load [%]","GPU Video Engine Load [%]","GPU Bus Load [%]","GPU Memory Usage [%]","GPU D3D Usage [%]","GPU Video Decode 0 Usage [%]","GPU Video Encode 0 Usage [%]","GPU Computing (Compute_0) Usage [%]","GPU Computing (Compute_1) Usage [%]","GPU VR Usage [%]",
31.1.2020,13:5:58.138,38.1,36.3,36.0,33.3,25.8,9.6,19.7,65.4,35,38,46,42,52,1099,636,600,1757,42,40,2896,535,559,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.6,0.0,0.0,0.0,0.0,0.0,
31.1.2020,13:6:0.213,36.6,36.6,36.5,33.0,26.3,10.3,21.7,65.4,35,36,46,42,52,1101,639,600,1753,42,40,2922,535,558,43.0,37,0,0,10.0,8.0,0.0,1.0,18.7,9.2,0.0,0.0,0.0,0.0,0.0,
31.1.2020,13:6:2.286,36.8,36.9,36.3,33.0,26.2,10.1,23.3,65.4,35,36,46,42,52,1101,635,600,1753,42,40,2836,535,558,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.9,0.0,0.0,0.0,0.0,0.0,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it possible to add some magic to props.conf to solve this issues?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Andreas&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:04:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501495#M85454</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-01-31T13:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501496#M85455</link>
      <description>&lt;P&gt;Leading zeroes are not required.  What are your current props.conf settings?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501496#M85455</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-31T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501497#M85456</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw=" Date,Time,\"CPU (Tctl/Tdie) [°C]\",\"CPU Die (average) [°C]\",\"CPU CCD1 (Tdie) [°C]\",\"CPU CCD2 (Tdie) [°C]\",\"CPU PPT Limit [%]\",\"CPU TDC Limit [%]\",\"CPU EDC Limit [%]\",\"Chipset [°C]\",\"System1 [°C]\",\"CPU [°C]\",\"PCIEX16_1 [°C]\",\"VRM MOS [°C]\",\"Chipset [°C]\",\"CPU [RPM]\",\"System 1 [RPM]\",\"System 2 [RPM]\",\"System 3/PCH [RPM]\",\"PCIEX16_2 [°C]\",\"System2 [°C]\",\"System 5 Pump [RPM]\",\"System 6 Pump [RPM]\",\"System 4 [RPM]\",\"VR Loop1 [°C]\",\"GPU Temperature [°C]\",\"GPU Fan1 [RPM]\",\"GPU Fan2 [RPM]\",\"GPU Core Load [%]\",\"GPU Memory Controller Load [%]\",\"GPU Video Engine Load [%]\",\"GPU Bus Load [%]\",\"GPU Memory Usage [%]\",\"GPU D3D Usage [%]\",\"GPU Video Decode 0 Usage [%]\",\"GPU Video Encode 0 Usage [%]\",\"GPU Computing (Compute_0) Usage [%]\",\"GPU Computing (Compute_1) Usage [%]\",\"GPU VR Usage [%]\",
 31.1.2020,13:5:58.138,38.1,36.3,36.0,33.3,25.8,9.6,19.7,65.4,35,38,46,42,52,1099,636,600,1757,42,40,2896,535,559,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.6,0.0,0.0,0.0,0.0,0.0,
 31.1.2020,13:6:0.213,36.6,36.6,36.5,33.0,26.3,10.3,21.7,65.4,35,36,46,42,52,1101,639,600,1753,42,40,2922,535,558,43.0,37,0,0,10.0,8.0,0.0,1.0,18.7,9.2,0.0,0.0,0.0,0.0,0.0,
 31.1.2020,13:6:2.286,36.8,36.9,36.3,33.0,26.2,10.1,23.3,65.4,35,36,46,42,52,1101,635,600,1753,42,40,2836,535,558,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.9,0.0,0.0,0.0,0.0,0.0,"
 | multikv forceheader=1
 | fields - _time _raw linecount
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;wow, terrible header.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2020 04:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501497#M85456</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-01T04:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501498#M85457</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw="Date,Time,\"CPU (Tctl/Tdie) [°C]\",\"CPU Die (average) [°C]\",\"CPU CCD1 (Tdie) [°C]\",\"CPU CCD2 (Tdie) [°C]\",\"CPU PPT Limit [%]\",\"CPU TDC Limit [%]\",\"CPU EDC Limit [%]\",\"Chipset [°C]\",\"System1 [°C]\",\"CPU [°C]\",\"PCIEX16_1 [°C]\",\"VRM MOS [°C]\",\"Chipset [°C]\",\"CPU [RPM]\",\"System 1 [RPM]\",\"System 2 [RPM]\",\"System 3/PCH [RPM]\",\"PCIEX16_2 [°C]\",\"System2 [°C]\",\"System 5 Pump [RPM]\",\"System 6 Pump [RPM]\",\"System 4 [RPM]\",\"VR Loop1 [°C]\",\"GPU Temperature [°C]\",\"GPU Fan1 [RPM]\",\"GPU Fan2 [RPM]\",\"GPU Core Load [%]\",\"GPU Memory Controller Load [%]\",\"GPU Video Engine Load [%]\",\"GPU Bus Load [%]\",\"GPU Memory Usage [%]\",\"GPU D3D Usage [%]\",\"GPU Video Decode 0 Usage [%]\",\"GPU Video Encode 0 Usage [%]\",\"GPU Computing (Compute_0) Usage [%]\",\"GPU Computing (Compute_1) Usage [%]\",\"GPU VR Usage [%]\",
 31.1.2020,13:5:58.138,38.1,36.3,36.0,33.3,25.8,9.6,19.7,65.4,35,38,46,42,52,1099,636,600,1757,42,40,2896,535,559,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.6,0.0,0.0,0.0,0.0,0.0,
 31.1.2020,13:6:0.213,36.6,36.6,36.5,33.0,26.3,10.3,21.7,65.4,35,36,46,42,52,1101,639,600,1753,42,40,2922,535,558,43.0,37,0,0,10.0,8.0,0.0,1.0,18.7,9.2,0.0,0.0,0.0,0.0,0.0,
 31.1.2020,13:6:2.286,36.8,36.9,36.3,33.0,26.2,10.1,23.3,65.4,35,36,46,42,52,1101,635,600,1753,42,40,2836,535,558,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.9,0.0,0.0,0.0,0.0,0.0," 
| makemv delim="
 " _raw
| eval header=mvindex(_raw,0)
| eval raw=mvindex(_raw,1,-1)
| stats list(header) as header by raw
| eval tmp=mvzip(split(header,","),split(raw,","),"#")
| streamstats count as session
| stats count by tmp session
| eval fieldname=mvindex(split(tmp,"#"),0) , value=mvindex(split(tmp,"#"),1)
| eval {fieldname} = value
| fields - tmp count fieldname value
| stats values(*) as * by session
| rename \"*\" as *
| fields - session
| table Date,Time,"CPU (Tctl/Tdie) [°C]","CPU Die (average) [°C]","CPU CCD1 (Tdie) [°C]","CPU CCD2 (Tdie) [°C]","CPU PPT Limit [%]","CPU TDC Limit [%]","CPU EDC Limit [%]","Chipset [°C]","System1 [°C]","CPU [°C]","PCIEX16_1 [°C]","VRM MOS [°C]","Chipset [°C]","CPU [RPM]","System 1 [RPM]","System 2 [RPM]","System 3/PCH [RPM]","PCIEX16_2 [°C]","System2 [°C]","System 5 Pump [RPM]","System 6 Pump [RPM]","System 4 [RPM]","VR Loop1 [°C]","GPU Temperature [°C]","GPU Fan1 [RPM]","GPU Fan2 [RPM]","GPU Core Load [%]","GPU Memory Controller Load [%]","GPU Video Engine Load [%]","GPU Bus Load [%]","GPU Memory Usage [%]","GPU D3D Usage [%]","GPU Video Decode 0 Usage [%]","GPU Video Encode 0 Usage [%]","GPU Computing (Compute_0) Usage [%]","GPU Computing (Compute_1) Usage [%]","GPU VR Usage [%]",
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;"Chipset [°C]"&lt;/CODE&gt; is appear twice.&lt;BR /&gt;
I don't know &lt;EM&gt;props.conf&lt;/EM&gt;. &lt;/P&gt;

&lt;H2&gt;maybe, many field name should be written.&lt;/H2&gt;

&lt;P&gt;previous answer:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw="Date,Time,\"CPU (Tctl/Tdie) [°C]\",\"CPU Die (average) [°C]\",\"CPU CCD1 (Tdie) [°C]\",\"CPU CCD2 (Tdie) [°C]\",\"CPU PPT Limit [%]\",\"CPU TDC Limit [%]\",\"CPU EDC Limit [%]\",\"Chipset [°C]\",\"System1 [°C]\",\"CPU [°C]\",\"PCIEX16_1 [°C]\",\"VRM MOS [°C]\",\"Chipset [°C]\",\"CPU [RPM]\",\"System 1 [RPM]\",\"System 2 [RPM]\",\"System 3/PCH [RPM]\",\"PCIEX16_2 [°C]\",\"System2 [°C]\",\"System 5 Pump [RPM]\",\"System 6 Pump [RPM]\",\"System 4 [RPM]\",\"VR Loop1 [°C]\",\"GPU Temperature [°C]\",\"GPU Fan1 [RPM]\",\"GPU Fan2 [RPM]\",\"GPU Core Load [%]\",\"GPU Memory Controller Load [%]\",\"GPU Video Engine Load [%]\",\"GPU Bus Load [%]\",\"GPU Memory Usage [%]\",\"GPU D3D Usage [%]\",\"GPU Video Decode 0 Usage [%]\",\"GPU Video Encode 0 Usage [%]\",\"GPU Computing (Compute_0) Usage [%]\",\"GPU Computing (Compute_1) Usage [%]\",\"GPU VR Usage [%]\",
 31.1.2020,13:5:58.138,38.1,36.3,36.0,33.3,25.8,9.6,19.7,65.4,35,38,46,42,52,1099,636,600,1757,42,40,2896,535,559,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.6,0.0,0.0,0.0,0.0,0.0,
 31.1.2020,13:6:0.213,36.6,36.6,36.5,33.0,26.3,10.3,21.7,65.4,35,36,46,42,52,1101,639,600,1753,42,40,2922,535,558,43.0,37,0,0,10.0,8.0,0.0,1.0,18.7,9.2,0.0,0.0,0.0,0.0,0.0,
 31.1.2020,13:6:2.286,36.8,36.9,36.3,33.0,26.2,10.1,23.3,65.4,35,36,46,42,52,1101,635,600,1753,42,40,2836,535,558,43.0,37,0,0,7.0,7.0,0.0,0.0,18.7,5.9,0.0,0.0,0.0,0.0,0.0," 
| makemv delim="
 " _raw
| eval header=split(mvindex(_raw,0),",")
| appendpipe[eval _raw=mvzip(header,split(mvindex(_raw,1),","),":")
| stats count by _raw
| rex "(?&amp;lt;fieldname&amp;gt;.+?):(?&amp;lt;value&amp;gt;.+)"
| eval {fieldname}=value
| eval tmp="T"
| stats values(*) as * by tmp]
| appendpipe[eval _raw=mvzip(header,split(mvindex(_raw,2),","),":")
| stats count by _raw
| rex "(?&amp;lt;fieldname&amp;gt;.+?):(?&amp;lt;value&amp;gt;.+)"
| eval {fieldname}=value
| eval tmp="T"
| stats values(*) as * by tmp]
| appendpipe[eval _raw=mvzip(header,split(mvindex(_raw,3),","),":")
| stats count by _raw
| rex "(?&amp;lt;fieldname&amp;gt;.+?):(?&amp;lt;value&amp;gt;.+)"
| eval {fieldname}=value
| eval tmp="T"
| stats values(*) as * by tmp]
| fields - _raw _time linecount fieldname value tmp header count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Brute force.&lt;BR /&gt;
In addition, field names were duplicated.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2020 05:32:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501498#M85457</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-01T05:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501499#M85458</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;HEADER_FIELD_ACCEPTABLE_SPECIAL_CHARACTERS = &amp;lt;string&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;EM&gt;props.conf&lt;/EM&gt; &lt;BR /&gt;
I find this.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Extractfieldsfromfileswithstructureddata"&gt;Extract fields from files with structured data&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Take care when allowing special characters for header fields

The HEADER_FIELD_ACCEPTABLE_SPECIAL_CHARACTERS setting is designed to manage situations where column headers have characters like . or :. If you do not use this setting, the Splunk software replaces those characters with underscores during the ingestion process.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 02 Feb 2020 03:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501499#M85458</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-02T03:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501500#M85459</link>
      <description>&lt;P&gt;My current setting is default out of the box CSV. &lt;BR /&gt;
Splunk does not recognize the timestamps circled in red, instead it uses the last recognized timestamp for all these events. &lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://i.imgur.com/Ct2uhh1.png" alt="alt text" /&gt;&lt;BR /&gt;
&lt;IMG src="https://i.imgur.com/SdrWPhh.png" alt="alt text" /&gt;&lt;BR /&gt;
&lt;IMG src="https://i.imgur.com/p6myO9t.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2020 14:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501500#M85459</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-02-02T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501501#M85460</link>
      <description>&lt;P&gt;Thank you! This solved the problem with the field names.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2020 15:22:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501501#M85460</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-02-02T15:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501502#M85461</link>
      <description>&lt;P&gt;wow, what's setting?  HEADER_FIELD_ACCEPTABLE_SPECIAL_CHARACTERS?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501502#M85461</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-09-30T03:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501503#M85462</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;31.1.2020,13:5:58.138

%d.%m.%Y,%T.%3Q
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What's &lt;EM&gt;props.conf&lt;/EM&gt; ?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2020 19:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501503#M85462</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-02T19:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501504#M85463</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 10:35:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501504#M85463</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-02-03T10:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501505#M85464</link>
      <description>&lt;P&gt;Yes, that setting solved the issue with the "%" signs in the CSV field names. &lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 10:51:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501505#M85464</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-02-03T10:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501506#M85465</link>
      <description>&lt;P&gt;I tried different variants of specifying TIME_FORMAT but never got it to work. &lt;BR /&gt;
But now I tried your suggestion, and it did not work either, but when I removed the "," between %Y and %T, it worked!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 11:00:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501506#M85465</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-02-03T11:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501507#M85466</link>
      <description>&lt;P&gt;The complete solution to get the monitoring of HWiNFO csv files working is:&lt;/P&gt;

&lt;P&gt;HEADER_FIELD_ACCEPTABLE_SPECIAL_CHARACTERS = %&lt;BR /&gt;
TIMESTAMP_FIELDS = Date,Time&lt;BR /&gt;
TIME_FORMAT = %d.%m.%Y%T.%3Q&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501507#M85466</guid>
      <dc:creator>andreasknutsson</dc:creator>
      <dc:date>2020-09-30T03:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501508#M85467</link>
      <description>&lt;P&gt;I see. I have same issue.&lt;BR /&gt;
&lt;CODE&gt;strptime ()&lt;/CODE&gt; doesn't seem to recognize &lt;CODE&gt;,&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501508#M85467</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-03T13:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor csv file from HWInfo</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501509#M85468</link>
      <description>&lt;P&gt;I see, thanks. happy splunking.&lt;BR /&gt;
.... my query....&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:15:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-csv-file-from-HWInfo/m-p/501509#M85468</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-03T13:15:18Z</dc:date>
    </item>
  </channel>
</rss>

