Waziup / WaziCloud

WAZIUP Cloud and local platform
31 stars 28 forks source link

Configure Elastic Search/Kibana #51

Closed cdupont closed 7 years ago

ChaDup commented 7 years ago

To push data to ElasticSearch/Kibana, we can use another tool (logstash, kafka...) or we can directly configure Orion/Cygnus to add a new sink to elasticsearch. See here how to add a new sink : http://fiware-cygnus.readthedocs.io/en/latest/cygnus-ngsi/user_and_programmer_guide/adding_new_sink/index.html

As Cygnus is based on Flume, we can use the Flume/ElasticSearch sink : https://flume.apache.org/releases/content/1.3.0/apidocs/org/apache/flume/sink/elasticsearch/ElasticSearchSink.html

Some more infos here : https://medium.com/@omallassi/elasticsearch-kibana-flume-a1e20649b2ae#.oe74gkg6d

cdupont commented 7 years ago

depends on #52

ChaDup commented 7 years ago

Elasticsearch/kibana can be now operational with an http "pull" request. Needs also logstash (ELK stack).

ChaDup commented 7 years ago

As a recap of visualisation tools, we have for the moment :

I suggest that the developer create the dashboards and embbed them on WAZIUP platform for each user (accessible via password). Open data as a demo on WAZIUP website (publicly accessible)

cdupont commented 7 years ago

solved with http pull.