<?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: Eventgen basic configuration, but still not generating any events in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464461#M74152</link>
    <description>&lt;P&gt;Do not use &lt;CODE&gt;outputMode=splunkstream&lt;/CODE&gt;. Check the conf in my answer.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2019 05:35:32 GMT</pubDate>
    <dc:creator>lwu_splunk</dc:creator>
    <dc:date>2019-08-30T05:35:32Z</dc:date>
    <item>
      <title>Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464457#M74148</link>
      <description>&lt;P&gt;Hi All,.&lt;BR /&gt;
i have been following this doc:&lt;BR /&gt;
&lt;A href="http://splunk.github.io/eventgen/"&gt;http://splunk.github.io/eventgen/&lt;/A&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;a fresh splunk installation&lt;/LI&gt;
&lt;LI&gt;splunk eventgen installed as a Splunk App.&lt;/LI&gt;
&lt;LI&gt;created a sample app (testapp)&lt;/LI&gt;
&lt;LI&gt;given permission as "All apps (system)"&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;created this file:&lt;BR /&gt;
/opt/splunk/etc/apps/testapp/default/eventgen.conf&lt;/P&gt;

&lt;P&gt;[sample.tutorial1]&lt;BR /&gt;
mode = replay&lt;BR /&gt;
sampletype = csv&lt;BR /&gt;
timeMultiple = 2&lt;BR /&gt;
backfill = -15m&lt;BR /&gt;
backfillSearch = index=main sourcetype=splunkd&lt;/P&gt;

&lt;P&gt;outputMode = splunkstream&lt;BR /&gt;
splunkHost = localhost&lt;BR /&gt;
splunkUser = admin&lt;BR /&gt;
splunkPass = changeme&lt;/P&gt;

&lt;P&gt;token.0.token = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}&lt;BR /&gt;
token.0.replacementType = timestamp&lt;BR /&gt;
token.0.replacement = %Y-%m-%d %H:%M:%S,%f&lt;/P&gt;

&lt;P&gt;updated the password:&lt;BR /&gt;
splunkUser = admin&lt;BR /&gt;
splunkPass = changeme&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;a sample file is already present at &lt;BR /&gt;
/opt/splunk/etc/apps/SA-Eventgen/samples/sample.tutorial1&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;restarted the splunk. No events.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;copied this above file to testapp&lt;BR /&gt;
cp /opt/splunk/etc/apps/SA-Eventgen/samples/sample.tutorial1 /opt/splunk/etc/apps/testapp/samples&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;restarted splunk. NO events. &lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Any help would be appreciated. thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 12:27:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464457#M74148</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-27T12:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464458#M74149</link>
      <description>&lt;P&gt;Any updates please&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 15:47:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464458#M74149</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-29T15:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464459#M74150</link>
      <description>&lt;OL&gt;
&lt;LI&gt;First you need to enable Eventgen modular input. &lt;CODE&gt;Settings&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Data Inputs&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Local Inputs&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;SA-Eventgen&lt;/CODE&gt; &amp;gt; &lt;CODE&gt;Enable&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;When you are using &lt;CODE&gt;SA-Eventgen&lt;/CODE&gt;, by default the &lt;CODE&gt;outputMode = modinput&lt;/CODE&gt; instead of &lt;CODE&gt;splunkstream&lt;/CODE&gt;.  So you can change the conf to:&lt;BR /&gt;
[sample.tutorial1]&lt;BR /&gt;
mode = replay&lt;BR /&gt;
sampletype = csv&lt;BR /&gt;
timeMultiple = 2&lt;BR /&gt;
backfill = -15m&lt;BR /&gt;
backfillSearch = index=main sourcetype=splunkd&lt;/P&gt;

&lt;P&gt;token.0.token = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}&lt;BR /&gt;
token.0.replacementType = timestamp&lt;BR /&gt;
token.0.replacement = %Y-%m-%d %H:%M:%S,%f&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 30 Aug 2019 01:45:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464459#M74150</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T01:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464460#M74151</link>
      <description>&lt;P&gt;ya, i created this config file,.. modular input has been enabled. but no events yet. &lt;/P&gt;

&lt;P&gt;[root@ip-address default]# pwd&lt;BR /&gt;
/opt/splunk/etc/apps/testapp/default&lt;BR /&gt;
[root@ip-address default]# more eventgen.conf&lt;BR /&gt;
[sample.tutorial1]&lt;BR /&gt;
mode = replay&lt;BR /&gt;
sampletype = csv&lt;BR /&gt;
timeMultiple = 2&lt;BR /&gt;
backfill = -15m&lt;BR /&gt;
backfillSearch = index=main sourcetype=splunkd&lt;/P&gt;

&lt;P&gt;outputMode = splunkstream&lt;BR /&gt;
splunkHost = localhost&lt;BR /&gt;
splunkUser = admin&lt;BR /&gt;
splunkPass = changeme&lt;/P&gt;

&lt;P&gt;token.0.token = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}&lt;BR /&gt;
token.0.replacementType = timestamp&lt;BR /&gt;
token.0.replacement = %Y-%m-%d %H:%M:%S,%f&lt;BR /&gt;
[root@ip-address default]#&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 05:33:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464460#M74151</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-30T05:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464461#M74152</link>
      <description>&lt;P&gt;Do not use &lt;CODE&gt;outputMode=splunkstream&lt;/CODE&gt;. Check the conf in my answer.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 05:35:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464461#M74152</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T05:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464462#M74153</link>
      <description>&lt;P&gt;ya, i updated the config file.. &lt;/P&gt;

&lt;P&gt;[root@ip-address default]# more eventgen.conf&lt;BR /&gt;
[sample.tutorial1]&lt;BR /&gt;
mode = replay&lt;BR /&gt;
sampletype = csv&lt;BR /&gt;
timeMultiple = 2&lt;BR /&gt;
backfill = -15m&lt;BR /&gt;
backfillSearch = index=main sourcetype=splunkd&lt;/P&gt;

&lt;P&gt;token.0.token = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}&lt;BR /&gt;
token.0.replacementType = timestamp&lt;BR /&gt;
token.0.replacement = %Y-%m-%d %H:%M:%S,%f&lt;BR /&gt;
[root@ip-address default]# pwd&lt;BR /&gt;
/opt/splunk/etc/apps/testapp/default&lt;BR /&gt;
[root@ip-address default]#&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 05:39:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464462#M74153</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-30T05:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464463#M74154</link>
      <description>&lt;P&gt;I can get events after waiting for a while using the same config above. Try search &lt;CODE&gt;index=main&lt;/CODE&gt; to check the events.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 05:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464463#M74154</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T05:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464464#M74155</link>
      <description>&lt;P&gt;Also check your &lt;CODE&gt;testapp&lt;/CODE&gt; has global permission.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:00:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464464#M74155</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T06:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464465#M74156</link>
      <description>&lt;P&gt;testapp permissions modified to global.  waited for few mins.. but no events yet. &lt;BR /&gt;
should i restart splunk?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:23:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464465#M74156</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-30T06:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464466#M74157</link>
      <description>&lt;P&gt;no need to restart splunk.  I cannot reproduce your issue. You can have a check of the logs.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464466#M74157</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T06:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464467#M74158</link>
      <description>&lt;P&gt;i see these logs on splunkd.log:&lt;/P&gt;

&lt;P&gt;08-30-2019 05:10:36.475 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Loading module 'output.awss3' from 'awss3.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.475 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Searching for plugin in file '/opt/splunk/etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/output/counter.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.478 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Loading module 'output.counter' from 'counter.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.478 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Searching for plugin in file '/opt/splunk/etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/output/devnull.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.481 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Loading module 'output.devnull' from 'devnull.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.481 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Searching for plugin in file '/opt/splunk/etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/output/file.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.483 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Loading module 'output.file' from 'file.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.483 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Searching for plugin in file '/opt/splunk/etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/output/httpevent.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.515 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Loading module 'output.httpevent' from 'httpevent.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.515 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Searching for plugin in file '/opt/splunk/etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/output/httpevent_core.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.515 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Loading module 'output.httpevent_core' from 'httpevent_core.py'"}&lt;BR /&gt;
08-30-2019 05:10:36.515 +0000 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SA-Eventgen/bin/modinput_eventgen.py" 2019-08-30 05:10:36 eventgen        DEBUG    MainProcess {'event': "Searching for plugin in file '/opt/splunk/etc/apps/SA-Eventgen/lib/splunk_eventgen/lib/plugins/output/metric_httpevent.py'"}&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:01:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464467#M74158</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-09-30T02:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464468#M74159</link>
      <description>&lt;P&gt;This is normal debug message and splunk add ERROR level to it.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464468#M74159</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T06:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464469#M74160</link>
      <description>&lt;P&gt;I believe you did not read the doc carefully.&lt;BR /&gt;
Your &lt;CODE&gt;testapp&lt;/CODE&gt; should be a bundle that has the following structure:&lt;BR /&gt;
- samples/sample.tutorial1&lt;BR /&gt;
- default/eventgen.conf&lt;BR /&gt;
- metadata/default.meta&lt;/P&gt;

&lt;P&gt;I can not get any error logs or more detail info from you and I can not give further advice.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 06:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464469#M74160</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-08-30T06:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464470#M74161</link>
      <description>&lt;P&gt;The bundle structure i followed, but still no luck.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 12:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464470#M74161</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-31T12:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464471#M74162</link>
      <description>&lt;P&gt;Tried that suggestions, but still no luck.&lt;BR /&gt;
Any other suggestion please&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 12:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464471#M74162</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-31T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464472#M74163</link>
      <description>&lt;P&gt;Searched, read, tried all options at that doc link at point number 1, but still no luck.&lt;/P&gt;

&lt;P&gt;Please provide me step by step configuration for few examples(file output, splunkstream output, replay, any other interesting methods and you can have my 50 karma points. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 22:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464472#M74163</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2019-08-31T22:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464473#M74164</link>
      <description>&lt;P&gt;I can schedule a short meeting with you when you are available. Send me email with your available time: &lt;CODE&gt;lwu@splunk.com&lt;/CODE&gt;. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 00:36:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464473#M74164</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2019-09-02T00:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464474#M74165</link>
      <description>&lt;P&gt;Guys any solution for the above issue. It would be great if it can comment the solution here. I am also facing the same issue&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 07:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464474#M74165</guid>
      <dc:creator>santoshkumar3</dc:creator>
      <dc:date>2019-10-06T07:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464475#M74166</link>
      <description>&lt;P&gt;@santoshkumar3 This question has an accepted answer.  If it doesn't address your problem then you should post a new question.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2019 12:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/464475#M74166</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-10-06T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Eventgen basic configuration, but still not generating any events</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/514029#M74167</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try placing the&amp;nbsp;&lt;SPAN&gt;eventgen.conf file under the&amp;nbsp;$SPLUNK_HOME\etc\apps\your_app\local and then restart the Splunk.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 06:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Eventgen-basic-configuration-but-still-not-generating-any-events/m-p/514029#M74167</guid>
      <dc:creator>meghasahai</dc:creator>
      <dc:date>2020-08-14T06:39:33Z</dc:date>
    </item>
  </channel>
</rss>

