You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

  1. key: elasticsearch
  2. title: Elasticsearch
  3. description: Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/elasticsearch.svg
  6. website: https://www.elastic.co/products/elasticsearch
  7. isAvailable: false
  8. props:
  9. apiVersion:
  10. type: String
  11. title: API Version
  12. hint: Should match the version of the Elasticsearch nodes you are connecting to
  13. order: 1
  14. enum:
  15. - '6.6'
  16. - '6.5'
  17. - '6.4'
  18. - '6.3'
  19. default: '6.6'
  20. host:
  21. type: String
  22. title: Host(s)
  23. hint: Comma-separated list of Elasticsearch hosts to connect to
  24. order: 2
  25. user:
  26. type: String
  27. title: Username
  28. order: 3
  29. pass:
  30. type: String
  31. title: Password
  32. order: 4
  33. sniff:
  34. type: Boolean
  35. title: Sniff on start
  36. hint: 'Should Wiki.js attempt to detect the rest of the cluster on first connect? (Default: off)'
  37. default: false
  38. order: 5
  39. sniffInterval:
  40. type: Number
  41. title: Sniff Interval
  42. hint: '0 = disabled, Interval in seconds to check for updated list of nodes in cluster. (Default: 0)'
  43. order: 6
  44. default: 0