Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Build against elasticsearch 7.9 #56

Merged
merged 11 commits into from
Aug 24, 2020
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![CD](https://github.com/opendistro-for-elasticsearch/perftop/workflows/CD/badge.svg)](https://github.com/opendistro-for-elasticsearch/perftop/actions?query=workflow%3ACD)
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://opendistro.github.io/for-elasticsearch-docs/docs/pa/)
[![Chat](https://img.shields.io/badge/chat-on%20forums-blue)](https://discuss.opendistrocommunity.dev/c/performance-analyzer/)
![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)

# PerfTop

The PerfTop CLI provides pre-configured dashboards for analyzing cluster, node, shard performance, and more. Use custom JSON templates to create the dashboards you need to diagnose your cluster performance.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

ext {
es_version = System.getProperty("es.version", "7.8.0")
es_version = System.getProperty("es.version", "7.9.0")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand All @@ -24,7 +24,7 @@ node {
}

ext {
opendistroVersion = '1.9.0'
opendistroVersion = '1.10.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
isLinux = "true" == System.getProperty("build.linux", "false")
isMacOS = "true" == System.getProperty("build.macos", "false")
Expand Down
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/opendistro-for-elasticsearch-perftop",
"version": "1.9.0",
"version": "1.10.0",
"description": "PerfTop CLI tool for Open Distro Performance Analyzer",
"author": "Amazon Web Services",
"bin": {
Expand All @@ -22,9 +22,12 @@
"dependencies": {
"argparse": "1.0.10",
"blessed": "0.1.54",
"blessed-contrib": "^4.8.19",
"blessed-contrib": "^4.8.20",
"console-stamp": "0.2.7",
"pkg": "^4.4.7"
"pkg": "^4.4.9"
},
"pkg": {
"assets": "node_modules/blessed/**/*"
},
"devDependencies": {
"eslint": "^5.12.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Version 1.10.0.0 (Current)

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.10.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Version 1.9.0 (Current)
## Version 1.9.0

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.9.