Fork me on GitHub

Plugin elasticdata

Introduction

This plugin provides an easy way to fill ElasticSearch with timestamped data in order to build Kibana dashboards.

It offers to create Lutece modules that declare Data Sources and Data Objects that will create and fill Elastic indexes.

The plugin provides an Admin Feature that can start the feeding.

Configuration

The Elastic Search server URL should be defined in the elasticdata.properties file.

elasticdata.elastic_server.url=http://localhost:9200                    
                

All Data Sources defined into context files of installed modules will be detected.

NB : modules should be activated into the Plugins Management admin feature.

Usage

See the Lutece Wiki to learn how to develop ElaticData modules.