Kibana: Görselleştirme ve Panolar
Verilerinizi keşfetmek ve görselleştirmek için Kibana’yı tanıyın. Elasticsearch dizinlerinizden güçlü panolar ve raporlar oluşturmayı öğrenin.
Kibana: Görselleştirme ve Panolar, CoddyKit'te ücretsiz bir System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) dersidir. Bu, 4 dersinin 3. dersidir. Aşağıdan dersin tamamını ücretsiz okuyabilir, sonra tarayıcıda yerleşik kod editörü ve 7/24 yapay zeka koçu ile uygulamalı olarak pratik yapabilirsin. Bu, System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) öğrenme yolunun bir parçasıdır ve ilerlemeniz web ve CoddyKit uygulaması arasında senkronize olur. System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) kursu toplamda 4 dersten oluşur.
Bu dersin bazı bölümleri henüz çevrilmemiş olup İngilizce olarak gösterilmektedir.
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:
- Choose a visualization type (e.g., Vertical Bar).
- Select your Elasticsearch index pattern.
- Define your Y-axis (e.g., "Count" aggregation).
- 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:
- Navigate to the Dashboard section.
- Click "Create new dashboard."
- Click "Add" and select your saved visualizations from the list.
- 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!
Sıkça Sorulan Sorular
“Kibana: Görselleştirme ve Panolar” dersi ücretsiz mi?
Evet — “Kibana: Görselleştirme ve Panolar” dersin tüm metni burada web'de ücretsiz olarak okunabilir. Etkileşimli olarak pratik yapmak (yerleşik kod editörü ve 7/24 yapay zeka koçu) ve System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) kursunun geri kalanını açmak için CoddyKit PRO'ya yükselt. System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) kursu toplamda 4 dersten oluşur.
“Kibana: Görselleştirme ve Panolar” dersinde ne öğreneceğim?
Verilerinizi keşfetmek ve görselleştirmek için Kibana’yı tanıyın. Elasticsearch dizinlerinizden güçlü panolar ve raporlar oluşturmayı öğrenin. System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) ile uygulamalı kodu tarayıcıda doğrudan çalıştırarak pratik yaparsın ve 7/24 yapay zeka koçu dersi çalışırken sorularını yanıtlar.
System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) öğrenmeye başlamak için deneyim gerekli mi?
Önceden deneyim gerekmez. CoddyKit'te System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry), başlangıçtan ileri seviyeye kadar yapılandırıldığı için buradan başlayabilir veya başından başlayıp kendi hızında ilerleme yapabilirsin. Bu, 4 dersinin 3. dersidir.
“Kibana: Görselleştirme ve Panolar” dersi ne kadar sürer?
Çoğu CoddyKit dersi yaklaşık 5–10 dakika sürer. Her biri kısa ve etkileşimli olduğu için sabit ilerleme yaparsın ve web ile uygulama arasında tam olarak bıraktığın yerden devam edebilirsin.
Bu System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) dersinde kod yazıp çalıştırabilir miyim?
Evet. Her System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) dersi yerleşik bir kod editörü içerir, bu sayede tarayıcıda gerçek kod yazıp çalıştırabilir ve anlık yapay zeka geri bildirimi alırsın — yerel kurulum gerekli değildir.
Bu kursun tüm dersleri
- Elasticsearch: Dizinleme ve Arama
- Logstash: Veri Alma ve İşleme
- Kibana: Görselleştirme ve Panolar
- Beats: Hafif Veri Aktarıcıları