Skip to content

Instantly share code, notes, and snippets.

@cezarypiatek
Created August 4, 2020 16:46
Show Gist options
  • Save cezarypiatek/1e4c213abfad5a52e50f38ebf07b2262 to your computer and use it in GitHub Desktop.
Save cezarypiatek/1e4c213abfad5a52e50f38ebf07b2262 to your computer and use it in GitHub Desktop.
{
"index_patterns": ["test_sample*web*"],
"settings": {
"number_of_shards": 1
},
"mappings": {
"doc": {
"_source": {
"enabled": true
},
"properties": {
"host": {
"type": "keyword"
},
"level": {
"type": "keyword"
},
"app_deployment": {
"type": "keyword"
},
"app_env": {
"type": "keyword"
},
"app_name": {
"type": "keyword"
},
"logger": {
"type": "keyword"
},
"source": {
"type": "keyword"
},
"thread": {
"type": "keyword"
},
"type": {
"type": "keyword"
},
"logmessage": {
"type": "text"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment