Installation Guide
Pulse 4.1.x
Overview
Prerequisites
Installation
Advanced Installation
Admin UI (K8S only)
Pulse Administration
Upgrade
Advanced Feature Integrations
Developer Tools
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
LogSearch
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Index commands
Check current available indices
Bash
curl -X GET http://localhost:19013/_cat/indicesDelete specific indices
Bash
curl -X DELETE http://localhost:19013/*<pattern>*Elastic Troubleshooting
Bash
docker logs -f ad-elastic_default --tail 100- Available disk storage should always be under 80% on
ACCELO_HOME/data - Check using
docker statscommand for resource consumption and available memory on server - Make sure to set
vm.max_map_count=262144in 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
response=>{"index"=>{"status"=>400, "error"=>{"type"=>"validation_exception", "reason"=>"Validation Failed: 1: this action would add [3] shards, but this cluster currently has [999]/[1000] maximum normal shards open;"}To increase the maximum number of allowed shards, perform the following steps on the node where Elasticsearch is running:
Bash
curl -k -XPUT http://localhost:19013/_cluster/settings -H 'Content-type: application/json' --data-binary $'{"persistent":{"cluster.max_shards_per_node":3000}}'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
x
[root@odpperf4:acceldata (ad-default)]$ docker logs -f ad-elastic_defaultexec /bin/tini: resource temporarily unavailableexec /bin/tini: resource temporarily unavailableexec /bin/tini: resource temporarily unavailableexec /bin/tini: resource temporarily unavailableTo resolve the above issue, perform the following steps:
- If
/data01/acceldata/config/docker/addons/ad-logsearch.ymlfile is not yet created then run the following command
Bash
accelo admin makeconfig ad-logsearch- Alter the
nprocfield under the ulimits of ad-elastic container configs according to the file descriptors resources available on the host. - Finally, restart the ad-elastic container using the following command:
Bash
accelo restart ad-elasticType to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
FS AnalyticsFor additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message