Skip to content

Releases: sivasamyk/logtrail

Initial support for 6.6

12 Feb 16:51
Compare
Choose a tag to compare

Initial support for 6.6.

Known issue

  • on selecting logtrail the icons won't be rendered properly
  • boom not handled properly
  • Fixed issue with sidebar icons

Minor bug fixes

09 Sep 07:34
Compare
Choose a tag to compare
v0.1.30

updated readme path

Added support to specify default search text

07 Jul 11:42
d6b5eb6
Compare
Choose a tag to compare

Fixed for issue #55

Added default_search parameter in logtrail. if specified will be default search text while opening logtrail.

Add append_keyword field in logtrail.json

01 Jul 13:41
Compare
Choose a tag to compare
  • Added new keyword_suffix field in logtrail.json. Specifies the keyword suffix to be appended for hostname & program fields. Set it to "" to not append any suffix.By default set to keyword. If not specified ( undefined) logtrail will append .keyword for backward compatibility.
  • updated logtrail to load logtrail.json from file or ES during every launch instead of during startup.

Fix for issue#248

17 Mar 02:34
c644ba4
Compare
Choose a tag to compare

added support for v6.3.0

Fix for issue #238 and support for 6.2.x Kibana

04 Mar 15:45
150b00a
Compare
Choose a tag to compare

Fixes for issue #223 and #220

07 Jan 15:46
9d4cee2
Compare
Choose a tag to compare
Merge pull request #225 from sivasamyk/issue/220

Issue/220

Fixed issue #205

23 Dec 14:18
Compare
Choose a tag to compare

Added support for Kibana 6.1.1

Happy Holidays!

Bug fixes

22 Oct 05:57
Compare
Choose a tag to compare

Fixed issues #193 #195

Bug fixes and support for Kibana 5.6.3

11 Oct 15:40
Compare
Choose a tag to compare

Fixed following issues:

  • #192
  • Changed tail status to icons from buttons ( FontAwesome is Awesome :) )
  • Added initial support to load logtrail.json from ES, if available. logtrail.json can be uploaded to ES using following command
    curl -XPUT 'localhost:9200/.logtrail/config/1?pretty' -H 'Content-Type: application/json' -d@logtrail.json
  • Support for Kibana 5.6.3