Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

gfriloux/smman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you use it on a fresh install, with a non existant DB, you have to build it :

curl -XPUT http://YOURSERVER:9200/YOURINDEX/ -d '
{
 "settings":
 {
  "events":
  {
   "mappings":
   {
    "@source":
     {"type":"string"},
    "@source_host":
     {"type":"string"},
    "@source_path":
     {"type":"string"},
    "@timestamp":
     {"type":"date"},
    "@tags":
     {"type":"string"},
    "@message":
     {"type":"string"},
    "@fields":
    {
     "type":"object",
     "properties":
     {
      "HOSTNAME":
       {"type":"string"}
     }
    }
   }
  }
 }
}'

About

small remplacement for logstash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published