Everytime that filebeats tries to authenticate, I get the following
/var/log/elasticsearc/my-cluster.log
[2018-02-18T19:31:19,863][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:31:20,277][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:32:20,603][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:32:20,846][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:32:21,535][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:33:21,725][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:33:21,952][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:33:22,611][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:34:22,802][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:34:23,027][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
[2018-02-18T19:34:23,975][INFO ][o.e.x.s.a.s.m.NativeRoleMappingStore] [i-0c583529e070fb2e9] The security index is not yet available - no role mappings can be loaded
/var/log/elasticsearch/my-cluster_access.log
> > [2018-02-18T19:31:19,678] [transport] [access_granted] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[cluster:monitor/main], request=[MainRequest]
> > [2018-02-18T19:31:19,863] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/get], request=[GetIndexTemplatesRequest]
> > [2018-02-18T19:31:20,279] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/put], indices=[filebeat-6.2.1-], request=[PutIndexTemplateRequest]
> > [2018-02-18T19:32:20,603] [transport] [access_granted] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[cluster:monitor/main], request=[MainRequest]
> > [2018-02-18T19:32:20,846] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/get], request=[GetIndexTemplatesRequest]
> > [2018-02-18T19:32:21,537] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/put], indices=[filebeat-6.2.1-], request=[PutIndexTemplateRequest]
> > [2018-02-18T19:33:21,726] [transport] [access_granted] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[cluster:monitor/main], request=[MainRequest]
> > [2018-02-18T19:33:21,952] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/get], request=[GetIndexTemplatesRequest]
> > [2018-02-18T19:33:22,613] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/put], indices=[filebeat-6.2.1-], request=[PutIndexTemplateRequest]
> > [2018-02-18T19:34:22,802] [transport] [access_granted] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[cluster:monitor/main], request=[MainRequest]
> > [2018-02-18T19:34:23,028] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/get], request=[GetIndexTemplatesRequest]
> > [2018-02-18T19:34:23,977] [transport] [access_denied] origin_type=[rest], origin_address=[10.158.4.5], principal=[filebeat.int.myorg.com], roles=[monitor_jobs], action=[indices:admin/template/put], indices=[filebeat-6.2.1-], request=[PutIndexTemplateRequest]
Please help.