- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Have splunk-sdk-python installed. Tests work i.e. /tests/runtest.py. Some examples work i.e. abc/a.py b.py... Am able to run /splunk-sdk/examples/analytics/server.py and Bottle server is running on http://localhost:8080. Have verified .splunkrc file. I have also verified I have events on Splunk:
2012-08-08T08:39:29.112076 application="analytics" event="list_applications in the sample_analytics index.
However, http://localhost:8080/applications show a blank webpage. Did I miss a step?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Was working on Beta Splunk 5.0 (build 125564)
Switched to Splunk 4.3.3 and it worked like a charm.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Was working on Beta Splunk 5.0 (build 125564)
Switched to Splunk 4.3.3 and it worked like a charm.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Do you see anything in the console from which you started server.py?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

rickrob@ubuntu64:~/splunk-sdk-python/examples/analytics$ python server.py
Bottle server starting up (using WSGIRefServer())...
Listening on http://192.168.2.16:8080/
Use Ctrl-C to quit.
