2017-04-06 13 views
0
내가 시도

몇 가지 방법 초보자를 도와 센스 (또는 다른 제안 도구)를 사용하는 방법 : 키바-5.3을 https://github.com/bleskes/sense, 압축을 푼에서이엘 케이와

1)

-I 다운로드 감각을 붙여 넣을 .0-amd64/usr/share/kibana/plugins

- 나는 키바 나를 시작한 후 "Warning"Plugin을 얻었습니다. Kibana 버전 "2.0.0-snapshot"을 예상했기 때문에 "Sense" 5.3.0 "

[email protected] ~/Servers/DBs/elasticsearch-5.3.0/bin $ cd /home/demetrio/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin 
[email protected] ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana 
undefined accessed the autoload lists which are no longer available via the Plugin API.Use the `ui/autoload/*` modules instead. 
undefined accessed the autoload lists which are no longer available via the Plugin API.Use the `ui/autoload/*` modules instead. 
    log [20:25:48.403] [warning] Plugin "Sense" was disabled because it expected Kibana version "2.0.0-snapshot", and found "5.3.0". 
    log [20:25:49.123] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready 
    log [20:25:49.279] [info][status][plugin:[email protected]] Status changed from uninitialized to yellow - Waiting for Elasticsearch 
    log [20:25:49.326] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready 
    log [20:25:49.842] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready 
    log [20:25:49.873] [info][listening] Server running at http://localhost:5601 
    log [20:25:49.875] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow 
    log [20:25:50.041] [info][status][plugin:[email protected]] Status changed from yellow to green - Kibana index ready 
    log [20:25:50.043] [info][status][ui settings] Status changed from yellow to green - Ready 
에 제안 691,363,210

2)

나는

내가

[email protected] ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana-plugin install elastic/sense 
Attempting to transfer from elastic/sense 
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/elastic/sense/elastic/sense-5.3.0.zip 
Error: Client request error: connect ETIMEDOUT 107.21.249.70:443 
Plugin installation was unsuccessful due to error "Client request error: connect ETIMEDOUT 107.21.249.70:443" 

P.S.를 설치하려고

[email protected] ~/Servers/DBs/kibana-5.3.0-amd64/usr/share/kibana/bin $ ./kibana plugin --install elastic/sense 

ERROR unknown command plugin 

3)에 따라 설치 시도 데비안 프록시 설정을 확인했는데 정확합니다. 일부 Kibana 파일에 프록시 구성을 추가해야합니까?

4)

나는 구글 크롬 스토어에서 설치 시도하지만 이러한 플러그인 버전 2 이후 유지 어떤 모드 없으며, 이엘 케이가

나는 X를 설치) 5.3

5 현재 것 같다 -Pack (https://www.elastic.co/downloads/x-pack) 그러나 지금까지 언급 한 것만 큼 중요한 차이점은 ELK 각각에 대한 사용자 생성이었습니다. 여기에 설명 된 것처럼 어떤 것을 위해 고정 된

  • 편리한 API 제안
  • 형식 검증
  • 범위 붕괴
  • 자동 서식
  • https://github.com/bleskes/sense 한 번
  • 복사에서 여러 요청을 제출 컬 명령을 붙여 넣기

T 요약하자면, 쿼리를 만들고 ELK와 상호 작용하는 것처럼 좀 더 쉽게 만들 수있는 몇 가지 도구를 잠그고 있습니다. 나는 Sense가 그것을위한 좋은 도구라는 결론에 이르게하는 몇 안되는 그림을 보았지만 나는 그것을 작동하게 만들 수 없었다.

+0

[도움말/주제] 가이드 라인에 따라 우리에게 도구를 권장하거나 찾도록 요청하는 질문은 여기에서 주제와 관련이 없습니다. 대신 [softwarerecs.se]에서이 질문을 할 수 있지만 도움말 페이지를 방문하고 지침을 먼저 검토하십시오. 그들은 거기에서 허용되는 질문에 대해 꽤 엄격합니다. –

답변

1

감성이 키바나에 포함되었습니다. Kibana (기본 포트 5601)를 시작하고 DevTools를 봅니다. X-Pack은 실제로 모니터링, 경고 및 보안 목적을위한 확장입니다. kibana console doc

그래서 kibana devtools를 사용하여 elasticsearch를 탐색하는 것이 가장 좋습니다.

+0

"kibana console doc"링크가 no로 이동되었습니다. – DemeCarvO

+0

미안하지만 오타였습니다. 링크가 작동 중입니다. – harare