Skip to content

Instantly share code, notes, and snippets.

@curi0usJack
Created July 12, 2018 05:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save curi0usJack/20dc1d69b1084a02d1043de15e6e955d to your computer and use it in GitHub Desktop.
{
"template": "graylog_*",
"mappings" : {
"message" : {
"properties" : {
"CommandLine" : {
"type" : "string",
"index" : "analyzed"
},
"ScriptBlockText" : {
"type" : "string",
"index" : "analyzed"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment