Content-Length: 282934 | pFad | http://github.com/sivasamyk/logtrail/commit/29ad214a8f87c3c0a1d09c2ad41c19739fef2e38

26 upgrade to 6.7.1 · sivasamyk/logtrail@29ad214 · GitHub
Skip to content

Commit

Permalink
upgrade to 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasamyk committed Apr 9, 2019
1 parent b833aeb commit 29ad214
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 6.6.2](https://img.shields.io/badge/Kibana-v6.6.2-blue.svg)](https://www.elastic.co/guide/en/kibana/6.6/release-notes-6.6.2.html)
[![Github All Releases](https://img.shields.io/github/downloads/sivasamyk/logtrail/total.svg)](https://github.com/sivasamyk/logtrail/releases) [![Kibana 6.7.1](https://img.shields.io/badge/Kibana-v6.7.1-blue.svg)](https://www.elastic.co/guide/en/kibana/6.6/release-notes-6.7.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/).
Expand All @@ -25,7 +25,7 @@ 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 6.6.2 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.31/logtrail-6.6.2-0.1.31.zip`
- Kibana 6.7.1 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.31/logtrail-6.7.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.6.6.0.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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Plugin to view, search & tail logs in Kibana",
"main": "index.js",
"kibana": {
"version": "6.6.2"
"version": "6.7.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion server/routes/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function convertToClientFormat(selectedConfig, esResponse) {
set(source, selectedConfig.fields.mapping.message, withHighlights);
source[selectedConfig.fields.mapping.message] = hits[i].highlight[selectedConfig.fields.mapping.message][0];
}
var message = source[selectedConfig.fields.mapping.message];
var message = get(source, selectedConfig.fields.mapping.message);
//sanitize html
var escape = require('lodash/escape');
message = escape(message);
Expand Down

0 comments on commit 29ad214

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/sivasamyk/logtrail/commit/29ad214a8f87c3c0a1d09c2ad41c19739fef2e38

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy