Create label for existing data

Hi every one ,

This is Sandeep,
i am new at kibana ,
i have one field Error_types ,in that field i have 3 types of errors like
Table
Syntax
Failed
based on this i created pie chart like this

metrics
Slice Size: Count
buckets
Split Slices:
Aggregation :
Terms
Field:
Error_type.keyword
Order by
Metric :Count
in pie chart my result is ,
Field value
Error_type.keyword Table 17,016 (91%)
Error_type.keyword Failed 1,281 (7%)
Error_type.keyword Syntax 393 (2%)

my expected results are
Table doesn't exist 17,016 (91%)
Failed to send mail 1,281 (7%)
SQL Syntax Error 393 (2%)

here i changed only one label to "Failed to sent mail" from
Label for missing values ,this data showing messing values, i am unable to change Table and Syntax because this Table and syntax data directly coming from data source but i need to change those data ,
because when i am pointing to the particular data like "Table" i want show meaning full information like "Table doesn't exists" instead of only "Table" .
Can any one help me please ,
Thanks .

Are you able to enter a string in the Custom Label field to change the display label ? This will display the label correct.y. More info needed on ur kibana instance ...screenshots, versions, gifs help .

Thanks
Rashmi

Hi @rashmi ,
Thank you so much for your replay,
Yes,i am able to enter a string in the Custom Label field but i have only one custom Label but i need to change data (Table as Table doesn't exist ,Syntax as SQL syntax Error ) within one field that field name is Error_type.keyword ,
my actual Pie chart visualize like this
Field value
Error_type.keyword Table 17,016 (91%)
Error_type.keyword Failed to send mail1,281 (7%)
Error_type.keyword Syntax 393 (2%)

in this Table and syntax data came from data source remaining Failed data is i created (enable) as missing data ,for missing data label is available as "Label for missing values" so for this i wrote as "Failed to sent mail" ,

now my Pie chart visualize is like this ,

Field value
Error_type.keyword Table 17,016 (91%)
Error_type.keyword Failed to send mail 1,281 (7%)
Error_type.keyword Syntax 393 (2%)

i have one Custom Label
if i enter a string in Custom Label as Error Type:
it shows like this
Field value
Error Type: Table 17,016 (91%)
Error Type: Failed to send mail 1,281 (7%)
Error Type: Syntax 393 (2%)
if i enter a string in Custom Label as Table doesn't exist
it shows like this
Field value
Table doesn't exist Table 17,016 (91%)
Table doesn't exist Failed to send mail 1,281 (7%)
Table doesn't exist Syntax 393 (2%)
but my expected result is ,
Field value
Error Type: Table doesn't exist 17,016 (91%)(red color)
Error Type: Failed to send mail 1,281 (7%)(Pink color)
Error Type: SQL Syntax Error 393 (2%)(Orange color )

as shown above i need to show when i pointing to Red color i want show like this Error Type:Table doesn't exist 17,016(91.04%) like this remaining also..

could you help me please ,

Thanks
Sandeep

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.