0Pricing
System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) · 강의

Kibana: 시각화와 대시보드

데이터를 탐색하고 시각화하는 Kibana의 기능을 알아봅니다. Elasticsearch 인덱스로 강력한 대시보드와 보고서를 만드는 방법을 배웁니다.

Kibana: 시각화와 대시보드은(는) CoddyKit의 무료 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 강의입니다. 이것은 4개 중 3번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 학습 경로의 일부이며, 진행 상황이 웹과 CoddyKit 앱에 동기화됩니다. System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 강의에는 총 4개의 강의가 포함되어 있습니다.

이 강의의 일부는 아직 번역되지 않았으며 영어로 표시됩니다.

What is Kibana?

Welcome to Kibana! It's the "K" in the ELK Stack, serving as your window into the data stored in Elasticsearch. Kibana is a powerful open-source tool for data visualization and exploration.

It allows you to query, analyze, and visualize your Elasticsearch data, helping you uncover insights and monitor the health of your systems.

Navigating Kibana's Interface

When you first open Kibana, you'll see a navigation menu on the left. Key sections include:

  • Discover: Explore raw data, search, and filter.
  • Visualize: Create individual charts and graphs.
  • Dashboard: Combine multiple visualizations into a single view.
  • Management: Configure indices, users, and settings.

We'll focus on Discover, Visualize, and Dashboard.

Discovering Raw Data

The Discover section is where you interact directly with your raw data from Elasticsearch. Think of it as a powerful search engine for your logs or metrics.

  • Search Bar: Use Lucene query syntax or KQL (Kibana Query Language) to find specific events.
  • Filters: Add interactive filters to narrow down your results.
  • Table View: See individual documents (logs) and their fields.

It's crucial for debugging and detailed investigation.

Focusing on Time Ranges

Observability data is time-series data. The time range selector in Kibana (usually top right) is vital for focusing your analysis.

  • Quick Selects: "Last 15 minutes," "Last 24 hours," etc.
  • Relative Time: "Last 7 days," "Yesterday."
  • Absolute Time: Specify exact start and end dates/times.

Choosing the right time range ensures you're looking at relevant data for your investigation.

Introduction to Visualizations

While Discover shows raw data, Visualize transforms that data into meaningful charts and graphs. Visualizations help you quickly spot trends, anomalies, and patterns that might be hidden in tables of raw data.

Kibana supports a wide array of visualization types, from simple metrics to complex geo maps.

Building Your First Chart

Let's create a simple visualization, like a bar chart showing log counts over time. In the Visualize section:

  1. Choose a visualization type (e.g., Vertical Bar).
  2. Select your Elasticsearch index pattern.
  3. Define your Y-axis (e.g., "Count" aggregation).
  4. Define your X-axis (e.g., "Date Histogram" on your timestamp field).

This shows you how many logs occurred in each time interval.

Exploring Other Visualizations

Beyond bar charts, Kibana offers many options to represent your data effectively:

  • Line Charts: Great for showing trends over time (e.g., CPU usage).
  • Pie Charts: Useful for showing proportions (e.g., error rates by service).
  • Data Tables: Display aggregated data in a tabular format.
  • Metric Visualizations: Show a single, prominent number (e.g., total errors).

Choose the type that best tells your data's story.

Bringing It All Together: Dashboards

A Dashboard in Kibana is a collection of saved visualizations arranged on a single screen. They provide a high-level overview of your system's health, performance, or specific application metrics.

Dashboards are dynamic: applying a time filter or a global search to a dashboard updates all its visualizations simultaneously.

Constructing a Dashboard

Creating a dashboard is straightforward:

  1. Navigate to the Dashboard section.
  2. Click "Create new dashboard."
  3. Click "Add" and select your saved visualizations from the list.
  4. Arrange and resize them as needed.

You can also add new visualizations directly from the dashboard view. This allows for quick, comprehensive monitoring.

Kibana Knowledge Check

Time to test your understanding of Kibana's core functions!

Kibana: Your Data's Storyteller

In this lesson, we explored Kibana, the visualization layer of the ELK Stack. You learned to:

  • Use Discover for raw data exploration.
  • Create various charts in Visualize.
  • Combine these into insightful Dashboards.

Kibana empowers you to transform vast amounts of data into actionable insights, making your systems more understandable and observable. Next, we'll dive into advanced ELK techniques!

자주 묻는 질문

“Kibana: 시각화와 대시보드” 강의는 무료인가요?

네 — “Kibana: 시각화와 대시보드” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 강의 전체를 잠금 해제할 수 있습니다. System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 강의에는 총 4개의 강의가 포함되어 있습니다.

“Kibana: 시각화와 대시보드”에서 뭘 배우나요?

데이터를 탐색하고 시각화하는 Kibana의 기능을 알아봅니다. Elasticsearch 인덱스로 강력한 대시보드와 보고서를 만드는 방법을 배웁니다. 브라우저에서 직접 실행하는 실습 코드로 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry)을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.

System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry)을(를) 시작하는 데 경험이 필요한가요?

사전 경험은 필요하지 않습니다. CoddyKit의 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry)은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 3번째 강의입니다.

“Kibana: 시각화와 대시보드” 강의는 얼마나 걸리나요?

대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.

이 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 강의에서 코드를 작성하고 실행할 수 있나요?

네. 모든 System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.

이 강의의 모든 강의

  1. Elasticsearch: 인덱싱과 검색
  2. Logstash: 데이터 수집과 처리
  3. Kibana: 시각화와 대시보드
  4. Beats: 경량 데이터 전송 도구
← System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry)(으)로 돌아가기