rfarley3 / Kibana

Kibana 4 configuration index interaction (.kibana index control, import and export of config, dashboards, visualizations, searches)
MIT License
18 stars 15 forks source link

Usage problems (when installation is not used) #19

Open dubauski opened 7 years ago

dubauski commented 7 years ago

Readme says

"Use without installing: python -m kibana For any example that follows, replace dotkibana with python -m kibana"

However I'm seeing the following errors if I try to do that:

python -m kibana --help Traceback (most recent call last): File "/Users/dubauski/anaconda/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "/Users/dubauski/anaconda/lib/python2.7/runpy.py", line 111, in _get_module_details import(mod_name) # Do not catch exceptions initializing package File "kibana/init.py", line 1, in from .dotkibana import DotKibana # noqa File "kibana/dotkibana.py", line 5, in from .manager import KibanaManager File "kibana/manager.py", line 4, in from elasticsearch import Elasticsearch, RequestError ImportError: No module named elasticsearch

Thank you for any help with this!