2013-07-29 18 views
7

Próbuję zrobić logstash pracy z elasticsearch i Kibana. Miałem wszystkie najnowsze wersje, ale po napotkaniu kilku problemów zdałem sobie sprawę, że muszę zainstalować starszą wersję, tj. 0.20.6, elastycznego wyszukiwania, aby działała poprawnie z najnowszą wersją logstash. Dlatego też pobrałem starszą wersję, wykonałem numer rm -rf starszej wersji (wersja 0.90.x) i zainstalowałem nową wersję (v.0.20.6). Próbowałem go uruchomić. Zaczyna się, ale potem daje mi powtarzające się błędy jak:Jak usunąć elastyczne wyszukiwanie?

[2013-07-29 14:24:04,718][WARN ][indices.cluster   ] [Dansen Macabre] [blog][2] failed to start shard 
org.elasticsearch.indices.recovery.RecoveryFailedException: [blog][2]: Recovery failed from [Blob][UCFJzrBxQHOYOohF6scQMw][inet[/10.1.10.52:9300]] into [Dansen Macabre][-GzBNHLJSc2Do5DNTsn1jw][inet[/10.1.10.52:9301]] 
    at org.elasticsearch.indices.recovery.RecoveryTarget.doRecovery(RecoveryTarget.java:293) 
    at org.elasticsearch.indices.recovery.RecoveryTarget.access$300(RecoveryTarget.java:62) 
    at org.elasticsearch.indices.recovery.RecoveryTarget$2.run(RecoveryTarget.java:163) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
    at java.lang.Thread.run(Thread.java:724) 
Caused by: org.elasticsearch.transport.RemoteTransportException: [Blob][inet[/10.1.10.52:9300]][index/shard/recovery/startRecovery] 
Caused by: org.elasticsearch.index.engine.RecoveryEngineException: [blog][2] Phase[1] Execution failed 
    at org.elasticsearch.index.engine.robin.RobinEngine.recover(RobinEngine.java:1123) 
    at org.elasticsearch.index.shard.service.InternalIndexShard.recover(InternalIndexShard.java:526) 
    at org.elasticsearch.indices.recovery.RecoverySource.recover(RecoverySource.java:116) 
    at org.elasticsearch.indices.recovery.RecoverySource.access$1600(RecoverySource.java:60) 
    at org.elasticsearch.indices.recovery.RecoverySource$StartRecoveryTransportRequestHandler.messageReceived(RecoverySource.java:328) 
    at org.elasticsearch.indices.recovery.RecoverySource$StartRecoveryTransportRequestHandler.messageReceived(RecoverySource.java:314) 
    at org.elasticsearch.transport.netty.MessageChannelHandler$RequestHandler.run(MessageChannelHandler.java:265) 
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
    at java.lang.Thread.run(Thread.java:724) 
Caused by: org.elasticsearch.indices.recovery.RecoverFilesRecoveryException: [blog][2] Failed to transfer [25] files with total size of [3.7kb] 
    at org.elasticsearch.indices.recovery.RecoverySource$1.phase1(RecoverySource.java:226) 
    at org.elasticsearch.index.engine.robin.RobinEngine.recover(RobinEngine.java:1116) 
    ... 9 more 
Caused by: java.io.FileNotFoundException: /Users/CiC/BigData/elasticsearch-0.90.2/data/elasticsearch/nodes/0/indices/blog/2/index/_1_es090_0.doc (No such file or directory) 
    at java.io.RandomAccessFile.open(Native Method) 
    at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233) 
    at org.apache.lucene.store.FSDirectory$FSIndexInput.<init>(FSDirectory.java:410) 
    at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.<init>(NIOFSDirectory.java:123) 
    at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:80) 
    at org.apache.lucene.store.RateLimitedFSDirectory.openInput(RateLimitedFSDirectory.java:99) 
    at org.elasticsearch.index.store.Store.openInputRaw(Store.java:271) 
    at org.elasticsearch.indices.recovery.RecoverySource$1$1.run(RecoverySource.java:171) 
    ... 3 more 

Jak widać, jest ona wciąż próbuje szukać instalacji v.0.90.x. Moja localhost:9200 pokazuje następujący wynik:

{ 
    "ok" : true, 
    "status" : 200, 
    "name" : "Blob", 
    "version" : { 
    "number" : "0.90.2", 
    "snapshot_build" : false, 
    "lucene_version" : "4.3.1" 
    }, 
    "tagline" : "You Know, for Search" 
} 

Jak mogę rozwiązać ten używać v.0.20.6?

Odpowiedz

8

Wygląda na to, że nadal masz 0,90. Musisz go wyłączyć, aby móc przejść na 0.20. Najprostszym sposobem, aby to zrobić jest uruchomienie

curl -XPOST 10.1.10.52:9200/_shutdown 

Jeśli to nie zadziała, znajdź proces Java, który działa w elasticsearch i zabić go.

Po obniżeniu poziomu 0,90 konieczne może być ponowne wyczyszczenie katalogu.

+0

Zadziałało! Dziękuję bardzo, bardzo! :) – CodingInCircles

+0

imotov, Ponownie zrobiłem całą rzecz, ale kiedy próbuję zalogować coś do logstash, aby być przechowywanym w ES, dostaję "ClusterBlockException - zablokowany przez: [SERVICE_UNAVAILABLE/1/state nie odzyskany/zainicjalizowany]; [ SERVICE_UNAVAILABLE/2/no master] ;: błąd w logstash i wyjątek Caught podczas obsługi ruchu HTTP klienta, zamykanie połączenia [id: 0x99214945, /127.0.0.1:56084:> /127.0.0.19200] java.lang .IllegalArgumentException: błąd pustego tekstu w ES. Co się dzieje? Próbowałem nawet 'flush' i' delete', ale nic na to nie działa. Proszę pomóż. Dzięki! – CodingInCircles

+1

Wygląda na to, że mam problem z konfiguracją. Ten błąd oznacza, że ​​klient Elasticsearch w logstash nie może dołączyć do klastra elasticsearch. Sugerowałbym zadać osobne pytanie, które obejmowałoby pliki dziennika zarówno z klienta, jak i serwera elasticsearch, a także z konfiguracji elasticsearch. – imotov

0
 In windows stop all the services. I mean Elastic search ,Kibana ,Logstash and beats if any. 

     I installed them following http://robwillis.info/2016/05/installing-elasticsearch-logstash-and-kibana-elk-on-windows-server-2012-r2/ . Here he has explained the instaling steps very beautifully. Thanks A Lot. 
I downloaded the zip and extracted them in a single folder as the below image 

[![enter image description here][1]][1] 

Installation steps are as below. 

PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\elasticsearch-5.6.3\bin\elasticsearch-service install" 
Installing service  : "elasticsearch-service-x64" 
Using JAVA_HOME (64-bit): "C:\Program Files\Java\jdk1.8.0_65" 
The service 'elasticsearch-service-x64' has been installed. 

PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\elasticsearch-5.6.3\bin\elasticsearch-service manager" 
Successfully started service manager for 'elasticsearch-service-x64'. 

PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\nssm-2.24\win64\nssm install Logstash" 
Service "Logstash" installed successfully! 
PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\nssm-2.24\win64\nssm install kibana" 
Service "kibana" installed successfully! 
PS C:\windows\system32> PowerShell.exe -ExecutionPolicy UnRestricted -File C:\ELKStack\filebeat-5.6.3-windows-x86_64\.\i 
nstall-service-filebeat.ps1 

Security Warning 
Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your 
computer. Do you want to run C:\ELKStack\filebeat-5.6.3-windows-x86_64\install-service-filebeat.ps1? 
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R 

Status Name    DisplayName 
------ ----    ----------- 
Stopped filebeat   filebeat 


     Now to unistal I used the following method. 

    Open windows powershell 


     PS C:\windows\system32> PowerShell.exe -ExecutionPolicy UnRestricted -File C:\ELKStack\filebeat-5.6.3-windows-x86_64\un 
     install-service-filebeat.ps1 


     __GENUS   : 2 
     __CLASS   : __PARAMETERS 
     __SUPERCLASS  : 
     __DYNASTY  : __PARAMETERS 
     __RELPATH  : 
     __PROPERTY_COUNT : 1 
     __DERIVATION  : {} 
     __SERVER   : 
     __NAMESPACE  : 
     __PATH   : 
     ReturnValue  : 0 


     PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\nssm-2.24\win64\nssm remove Kibana" 
     Service "Kibana" removed successfully! 

     PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\nssm-2.24\win64\nssm remove logstash" 
     Service "Logstash" removed successfully! 

     PS C:\windows\system32> Invoke-Expression -command "C:\ELKStack\elasticsearch-5.6.3\bin\elasticsearch-service.bat remove" 
     The service 'elasticsearch-service-x64' has been removed`enter code here` 


    [1]: https://i.stack.imgur.com/ooHa8.png 
Powiązane problemy