Skip to content

Adding xpack code for ES cluster stats metricset (#7810)#8000

Merged
jsoriano merged 1 commit intoelastic:6.xfrom
ycombinator:backport_7810_6.x
Aug 17, 2018
Merged

Adding xpack code for ES cluster stats metricset (#7810)#8000
jsoriano merged 1 commit intoelastic:6.xfrom
ycombinator:backport_7810_6.x

Conversation

@ycombinator
Copy link
Copy Markdown
Contributor

This PR teaches the elasticsearch/cluster_stats metricset to query the appropriate Elasticsearch HTTP APIs and index cluster_stats documents into .monitoring-es-6-mb-* indices. These documents should be compatible in structure to cluster_stats documents in the current .monitoring-es-6-* indices indexed via the internal monitoring method.

(cherry picked from commit 264e7b4)

This PR teaches the `elasticsearch/cluster_stats` metricset to query the appropriate Elasticsearch HTTP APIs and index `cluster_stats` documents into `.monitoring-es-6-mb-*` indices. These documents should be compatible in structure to `cluster_stats` documents in the current `.monitoring-es-6-*` indices indexed via the internal monitoring method.

(cherry picked from commit 264e7b4)
// specific language governing permissions and limitations
// under the License.

package cluster_stats
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use an underscore in package name

@jsoriano jsoriano merged commit 7465c0f into elastic:6.x Aug 17, 2018
@ycombinator ycombinator deleted the backport_7810_6.x branch September 26, 2018 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants