elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

Elasticsearch on Mesos

Results 77 elasticsearch issues
Sort by recently updated
recently updated
newest added

run es on mesos,executor start fail with logs: **LIBPROCESS_IP is set to '10.10.11.26' Expecting 'MESOS_SLAVE_PID' to be set in the environment.** my mesos cluster use ip 192.168.2.* ,but executor use...

Hello, The ES mesos framework works fine when deployed with the Docker host networking mode. Nevertheless, I am using Weave and would like to use the Docker Bridge networking mode...

Are there efforts to support Mesos 1.3.x in this repo or elsewhere?

Hi there, we are using the elasticsearch package in our dcos environment. Now we retrieved XPACK Licences for enabling LDAPS. For now we were not able to configure it. Are...

- Removed the ES_HEAP_SIZE env var *entirely*, since ES 5.0 shuts it all down if it finds it. - Removed the args that are passed to ES, since he doesn't...

I'm seeing the following Error: encountered environment variables that are no longer supported Use jvm.options or ES_JAVA_OPTS to configure the JVM ES_HEAP_SIZE=192m: set -Xms192m and -Xmx192m in jvm.options or add...

Hi, How can i specify the size of the volume when node is attached to. i am using flocker. i tried with "--externalVolumeOptions", "{{ node.volume }}",, but seems not working...

This is just a summary of all the changes I needed to make in order to get a working ES 5.0 cluster working (ish) last week. * We can no...

With following config: ``` { "id": "elasticsearch", "container": { "docker": { "image": "mesos/elasticsearch-scheduler", "network": "BRIDGE", "parameters":[ { "key": "publish", "value": "31100:31100" }, { "key": "env", "value": "JAVA_OPTS=-Xms1024m -Xmx2048m" }, {...

Hello I'm using this module in my dcos/cluster and I need to put labels in the executors. I have seen that this functinoality was included in this PR (#545) but...