<?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 SA-Eventgen doesn't work? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150264#M9780</link>
    <description>&lt;P&gt;hi,all&lt;BR /&gt;
   i downloaded from &lt;A href="https://github.com/splunk/eventgen/tree/bigdev"&gt;https://github.com/splunk/eventgen/tree/bigdev&lt;/A&gt; ，i installed eventgen ,but it doesn't work,i don't what should i do？&lt;BR /&gt;
it just three indexes in generating data，otheres doesn't change.i try to follow the process operation。&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;You can easily run these examples by hand.  In fact, for testing purposes, I almost always change outputMode = file (you can see it commented out in most of the tutori&lt;BR /&gt;
als) and run the eventgen by hand to make sure my substitutions are setup correctly.  In this case, assuming you've customized the tutorial file for your splunk host, &lt;BR /&gt;
username and password, lets run the tutorial and see it replay these events.  From the base directory of the eventgen:&lt;BR /&gt;
 python bin/eventgen.py README/eventgen.conf.tutorial1&lt;/STRONG&gt;&lt;BR /&gt;
but:&lt;BR /&gt;
[root@localhost SA-Eventgen]# python bin/eventgen.py README/eventgen.conf.tutorial1&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "bin/eventgen.py", line 21, in &lt;MODULE&gt;&lt;BR /&gt;
    from eventgenconfig import Config&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SA-Eventgen/lib/eventgenconfig.py", line 14, in &lt;MODULE&gt;&lt;BR /&gt;
    from eventgensamples import Sample&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SA-Eventgen/lib/eventgensamples.py", line 14, in &lt;MODULE&gt;&lt;BR /&gt;
    from eventgenoutput import Output&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SA-Eventgen/lib/eventgenoutput.py", line 5, in &lt;MODULE&gt;&lt;BR /&gt;
    import httplib, httplib2&lt;BR /&gt;
ImportError: No module named httplib2&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;i don't know wth,who can help me or tell me the url for download the SA-Eventgen.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2014 07:58:41 GMT</pubDate>
    <dc:creator>laiyongmao</dc:creator>
    <dc:date>2014-07-21T07:58:41Z</dc:date>
    <item>
      <title>SA-Eventgen doesn't work?</title>
      <link>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150264#M9780</link>
      <description>&lt;P&gt;hi,all&lt;BR /&gt;
   i downloaded from &lt;A href="https://github.com/splunk/eventgen/tree/bigdev"&gt;https://github.com/splunk/eventgen/tree/bigdev&lt;/A&gt; ，i installed eventgen ,but it doesn't work,i don't what should i do？&lt;BR /&gt;
it just three indexes in generating data，otheres doesn't change.i try to follow the process operation。&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;You can easily run these examples by hand.  In fact, for testing purposes, I almost always change outputMode = file (you can see it commented out in most of the tutori&lt;BR /&gt;
als) and run the eventgen by hand to make sure my substitutions are setup correctly.  In this case, assuming you've customized the tutorial file for your splunk host, &lt;BR /&gt;
username and password, lets run the tutorial and see it replay these events.  From the base directory of the eventgen:&lt;BR /&gt;
 python bin/eventgen.py README/eventgen.conf.tutorial1&lt;/STRONG&gt;&lt;BR /&gt;
but:&lt;BR /&gt;
[root@localhost SA-Eventgen]# python bin/eventgen.py README/eventgen.conf.tutorial1&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "bin/eventgen.py", line 21, in &lt;MODULE&gt;&lt;BR /&gt;
    from eventgenconfig import Config&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SA-Eventgen/lib/eventgenconfig.py", line 14, in &lt;MODULE&gt;&lt;BR /&gt;
    from eventgensamples import Sample&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SA-Eventgen/lib/eventgensamples.py", line 14, in &lt;MODULE&gt;&lt;BR /&gt;
    from eventgenoutput import Output&lt;BR /&gt;
  File "/opt/splunk/etc/apps/SA-Eventgen/lib/eventgenoutput.py", line 5, in &lt;MODULE&gt;&lt;BR /&gt;
    import httplib, httplib2&lt;BR /&gt;
ImportError: No module named httplib2&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;i don't know wth,who can help me or tell me the url for download the SA-Eventgen.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 07:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150264#M9780</guid>
      <dc:creator>laiyongmao</dc:creator>
      <dc:date>2014-07-21T07:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: SA-Eventgen doesn't work?</title>
      <link>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150265#M9781</link>
      <description>&lt;P&gt;You need to install the python library httplib2. To do that, run the command &lt;BR /&gt;
"pip install httplib2"&lt;/P&gt;

&lt;P&gt;Here is a link to httplib2:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/jcgregorio/httplib2"&gt;https://github.com/jcgregorio/httplib2&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here is a link to how to install pip on redhat/centos&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient"&gt;http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 20:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150265#M9781</guid>
      <dc:creator>coleman07</dc:creator>
      <dc:date>2014-10-17T20:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: SA-Eventgen doesn't work?</title>
      <link>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150266#M9782</link>
      <description>&lt;P&gt;I had the same problem and followed the instructions &lt;A href="https://code.google.com/p/httplib2/wiki/Install"&gt;here&lt;/A&gt; and it helped me get Eventgen up and running.   I love this tool!  &lt;/P&gt;

&lt;P&gt;In short, I downloaded &lt;A href="https://code.google.com/p/httplib2/downloads/detail?name=httplib2-0.8.zip&amp;amp;can=2&amp;amp;q="&gt;httplib2 2.0.8,&lt;/A&gt; unpacked it, then ran the &lt;CODE&gt;$ python setup.py install&lt;/CODE&gt; command from that directory.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 05:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/SA-Eventgen-doesn-t-work/m-p/150266#M9782</guid>
      <dc:creator>fortiwhall</dc:creator>
      <dc:date>2014-10-21T05:32:37Z</dc:date>
    </item>
  </channel>
</rss>

