Troubleshooting Health and Wellness
Troubleshooting New Health and Wellness
This topic describes how to troubleshoot New Health and Wellness issues.
- Column 1: Issue
- Column 2:
An error ‘n of m shards failed’ or ‘unknown field in the index’ in the New Health and Wellness dashboards.
- Column 1: Resolution
- Column 2:
Refresh the index patterns, perform the following:
- Log in to NetWitness Platform.
- Go to
(Admin) > Health & Wellness. - Click New Health & Wellness.
- Click Pivot to Dashboard.
- Go to
> Stack Management > Index Patterns. - Click nw* index pattern.
- Click Refresh to refresh the index pattern on top right corner.
Note: If the issue still persists, refresh other index patterns such as nw-metricbeat* or nw-concentrator* and so on.
- Column 1: Issue
- Column 2:
Unable to send data to elastic search once disk usage reaches 85%.
- Column 1: Explanation
- Column 2:
If the Elasticsearch disk usage reaches 85%,
the saved objects (index patterns, dashboards, visualizations etc) becomes read-only mode.
And, services does not write new metrics to Elasticsearch or allow to edit any saved objects.
- Column 1: Resolution
- Column 2: To change the indexes to write mode, execute the following command on the host in which Elasticsearch is installed:
curl -k --cert /etc/pki/nw/elastic/elasticsearch-cert.pem --key /etc/pki/nw/elastic/elasticsearch-key.pem -X PUT -H "Content-Type: application/json" -d '{"index.blocks.read_only_allow_delete": null }' https://localhost:9200/_all/_settingsNote: This command is supported only with certificates.
- Column 1: Issue
- Column 2: New Health and Wellness > Pivot to Dashboard fails due to time synchronization issue.
- Column 1: Explanation
- Column 2: Pivot to dashboard fails if there is no time synchronization between the NetWitness Server and the host on which New Health and Wellness is installed.
- Column 1: Resolution
- Column 2:
You must synchronize the time and pivot to dashboard. To synchronize the time do one of the following:
- Configure the NTP Server. For more information, see "Configure NTP Servers" in the System Configuration Guide.
- Run the following commands on the host on which New Health and Wellness is installed
- SSH to NetWitness host.
- Run the following commands.
- systemctl stop ntpd
- ntpdate nw-node-zero
- systemctl start ntpd