Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/920734d826ce4b05dce3 to your computer and use it in GitHub Desktop.
Save anonymous/920734d826ce4b05dce3 to your computer and use it in GitHub Desktop.
[2016-01-07 10:13:58,100][INFO ][node ] [Utilizado para logs de servidores] stopping ...
[2016-01-07 10:13:58,911][INFO ][node ] [Utilizado para logs de servidores] stopped
[2016-01-07 10:13:58,911][INFO ][node ] [Utilizado para logs de servidores] closing ...
[2016-01-07 10:13:58,917][INFO ][node ] [Utilizado para logs de servidores] closed
[2016-01-07 10:13:59,571][ERROR][bootstrap ] Exception
java.lang.IllegalStateException: Unable to access 'path.repo' (/var/backups)
at org.elasticsearch.bootstrap.Security.addPath(Security.java:197)
at org.elasticsearch.bootstrap.Security.createPermissions(Security.java:176)
at org.elasticsearch.bootstrap.Security.configure(Security.java:100)
at org.elasticsearch.bootstrap.Bootstrap.setupSecurity(Bootstrap.java:181)
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:159)
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:270)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35)
Caused by: java.nio.file.AccessDeniedException: /var/backups
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.checkAccess(UnixFileSystemProvider.java:308)
at org.elasticsearch.bootstrap.Security.ensureDirectoryExists(Security.java:214)
at org.elasticsearch.bootstrap.Security.addPath(Security.java:195)
... 6 more
[2016-01-07 10:14:59,776][INFO ][node ] [Utilizado para logs de servidores] version[2.0.0], pid[14486], build[de54438/2015-10-22T08:09:48Z]
[2016-01-07 10:14:59,776][INFO ][node ] [Utilizado para logs de servidores] initializing ...
[2016-01-07 10:14:59,820][INFO ][plugins ] [Utilizado para logs de servidores] loaded [], sites []
[2016-01-07 10:14:59,893][INFO ][env ] [Utilizado para logs de servidores] using [1] data paths, mounts [[/ (rootfs)]], net usable_space [307.2gb], net total_space [450.5gb], spins? [unknown], types [rootfs]
[2016-01-07 10:15:01,663][INFO ][node ] [Utilizado para logs de servidores] initialized
[2016-01-07 10:15:01,664][INFO ][node ] [Utilizado para logs de servidores] starting ...
[2016-01-07 10:15:01,708][INFO ][transport ] [Utilizado para logs de servidores] publish_address {localhost/127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
[2016-01-07 10:15:01,715][INFO ][discovery ] [Utilizado para logs de servidores] logs46/ohgxSe_ZSzyxkUEkowUsyA
[2016-01-07 10:15:04,742][INFO ][cluster.service ] [Utilizado para logs de servidores] new_master {Utilizado para logs de servidores}{ohgxSe_ZSzyxkUEkowUsyA}{127.0.0.1}{localhost/127.0.0.1:9300}, reason: zen-disco-join(elected_as_master, [0] joins received)
[2016-01-07 10:15:04,857][INFO ][http ] [Utilizado para logs de servidores] publish_address {localhost/127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}
[2016-01-07 10:15:04,857][INFO ][node ] [Utilizado para logs de servidores] started
[2016-01-07 10:15:07,260][INFO ][gateway ] [Utilizado para logs de servidores] recovered [41] indices into cluster_state
# ======================== Elasticsearch Configuration =========================
#
# NOTE: Elasticsearch comes with reasonable defaults for most settings.
# Before you set out to tweak and tune the configuration, make sure you
# understand what are you trying to accomplish and the consequences.
#
# The primary way of configuring a node is via this file. This template lists
# the most important settings you may want to configure for a production cluster.
#
# Please see the documentation for further information on configuration options:
# <http://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html>
#
# ---------------------------------- Cluster -----------------------------------
#
# Use a descriptive name for your cluster:
#
cluster.name: logs46
#
# ------------------------------------ Node ------------------------------------
#
# Use a descriptive name for the node:
#
node.name: Utilizado para logs de servidores
#
# Add custom attributes to the node:
#
# node.rack: r1
#
# ----------------------------------- Paths ------------------------------------
#
# Path to directory where to store the data (separate multiple locations by comma):
#
# path.data: /path/to/data
#
# Path to log files:
#
# path.logs: /path/to/logs
path.repo: /var/backups
#
# ----------------------------------- Memory -----------------------------------
#
# Lock the memory on startup:
#
# bootstrap.mlockall: true
#
# Make sure that the `ES_HEAP_SIZE` environment variable is set to about half the memory
# available on the system and that the owner of the process is allowed to use this limit.
#
# Elasticsearch performs poorly when the system is swapping the memory.
#
# ---------------------------------- Network -----------------------------------
#
# Set the bind adress to a specific IP (IPv4 or IPv6):
#
network.host: localhost
#
# Set a custom port for HTTP:
#
http.port: 9200
#
# For more information, see the documentation at:
# <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html>
#
# ---------------------------------- Gateway -----------------------------------
#
# Block initial recovery after a full cluster restart until N nodes are started:
#
# gateway.recover_after_nodes: 3
#
# For more information, see the documentation at:
# <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-gateway.html>
#
# --------------------------------- Discovery ----------------------------------
#
# Elasticsearch nodes will find each other via unicast, by default.
#
# Pass an initial list of hosts to perform discovery when new node is started:
# The default list of hosts is ["127.0.0.1", "[::1]"]
#
# discovery.zen.ping.unicast.hosts: ["host1", "host2"]
#
# Prevent the "split brain" by configuring the majority of nodes (total number of nodes / 2 + 1):
#
# discovery.zen.minimum_master_nodes: 3
#
# For more information, see the documentation at:
# <http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery.html>
# ---------------------------------- Various -----------------------------------
#
# Disable starting multiple nodes on a single system:
#
# node.max_local_storage_nodes: 1
#
# Require explicit names when deleting indices:
#
# action.destructive_requires_name: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment