Hello all,
I started to break out my nodes to different types and am kind of confused. I created a master/coordinator only done via:
master: True
data: False
ingest: False
ml: False
But my log just keeps spewing things like:
[2018-06-01T20:16:02,471][WARN ][o.e.x.s.a.AuthenticationService] [i-007KSJHD)SN] Authentication to realm native failed - Password authentication failed for filebeat
I also realized that this node has no security index. Is this because it has data: False? How am I supposed to set this up so that M/C type nodes are the first point of contact using native security?