I have a basic, dummy setup of ES (1 master, 4 data nodes), Kibana (on a separate node) and Xpack. All version 5.0.1 with xpack.security.enabled set to false.
I'm able to see a "Monitoring" section on Kibana but it always says "No Monitoring Data Found". I'm clearly missing some basic config but I'm not sure of what it is that I'm doing wrong. I also added
action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*
to elasticsearch.yml (defaults for the rest) on all nodes but that didn't do the trick.
kibana.yml is set to all defaults except for xpack.security.enabled and elasticsearch.url (pointing to master).
Any ideas?