Kibana user details

i need to collect below kibana user details

  1. geo location
  2. mac address
  3. login time
  4. time zone
  5. logout time
    any option in kibana or any other plugin.
    please give me your suggestion

Hello,

This is a hard one. You will need to do combination of multiple things.

You can use audit logs to parse your login data. But you definitely need some other authentication like reverse nginx than basic auth to be able to do it.

Please look at filebeat with audit logs https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-auditd.html

Also you can use this enhance your geo-ip data:
https://www.elastic.co/guide/en/elasticsearch/reference/7.2/geoip-processor.html#using-ingest-geoip

Thanks,
Bhavya

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.