Bladex如何对接含有密码的ELK续

Blade 未结 3 1537
windmei
windmei 2020-12-14 11:10

大神,您好!

阅读了“Bladex如何对接含有密码的ELK”和https://zhuanlan.zhihu.com/p/169463822?utm_source=com.android.email。依旧没弄懂,如何通过blade的log功能,将日志发送的带有密码校验的elk服务。请问,您是如何解决的?

3条回答
  •  北京智鼎优源
    2020-12-23 14:16

    ES 7.1开放了部分基础的权限功能。xpack基础安全验证可以使用了。

    https://www.elastic.co/guide/en/elasticsearch/reference/7.1/release-highlights-7.1.0.html

    RBAC is now licensed under the Elastic Basic license

    RBAC (Role Based Access Control) is now licenced under the free-of-charge Elastic Basic licence. Previously, this security feature required a paid Gold-tier subscription. With the default distribution you can take advantage of RBAC by configuring users, groups, roles and permissions for any user from the file realm or the native realm . Download Elasticsearchconfigure RBAC, and run your cluster in production, knowing your private data stays private. Note that our advanced security features, such as single sign-on and Active Directory/LDAP authentication to field-level and document-level security, remain paid features. For details, see https://www.elastic.co/subscriptions


    我们本地搭建的ES 7.4 开启了xpack 不知道怎么对接bladex的日志。

提交回复