You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .teamcity/AE_ElasticsearchMonitoringExtension/buildTypes/AE_ElasticsearchMonitoringExtension_IntegrationTests.kt
Copy file name to clipboardexpand all lines: .teamcity/AE_ElasticsearchMonitoringExtension/buildTypes/AE_ElasticsearchMonitoringExtension_WorkbenchTest.kt
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This extension requires a Java Machine Agent
4
4
5
-
##Use Case
5
+
##Use Case
6
6
7
7
Elasticsearch is a distributed RESTful search server based on Lucene which provides a distributed multitenant-capable full text search engine.
8
8
This extension collects metrics using cat endpoints of Elasticsearch REST API and presents them in AppDynamics Metric Browser
@@ -43,15 +43,15 @@ Configure the extension by editing the config.yml file in `<MachineAgentHome>/mo
43
43
### numberOfThreads
44
44
Use the following formula for calculating `numberOfThreads`
45
45
```
46
-
numberOfThreads = number of servers + cat endpoints configured
46
+
numberOfThreads = number of servers *(1 + cat endpoints configured)
47
47
```
48
-
for example if there are 7 cat endpoints for one server then numberOfThreads = 1 + 7 = 8
48
+
for example if there are 7 cat endpoints for one server then numberOfThreads = 1 * (1 + 7) = 8
49
49
### metricPathReplacements
50
50
Please visit [this](https://community.appdynamics.com/t5/Knowledge-Base/Metric-Path-CharSequence-Replacements-in-Extensions/ta-p/35412) page to get detailed instructions on configuring Metric Path Character sequence replacements in Extensions.
51
51
### customDashboard
52
52
Please visit [this](https://community.appdynamics.com/t5/Knowledge-Base/Uploading-Dashboards-Automatically-with-AppDynamics-Extensions/ta-p/35408) page to get detailed instructions on automatic dashboard upload with extension.
53
53
### enableHealthChecks
54
-
Please visit [here](https://community.appdynamics.com/t5/Knowledge-Base/Extension-HealthChecks/ta-p/35409) page to get detailed instructions on
54
+
Please visit [here](https://community.appdynamics.com/t5/Knowledge-Base/Extension-HealthChecks/ta-p/35409) page to get detailed instructions on monitor health checks. Please note this should be set to false in Windows
55
55
## Credentials Encryption
56
56
Please visit [this](https://community.appdynamics.com/t5/Knowledge-Base/How-to-use-Password-Encryption-with-Extensions/ta-p/29397) page to get detailed instructions on password encryption. The steps in this document will guide you through the whole process.
0 commit comments