Kibana: visualización y dashboards
Descubra Kibana para explorar y visualizar sus datos. Aprenda a crear dashboards e informes avanzados a partir de sus índices de Elasticsearch.
Kibana: visualización y dashboards es una lección gratuita de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) en CoddyKit. Esta es la lección 3 de 4. Puedes leer la lección completa abajo gratuitamente — luego la practicas en el navegador con un editor de código integrado y un tutor de IA 24/7. Forma parte de la ruta de aprendizaje de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry), y tu progreso se sincroniza en la web y la app de CoddyKit. El curso de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) incluye 4 lecciones en total.
Partes de esta lección aún no han sido traducidas y se muestran en inglés.
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!
Aprende System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) con un tutor de IA — gratis
Escribe y ejecuta código real en tu navegador, obtén ayuda instantánea de un tutor de IA disponible 24/7 y continúa donde lo dejaste en la web o en la aplicación.
- Cursos
- 12
- Lecciones
- 48
Preguntas frecuentes
¿La lección «Kibana: visualización y dashboards» es gratis?
Sí — el texto completo de «Kibana: visualización y dashboards» es gratis para leer aquí en la web. Para practicarla de forma interactiva (editor de código integrado y tutor de IA 24/7) y desbloquear el resto del curso de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry), actualiza a CoddyKit PRO. El curso de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) incluye 4 lecciones en total.
¿Qué aprenderé en «Kibana: visualización y dashboards»?
Descubra Kibana para explorar y visualizar sus datos. Aprenda a crear dashboards e informes avanzados a partir de sus índices de Elasticsearch. Practicas System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) con código real que ejecutas directamente en el navegador, y un tutor de IA 24/7 responde tus preguntas mientras trabajas en la lección.
¿Necesito experiencia previa para empezar System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry)?
No se requiere experiencia previa. System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) en CoddyKit está estructurado para principiantes hasta estudiantes avanzados, así que puedes empezar aquí o desde el inicio y avanzar a tu ritmo. Esta es la lección 3 de 4.
¿Cuánto tiempo toma la lección «Kibana: visualización y dashboards»?
La mayoría de las lecciones de CoddyKit toman alrededor de 5–10 minutos. Cada una es compacta e interactiva, así que avanzas constantemente y retomas exactamente por donde dejaste en la web y la app.
¿Puedo escribir y ejecutar código en esta lección de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry)?
Sí. Cada lección de System Observability: Logging, Metrics & Tracing (ELK + OpenTelemetry) incluye un editor de código integrado, así que escribes y ejecutas código real directamente en tu navegador y obtienes retroalimentación instantánea de IA — sin configuración local necesaria.
Todas las lecciones de este curso
- Elasticsearch: indexación y búsqueda
- Logstash: ingesta y procesamiento de datos
- Kibana: visualización y dashboards
- Beats: agentes ligeros de envío de datos