Skip to content

Commit 29b5014

Browse files
committed
updated readme path
1 parent 63ddd00 commit 29b5014

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installation
2525
- Download and install Elasticsearch , Logstash and Kibana
2626
- Logtrail is supported and tested with Kibana 6.x and 5.x
2727
- Install logtrail plugin (requires restart of Kibana after install)
28-
- Kibana 6.4.0 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v6.4.0_0.1.30/logtrail-6.4.0-0.1.30.zip`
28+
- Kibana 6.4.0 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.30/logtrail-6.4.0-0.1.30.zip`
2929
- Kibana 5.6.5 : `./bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.23/logtrail-5.6.5-0.1.23.zip`
3030
- Other versions : [https://github.com/sivasamyk/logtrail/releases](https://github.com/sivasamyk/logtrail/releases)
3131
- 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.

logtrail.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"index_patterns" : [
44
{
55
"es": {
6-
"default_index": "filebeat-*"
6+
"default_index": "logstash-*"
77
},
88
"tail_interval_in_seconds": 10,
99
"es_index_time_offset_in_seconds": 0,
@@ -17,11 +17,11 @@
1717
"fields" : {
1818
"mapping" : {
1919
"timestamp" : "@timestamp",
20-
"hostname" : "beat.hostname",
21-
"program": "source",
22-
"message": "message"
20+
"hostname" : "host",
21+
"program": "url",
22+
"message": "agent"
2323
},
24-
"message_format": "{{{message}}}",
24+
"message_format": "{{{agent}}}",
2525
"keyword_suffix" : "keyword"
2626
},
2727
"color_mapping" : {

0 commit comments

Comments
 (0)