Skip to content

Elastic Search Settings

Like everyone else, we are using elastic search for saving all activity, device and audit logs.

Activity logs are stored as every day indexes, audit logs are stored only one index. For production, using an external elastic search is a good choice.

How It Works

  • The elastic host must be like protocol://hostname:port, protocol and port number are essential (point 1)
  • We suggest securing elastic search with user and password is a good strategy
  • Set how many days, do you want to keep activity logs, keep in mind, there will be lots of logs (point 2)
  • Before saving please check if connection is success, (point 3)