It could also be the elasticsearch integrated output in ES, which adds the
LS instance as a client node to the cluster.
And you probably don't want to kill that.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: ma...@campaignmonitor.com
web: www.campaignmonitor.com


On 30 May 2014 14:11, Pawan Sharma <pawansharma2...@gmail.com> wrote:

> In the node another instances of elasticsearch is started, so the solution
> is first you have to find the PID ok another instances of es by
>
>
> *netstat -lnp | grep 920*
> and kill the PID if there is another es is started in 9201  port
>
> Thanks
>
>
> On Fri, May 30, 2014 at 4:03 AM, Mark Walkom <ma...@campaignmonitor.com>
> wrote:
>
>> Install a visual monitoring plugin like kopf and ElasticHQ, you will be
>> able to see which shards are unassigned.
>> However I think you may have replicas set, which, given you only have one
>> one, will always result in a yellow state as the cluster cannot assign
>> replicas to another node.
>>
>> You should also upgrade ES to a newer version if you can :)
>>
>> Regards,
>> Mark Walkom
>>
>> Infrastructure Engineer
>> Campaign Monitor
>> email: ma...@campaignmonitor.com
>> web: www.campaignmonitor.com
>>
>>
>> On 29 May 2014 23:45, Jason Weber <davev...@gmail.com> wrote:
>>
>>> I rebooted several times and I believe its collecting the correct data
>>> now. I still show 520 unassigned shards, but its collecting all my logs
>>> now. Is this something I can use the redirect command for to assign it to a
>>> new index?
>>>
>>> Jason
>>>
>>> On Tuesday, May 27, 2014 11:39:49 AM UTC-4, Jason Weber wrote:
>>>>
>>>> Could someone walk me through getting my cluster up and running. Came
>>>> in from long weekend and my cluster was red status, I am showing a lot of
>>>> unassigned shards.
>>>>
>>>> jmweber@MIDLOG01:/var/log/logstash$ curl localhost:9200/_cluster/
>>>> health?pretty
>>>> {
>>>>   "cluster_name" : "midlogcluster",
>>>>   "status" : "red",
>>>>   "timed_out" : false,
>>>>   "number_of_nodes" : 2,
>>>>   "number_of_data_nodes" : 1,
>>>>   "active_primary_shards" : 512,
>>>>   "active_shards" : 512,
>>>>   "relocating_shards" : 0,
>>>>   "initializing_shards" : 0,
>>>>   "unassigned_shards" : 520
>>>> }
>>>>
>>>>
>>>> I am running ES 0.90.11
>>>>
>>>> LS and ES are on a single server, I only have 1 node, although it shows
>>>> 2, I get yellow status normally, it works fine with that. But I am only
>>>> collecting like 43 events per minute vs my usual 50K.
>>>>
>>>> I have seen several write ups but I seem to get a lot of no handler
>>>> found for uri statements when I try to run them.
>>>>
>>>> Thanks,
>>>> Jason
>>>>
>>>  --
>>> 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+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/elasticsearch/1307dd8d-411e-4690-a6d1-8e27ce26ecec%40googlegroups.com
>>> <https://groups.google.com/d/msgid/elasticsearch/1307dd8d-411e-4690-a6d1-8e27ce26ecec%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/elasticsearch/CAEM624Y%2BPsF8a4C0mh-Jsi%3Dc6ogiXctAuA-Hn2oO6MVvv7SkBQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/elasticsearch/CAEM624Y%2BPsF8a4C0mh-Jsi%3Dc6ogiXctAuA-Hn2oO6MVvv7SkBQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/CAMUueYn0EkSL1qAH%2Bb5s0PHMW%3Ds5dK48n3dLgFAuEDziSpBfDg%40mail.gmail.com
> <https://groups.google.com/d/msgid/elasticsearch/CAMUueYn0EkSL1qAH%2Bb5s0PHMW%3Ds5dK48n3dLgFAuEDziSpBfDg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit 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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAEM624Z9yPJtT%3DefLuwUkf8_BhKtEE24OyS4E8X7GXD8FDyUQA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to