# ES logs and cluster health

**URL:** https://discuss.elastic.co/t/es-logs-and-cluster-health/22140
**Category:** Elasticsearch
**Created:** [February 12, 2015, 6:47pm UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140 "2015-02-12T18:47:37Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![caspertz](https://avatars.discourse-cdn.com/v4/letter/c/bbe5ce/32.png) [@caspertz](https://discuss.elastic.co/u/caspertz)
#### Post date: [February 12, 2015, 6:47pm UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/1 "2015-02-12T18:47:37Z")

</div>

We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
and have it set up as a service. We have defined our location for logs as  
a specific directory other than /var/log/elasticsearch which is the  
default. When this starts, the process shows the value we set for the log  
area but no logs are created. It is not due to disk being full.  
-Des.default.path.logs=/data/moloch/logs - shows in the process list

Also have found that the /\_plugin/head and the \_cluster/health do not  
always match up. Have see where the plugin shows green while the cluster  
health shows yellow. Is this a bug or by design?

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 12, 2015, 9:35pm UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/2 "2015-02-12T21:35:41Z")

</div>

You'd have to ask the author of head why it doesn't align.

Does ES have permissions to write to the new log directory?

On 13 February 2015 at 05:47, caspertz [christine.tumbusch@gmail.com](mailto:christine.tumbusch@gmail.com) wrote:

> We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
> and have it set up as a service. We have defined our location for logs as  
> a specific directory other than /var/log/elasticsearch which is the  
> default. When this starts, the process shows the value we set for the log  
> area but no logs are created. It is not due to disk being full.  
> -Des.default.path.logs=/data/moloch/logs - shows in the process list
> 
> Also have found that the /\_plugin/head and the \_cluster/health do not  
> always match up. Have see where the plugin shows green while the cluster  
> health shows yellow. Is this a bug or by design?
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-Kpt1ceCrazih%2B7czxTmvEztf7tw0OGZ2D87R7xQR3WQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-Kpt1ceCrazih%2B7czxTmvEztf7tw0OGZ2D87R7xQR3WQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![caspertz](https://avatars.discourse-cdn.com/v4/letter/c/bbe5ce/32.png) [@caspertz](https://discuss.elastic.co/u/caspertz)
#### Post date: [February 13, 2015, 12:14pm UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/3 "2015-02-13T12:14:15Z")

</div>

the owner of ES is root and yes 755 permissions and owned by root. it isnt  
going to some other place - there isnt any files/folders called  
elasticsearch but the ones in /etc/default and /etc/init.d.  
/data/moloch/logs is set for the LOG\_DIR

As for the plugin - I put a post on the ES site under github and was told  
to ask my questions here. Is there someplace else I should post the  
question about the plugin?  
On Thursday, February 12, 2015 at 4:36:11 PM UTC-5, Mark Walkom wrote:

> You'd have to ask the author of head why it doesn't align.
> 
> Does ES have permissions to write to the new log directory?
> 
> On 13 February 2015 at 05:47, caspertz \<[christine...@gmail.com](mailto:christine...@gmail.com)  
> \<javascript:\>\> wrote:
> 
> > We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
> > and have it set up as a service. We have defined our location for logs as  
> > a specific directory other than /var/log/elasticsearch which is the  
> > default. When this starts, the process shows the value we set for the log  
> > area but no logs are created. It is not due to disk being full.  
> > -Des.default.path.logs=/data/moloch/logs - shows in the process list
> > 
> > Also have found that the /\_plugin/head and the \_cluster/health do not  
> > always match up. Have see where the plugin shows green while the cluster  
> > health shows yellow. Is this a bug or by design?
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/b50a2b7e-c177-44d1-9992-4383c7f10fdb%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b50a2b7e-c177-44d1-9992-4383c7f10fdb%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 16, 2015, 8:17am UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/4 "2015-02-16T08:17:59Z")

</div>

The head plugin is not an official plugin, so we (as an Elasticsearch team)  
have no control over how it works. You need to ask the author -

> **[GitHub - mobz/elasticsearch-head: A web front end for an elastic search cluster](https://github.com/mobz/elasticsearch-head)**
>
> A web front end for an elastic search cluster. Contribute to mobz/elasticsearch-head development by creating an account on GitHub.

Unless you have changed the defaults file, then ES will run as  
elasticsearch, not as root, so can you confirm that?

On 13 February 2015 at 23:14, caspertz [christine.tumbusch@gmail.com](mailto:christine.tumbusch@gmail.com) wrote:

> the owner of ES is root and yes 755 permissions and owned by root. it  
> isnt going to some other place - there isnt any files/folders called  
> elasticsearch but the ones in /etc/default and /etc/init.d.  
> /data/moloch/logs is set for the LOG\_DIR
> 
> As for the plugin - I put a post on the ES site under github and was told  
> to ask my questions here. Is there someplace else I should post the  
> question about the plugin?  
> On Thursday, February 12, 2015 at 4:36:11 PM UTC-5, Mark Walkom wrote:
> 
> > You'd have to ask the author of head why it doesn't align.
> > 
> > Does ES have permissions to write to the new log directory?
> > 
> > On 13 February 2015 at 05:47, caspertz [christine...@gmail.com](mailto:christine...@gmail.com) wrote:
> > 
> > > We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
> > > and have it set up as a service. We have defined our location for logs as  
> > > a specific directory other than /var/log/elasticsearch which is the  
> > > default. When this starts, the process shows the value we set for the log  
> > > area but no logs are created. It is not due to disk being full.  
> > > -Des.default.path.logs=/data/moloch/logs - shows in the process list
> > > 
> > > Also have found that the /\_plugin/head and the \_cluster/health do not  
> > > always match up. Have see where the plugin shows green while the cluster  
> > > health shows yellow. Is this a bug or by design?
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google  
> > > Groups "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send  
> > > an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%  
> > > [40googlegroups.com](http://40googlegroups.com)  
> > > [https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/21337ce8-f922-42ce-b4d6-f09fe0c4266b%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > > .  
> > > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/b50a2b7e-c177-44d1-9992-4383c7f10fdb%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b50a2b7e-c177-44d1-9992-4383c7f10fdb%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/b50a2b7e-c177-44d1-9992-4383c7f10fdb%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/b50a2b7e-c177-44d1-9992-4383c7f10fdb%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-Ox8\_8y4MPr5cwav%2BQr40jwDHTW6MDcEafyBWz\_K%2B7cg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-Ox8_8y4MPr5cwav%2BQr40jwDHTW6MDcEafyBWz_K%2B7cg%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![caspertz](https://avatars.discourse-cdn.com/v4/letter/c/bbe5ce/32.png) [@caspertz](https://discuss.elastic.co/u/caspertz)
#### Post date: [February 16, 2015, 11:50am UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/5 "2015-02-16T11:50:48Z")

</div>

I have changed the defaults file so it is running as root.  
ES\_USER=root  
ES\_GROUP=root  
and below is the process - so you can see it is running as root and has the  
es.default.path.logs set for /data/moloch/logs.

root 25847 1 99 Feb11 ? 9-05:47:38  
/usr/lib/jvm/java-7-openjdk-amd64//bin/java -Xms24576M -Xmx24576M -Xss256k  
-Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC  
-XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly  
-XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Delasticsearch  
-Des.pidfile=/var/run/elasticsearch.pid  
-Des.path.home=/data/moloch/elasticsearch-1.4.1 -cp  
:/data/moloch/elasticsearch-1.4.1/lib/elasticsearch-1.4.1.jar:/data/moloch/elasticsearch-1.4.1/lib/_:/data/moloch/elasticsearch-1.4.1/lib/sigar/_  
-Des.default.config=/data/moloch/etc/elasticsearch.yml  
-Des.default.path.home=/data/moloch/elasticsearch-1.4.1  
-Des.default.path.logs=/data/moloch/logs  
-Des.default.path.data=/data/moloch/data  
-Des.default.path.work=/tmp/elasticsearch  
-Des.default.path.conf=/data/moloch/etc  
org.elasticsearch.bootstrap.Elasticsearch

On Thursday, February 12, 2015 at 1:47:38 PM UTC-5, caspertz wrote:

> We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
> and have it set up as a service. We have defined our location for logs as  
> a specific directory other than /var/log/elasticsearch which is the  
> default. When this starts, the process shows the value we set for the log  
> area but no logs are created. It is not due to disk being full.  
> -Des.default.path.logs=/data/moloch/logs - shows in the process list
> 
> Also have found that the /\_plugin/head and the \_cluster/health do not  
> always match up. Have see where the plugin shows green while the cluster  
> health shows yellow. Is this a bug or by design?

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 17, 2015, 6:53am UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/6 "2015-02-17T06:53:46Z")

</div>

Why? This is a security problem!

Can you provide the output from du -sh and mount?

On 16 February 2015 at 22:50, caspertz [christine.tumbusch@gmail.com](mailto:christine.tumbusch@gmail.com) wrote:

> I have changed the defaults file so it is running as root.  
> ES\_USER=root  
> ES\_GROUP=root  
> and below is the process - so you can see it is running as root and has  
> the es.default.path.logs set for /data/moloch/logs.
> 
> root 25847 1 99 Feb11 ? 9-05:47:38  
> /usr/lib/jvm/java-7-openjdk-amd64//bin/java -Xms24576M -Xmx24576M -Xss256k  
> -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC  
> -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly  
> -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Delasticsearch  
> -Des.pidfile=/var/run/elasticsearch.pid  
> -Des.path.home=/data/moloch/elasticsearch-1.4.1 -cp  
> :/data/moloch/elasticsearch-1.4.1/lib/elasticsearch-1.4.1.jar:/data/moloch/elasticsearch-1.4.1/lib/_:/data/moloch/elasticsearch-1.4.1/lib/sigar/_  
> -Des.default.config=/data/moloch/etc/elasticsearch.yml  
> -Des.default.path.home=/data/moloch/elasticsearch-1.4.1  
> -Des.default.path.logs=/data/moloch/logs  
> -Des.default.path.data=/data/moloch/data  
> -Des.default.path.work=/tmp/elasticsearch  
> -Des.default.path.conf=/data/moloch/etc  
> org.elasticsearch.bootstrap.Elasticsearch
> 
> On Thursday, February 12, 2015 at 1:47:38 PM UTC-5, caspertz wrote:
> 
> > We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
> > and have it set up as a service. We have defined our location for logs as  
> > a specific directory other than /var/log/elasticsearch which is the  
> > default. When this starts, the process shows the value we set for the log  
> > area but no logs are created. It is not due to disk being full.  
> > -Des.default.path.logs=/data/moloch/logs - shows in the process list
> > 
> > Also have found that the /\_plugin/head and the \_cluster/health do not  
> > always match up. Have see where the plugin shows green while the cluster  
> > health shows yellow. Is this a bug or by design?
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEYi1X\_w%3D-S0\_PWTaZ-ufpe0HwJg20Ts00q%3DBmv7m2SiA1nxhw%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_w%3D-S0_PWTaZ-ufpe0HwJg20Ts00q%3DBmv7m2SiA1nxhw%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![caspertz](https://avatars.discourse-cdn.com/v4/letter/c/bbe5ce/32.png) [@caspertz](https://discuss.elastic.co/u/caspertz)
#### Post date: [February 17, 2015, 12:35pm UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/7 "2015-02-17T12:35:56Z")

</div>

/dev/sdb1 on /data type ext4 (rw,errors=remount-ro)  
2.2T /data  
4.0K /data/moloch/logs

/dev/sdb1 2882585900 2322227348 413908584 85% /data

/data is not full

As for why we have been running as root - just how my group set it up years  
ago. The ES cluster is doing nothing but ES.

On Tuesday, February 17, 2015 at 1:54:14 AM UTC-5, Mark Walkom wrote:

> Why? This is a security problem!
> 
> Can you provide the output from du -sh and mount?
> 
> On 16 February 2015 at 22:50, caspertz \<[christine...@gmail.com](mailto:christine...@gmail.com)  
> \<javascript:\>\> wrote:
> 
> > I have changed the defaults file so it is running as root.  
> > ES\_USER=root  
> > ES\_GROUP=root  
> > and below is the process - so you can see it is running as root and has  
> > the es.default.path.logs set for /data/moloch/logs.
> > 
> > root 25847 1 99 Feb11 ? 9-05:47:38  
> > /usr/lib/jvm/java-7-openjdk-amd64//bin/java -Xms24576M -Xmx24576M -Xss256k  
> > -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC  
> > -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly  
> > -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Delasticsearch  
> > -Des.pidfile=/var/run/elasticsearch.pid  
> > -Des.path.home=/data/moloch/elasticsearch-1.4.1 -cp  
> > :/data/moloch/elasticsearch-1.4.1/lib/elasticsearch-1.4.1.jar:/data/moloch/elasticsearch-1.4.1/lib/_:/data/moloch/elasticsearch-1.4.1/lib/sigar/_  
> > -Des.default.config=/data/moloch/etc/elasticsearch.yml  
> > -Des.default.path.home=/data/moloch/elasticsearch-1.4.1  
> > -Des.default.path.logs=/data/moloch/logs  
> > -Des.default.path.data=/data/moloch/data  
> > -Des.default.path.work=/tmp/elasticsearch  
> > -Des.default.path.conf=/data/moloch/etc  
> > org.elasticsearch.bootstrap.Elasticsearch
> > 
> > On Thursday, February 12, 2015 at 1:47:38 PM UTC-5, caspertz wrote:
> > 
> > > We have a 4 node ES cluster running version 1.4.1. We are using Ubuntu  
> > > and have it set up as a service. We have defined our location for logs as  
> > > a specific directory other than /var/log/elasticsearch which is the  
> > > default. When this starts, the process shows the value we set for the log  
> > > area but no logs are created. It is not due to disk being full.  
> > > -Des.default.path.logs=/data/moloch/logs - shows in the process list
> > > 
> > > Also have found that the /\_plugin/head and the \_cluster/health do not  
> > > always match up. Have see where the plugin shows green while the cluster  
> > > health shows yellow. Is this a bug or by design?
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/e791f24a-8cbc-4a38-bc4b-1a744b48417c%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/e2fd0579-4d45-4dcc-b150-d40dc18d7a6e%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/e2fd0579-4d45-4dcc-b150-d40dc18d7a6e%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 12:32am UTC](https://discuss.elastic.co/t/es-logs-and-cluster-health/22140/8 "2017-07-06T00:32:11Z")

</div>


