After I installed X-Pack, on Kibana my filebeat-2017.05.16
stops receiving/updating new documents that are coming from my filebeat.
After installing X-pack, I tried it with
PUT _xpack/watcher/watch/cluster_health_watch
{
"trigger" : {
"schedule" : { "interval" : "10s" }
}
}
to test x-pack and then delete it with
DELETE _xpack/watcher/watch/cluster_health_watch
I'm not sure what caused my index stop updating documents after I installed X-Pack.
Thanks.