Skip to content

kibana 4.1.11 <= elasticsearch 1.7 <= logstash 2.4.1 <= fakelog filebeat 6.5.4

Notifications You must be signed in to change notification settings

sueboy19/oldelk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oldelk

kibana 4.1.11 <= elasticsearch 1.7 <= logstash 2.4.1 <= fakelog filebeat 6.5.4

Some Dockerfile code come from github about elasticsearch & lotstash etc...

elasticsearch mapping geo_point

  1. template must have
  2. _default_ for all index
  3. geohash is options
curl -v -XGET elasticsearch:9200/_template
curl -v -XPUT elasticsearch:9200/_template/template_filebeat -H 'Content-Type: application/json' -d'
{
  "template": "filebeat*",
  "settings": {
    "number_of_shards": 1
  },
  "mappings": {
    "_default_": {
        "properties" : {
            "filebeatserveripgeoip.location": {
                "type": "geo_point",
                "geohash": true
            }
        }
    }
  }
  
}'

curl -v -XGET elasticsearch:9200/_cat/indices?v
curl -v -XDELETE elasticsearch:9200/filebeat-6.5.4-oooxxx
```

About

kibana 4.1.11 <= elasticsearch 1.7 <= logstash 2.4.1 <= fakelog filebeat 6.5.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published