<?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 to configure different  timezones for the source file that are coming into SPLUNK in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260319#M49968</link>
    <description>&lt;P&gt;Hi Team&lt;/P&gt;

&lt;P&gt;I am facing issues with the following scenario&lt;BR /&gt;
1.I have 200 csv files daily indexing into SPLUNK.&lt;BR /&gt;
2.These 200 csv files are the network utilization reports coming from different routers configured &lt;BR /&gt;
for example waterloo.csv (waterloo network utilization report)(EST timezone)&lt;BR /&gt;
2.Sydney.csv(sydney network Utilization)(Australian timezone)&lt;BR /&gt;
3.CEBU.csv(cebu netowrk Utilization)(sydney timezone)&lt;BR /&gt;
4.Hyderabad.csv(Hyderabad network Utilization)(IST)  etc&lt;BR /&gt;
i have created few dashboards using this files but the time stamps that are  shown are in EST  only &lt;BR /&gt;
how to change the timezone for each  different source file that is getting indexed&lt;/P&gt;

&lt;P&gt;Thanks and Regards,&lt;BR /&gt;
Deepthi Bulusu.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 11:40:49 GMT</pubDate>
    <dc:creator>deepthi5</dc:creator>
    <dc:date>2015-10-07T11:40:49Z</dc:date>
    <item>
      <title>How to configure different  timezones for the source file that are coming into SPLUNK</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260319#M49968</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;

&lt;P&gt;I am facing issues with the following scenario&lt;BR /&gt;
1.I have 200 csv files daily indexing into SPLUNK.&lt;BR /&gt;
2.These 200 csv files are the network utilization reports coming from different routers configured &lt;BR /&gt;
for example waterloo.csv (waterloo network utilization report)(EST timezone)&lt;BR /&gt;
2.Sydney.csv(sydney network Utilization)(Australian timezone)&lt;BR /&gt;
3.CEBU.csv(cebu netowrk Utilization)(sydney timezone)&lt;BR /&gt;
4.Hyderabad.csv(Hyderabad network Utilization)(IST)  etc&lt;BR /&gt;
i have created few dashboards using this files but the time stamps that are  shown are in EST  only &lt;BR /&gt;
how to change the timezone for each  different source file that is getting indexed&lt;/P&gt;

&lt;P&gt;Thanks and Regards,&lt;BR /&gt;
Deepthi Bulusu.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:40:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260319#M49968</guid>
      <dc:creator>deepthi5</dc:creator>
      <dc:date>2015-10-07T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure different  timezones for the source file that are coming into SPLUNK</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260320#M49969</link>
      <description>&lt;P&gt;Create separate props.conf stanzas for each source and specify the timezone for them.  For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::waterloo.csv]
TZ=EST

[source::Hyderabad.csv]
TZ=IST

[source:: Sydney.csv]
TZ=+10:00
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:10:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260320#M49969</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-07T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure different  timezones for the source file that are coming into SPLUNK</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260321#M49970</link>
      <description>&lt;P&gt;But i have got 200 csvs for different sites do you think i should update the props.conf file with this data and where should i place this props.conf file in whihc location should this be placed&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260321#M49970</guid>
      <dc:creator>deepthi5</dc:creator>
      <dc:date>2015-10-07T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure different  timezones for the source file that are coming into SPLUNK</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260322#M49971</link>
      <description>&lt;P&gt;Yes, you would need to create a stanza for each file or at least those in the "wrong" time zones.  The props.conf file would go on your indexer(s).&lt;/P&gt;

&lt;P&gt;Taking a step back for a moment.  Could it be the time stamps are shown in EST because that's what your UI is set to?  Having all the routers reported with a common time zone is more convenient for users and makes it easier to correlate events.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-different-timezones-for-the-source-file-that/m-p/260322#M49971</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-10-07T13:00:16Z</dc:date>
    </item>
  </channel>
</rss>

