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 .
{
"es.upv.paella.usertracking.elasticsearchSaverPlugin": {
"enabled": true,
"url": "http://my.elastic.server"
}
}