Created
July 12, 2018 05:57
-
-
Save curi0usJack/20dc1d69b1084a02d1043de15e6e955d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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