PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, April 23, 2022

[FIXED] How to display items that make up a slice of a pie chart in Kibana?

 April 23, 2022     kibana, pie-chart, visualization     No comments   

Issue

I am attempting to create a pie chart that will display the health status of various systems. This is what the chart currently looks like:

Each data point, in addition to the possible errors messages, has a name in its data.

Is it possible to configure the chart so the system names are shown in the pie chart? In the tooltip for each slice would be preferable, but any solution will work.


Solution

You can Add (button at the buttom of the configuration) a second visualization, which will then add another layer around your first visualization.

This is an example for log.level and around it labels.url.full:

enter image description here



Answered By - xeraa
Answer Checked By - Terry (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing