LogSearch

Index commands

Check current available indices

Bash
Copy

Delete specific indices

Bash
Copy

Elastic Troubleshooting

Bash
Copy
  • Available disk storage should always be under 80% on ACCELO_HOME/data
  • Check using docker stats command for resource consumption and available memory on server
  • Make sure to set vm.max_map_count=262144 in session and /etc/sysctl.confto start ad-elastic without any error

Facing Errors in Logs of LogStash?

If you are facing the below error in logs of the logstash container, perform the following:

Bash
Copy

To increase the maximum number of allowed shards, perform the following steps on the node where Elasticsearch is running:

Bash
Copy

Resource Unavailability in ad-elastic Container

There is a ULIMIT configuration within the Elastic container. If this value exceeds 65,000 on the underlying host, it can trigger the occurrence of the below error.

Bash
Copy

To resolve the above issue, perform the following steps:

  1. If /data01/acceldata/config/docker/addons/ad-logsearch.yml file is not yet created then run the following command
Bash
Copy
  1. Alter the nproc field under the ulimits of ad-elastic container configs according to the file descriptors resources available on the host.
  2. Finally, restart the ad-elastic container using the following command:
Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard