Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.17 KB | None | 0 0
  1. --- /etc/elasticsearch/elasticsearch.yml        2017-11-01 12:10:32.207172720 +0000
  2. +++ /etc/elasticsearch/elasticsearch.yml.dpkg-new       2017-12-04 09:30:24.000000000 +0000
  3. @@ -14,13 +14,13 @@
  4.  #
  5.  # Use a descriptive name for your cluster:
  6.  #
  7. -cluster.name: droplet-lisa-app-red
  8. +#cluster.name: my-application
  9.  #
  10.  # ------------------------------------ Node ------------------------------------
  11.  #
  12.  # Use a descriptive name for the node:
  13.  #
  14. -node.name: droplet-lisa-app-red-node-1
  15. +#node.name: node-1
  16.  #
  17.  # Add custom attributes to the node:
  18.  #
  19. @@ -30,11 +30,11 @@
  20.  #
  21.  # Path to directory where to store the data (separate multiple locations by comma):
  22.  #
  23. -#path.data: /path/to/data
  24. +path.data: /var/lib/elasticsearch
  25.  #
  26.  # Path to log files:
  27.  #
  28. -#path.logs: /path/to/logs
  29. +path.logs: /var/log/elasticsearch
  30.  #
  31.  # ----------------------------------- Memory -----------------------------------
  32.  #
  33. @@ -52,12 +52,11 @@
  34.  #
  35.  # Set the bind address to a specific IP (IPv4 or IPv6):
  36.  #
  37. -#network.host: 0.0.0.0
  38. -network.host: [_local_, _site_, _global_]
  39. +#network.host: 192.168.0.1
  40.  #
  41.  # Set a custom port for HTTP:
  42.  #
  43. -http.port: 9200
  44. +#http.port: 9200
  45.  #
  46.  #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement