-
Notifications
You must be signed in to change notification settings - Fork 43
Index 등록
Gee edited this page Jan 13, 2018
·
2 revisions
- local에서 사용하는 경우 :
http://localhost:5601
- cloud에서 사용하는 경우 :
http://{ip주소}:5601
- {}를 제거하고 ip를 입력한다.
- 예)
http://12.345.6.789:5601
- 특정 elasticsearch index만 보고 싶을 때 : 정확히 index 이름 입력
- 복수개의 elasticsearch index를 보고 싶을 때 : wildcard를 적절히 이용해서 입력
- kibana는 기본적으로 시계열 데이터가 들어올 것이라고 생각한다.
- 복수개의 시계열 field가 존재할 경우, 기준으로 삼을 field를 선택한다.
- 만약에 시계열 Field가 존재하지 않거나 선택하고 싶지 않으면
I don't want to use the Time Filter
를 선택한다.
- 아래 두 옵션은 deprecated 되었으므로 사용하지 않을 것을 권장한다.
Expand index pattern when searching [DEPRECATED]
Use event times to create index names [DEPRECATED]
Create
선택