Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 468 Bytes

analytics_elasticsearch.md

File metadata and controls

18 lines (14 loc) · 468 Bytes

Setup a local elasticsearch

Setting up

To set up the local elasticsearch you need to enable the elasticsearch plugin in the main config file (config/config.json) and configure the url to your elasticsearch server .

Configuration example:

{
	"es.upv.paella.usertracking.elasticsearchSaverPlugin": {
		"enabled": true,
		"url": "http://my.elastic.server"
	}
}