如何在Kibana的饼图中查看数字,而不是通过鼠标工具提示看到数字?
应该是JSON吗?这是我发现的...
{
"trackedData": {
"properties": {
"user.agent.vendor": {
"type":"string",
"properties": {
"index": "not_analysed"
}
},
"user.agent.platform": {
"type":"string",
"properties": {
"index": "not_analysed"
}
}
}
}
}