Guest User

apache_sizing_1.json

a guest
Nov 25th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "template": "elk_workshop",
  3. "settings": {
  4. "index.refresh_interval": "5s",
  5. "index.codec": "best_compression",
  6. "number_of_shards": 1,
  7. "number_of_replicas": 0
  8. },
  9. "mappings": {
  10. "_default_": {
  11. "dynamic_templates": [{
  12. "string_fields": {
  13. "mapping": {
  14. "index": "not_analyzed",
  15. "type": "string",
  16. "doc_values": true
  17. },
  18. "match_mapping_type": "string",
  19. "match": "*"
  20. }
  21. }],
  22. "properties": {
  23. "@version": {
  24. "index": "not_analyzed",
  25. "type": "string"
  26. },
  27. "text": {
  28. "index": "analyzed",
  29. "type": "string"
  30. },
  31. "message": {
  32. "index": "analyzed",
  33. "type": "string"
  34. }
  35. },
  36. "_all": {
  37. "enabled": false
  38. }
  39. }
  40. },
  41. "aliases": {}
  42. }
Add Comment
Please, Sign In to add comment