From cef5ed766b62081e6cbec0f2c89bc20932cf147c Mon Sep 17 00:00:00 2001 From: Sivasamy Kaliappan Date: Fri, 23 Aug 2019 22:29:43 +0530 Subject: [PATCH] update version to 7.3.1 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38424c4..b3a11a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LogTrail - Log Viewer plugin for Kibana -[![Github All Releases](https://img.shields.io/github/downloads/sivasamyk/logtrail/total.svg)](https://github.com/sivasamyk/logtrail/releases) [![Kibana 7.3.0](https://img.shields.io/badge/Kibana-v7.3.0-blue.svg)](https://www.elastic.co/guide/en/kibana/7.2/release-notes-7.3.0.html) +[![Github All Releases](https://img.shields.io/github/downloads/sivasamyk/logtrail/total.svg)](https://github.com/sivasamyk/logtrail/releases) [![Kibana 7.3.1](https://img.shields.io/badge/Kibana-v7.3.1-blue.svg)](https://www.elastic.co/guide/en/kibana/7.2/release-notes-7.3.1.html) [![License](https://img.shields.io/github/license/sivasamyk/logtrail.svg)](https://github.com/sivasamyk/logtrail) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/sivasamyk) LogTrail is a plugin for Kibana to view, analyze, search and tail log events from multiple hosts in realtime with devops friendly interface inspired by [Papertrail](https://papertrailapp.com/). @@ -25,8 +25,8 @@ Installation - Download and install Elasticsearch and Kibana - Logtrail is supported and tested with Kibana 6.x and 5.x - Install logtrail plugin (requires restart of Kibana after install) - - Kibana 7.3.0 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.31/logtrail-7.3.0-0.1.31.zip` - - Kibana 5.6.5 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.23/logtrail-5.7.3.0.1.23.zip` + - Kibana 7.3.1 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.31/logtrail-7.3.1-0.1.31.zip` + - Kibana 5.6.5 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.23/logtrail-5.7.3.1.1.23.zip` - Other versions : [https://github.com/sivasamyk/logtrail/releases](https://github.com/sivasamyk/logtrail/releases) - Kibana requires exact match of plugin version to the Kibana version. If you can't find logtrail plugin release for a Kibana release, follow the instrcutions [here](docs/how_to.md#2-update-kibanaversion-in-logtrail-plugin-archive) to update Kibana version in your logtrail plugin archive. - Refer [Logtrail Config Examples Repo](https://github.com/sivasamyk/logtrail-config-examples) for sample configurations for syslog, Java app, Kubernetes logs. diff --git a/package.json b/package.json index 30337ab..de9617d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Plugin to view, search & tail logs in Kibana", "main": "index.js", "kibana": { - "version": "7.3.0" + "version": "7.3.1" }, "repository": { "type": "git",