Splunk Enterprise

Chart count result process - replace zero with SPACE

rally0321
Path Finder

I get below result when use Chart count over field-A by Field-B

We can see there are cell with value 0, is there any solution to replace these 0 with SPACE? Thanks.

Over field value

by field value1

by field value2

by field value3

by field value 4

by field value5

Total

Over value 1

0

0

1

0

0

1

Over value 2

0

0

0

603

0

603

Over value 3

0

0

12

0

0

12

Over value 4

0

0

0

600

0

600

Labels (1)
Tags (1)
0 Karma
1 Solution

PickleRick
SplunkTrust
SplunkTrust

Sure.

| foreach by* [  eval '<<FIELD>>'=if('<<FIELD>>'=0," ",'<<FIELD>>') ]

Are you sure you don't want an empty string or null value?

View solution in original post

PickleRick
SplunkTrust
SplunkTrust

Sure.

| foreach by* [  eval '<<FIELD>>'=if('<<FIELD>>'=0," ",'<<FIELD>>') ]

Are you sure you don't want an empty string or null value?

rally0321
Path Finder

Thanks PickleRick,

I can have below result now, however we can see the number is left-justify now, how can we make it right-justify instead? 

Description

AA

CC

HH

NN

MM

PP

SS

TT

VV

A

11

15

78

10

17

16

94

1

 

B

  

1

   

7

  

C

    

25

    

D

107

 

31

28

975

184

308

  

E

4

31

181

1

22

40

5

 

3

0 Karma

PickleRick
SplunkTrust
SplunkTrust

The search only returns data. Formatting is up to your visualization.

0 Karma

rally0321
Path Finder

Before use foreach command to replace zero with SPACE, I can see the string table data is left-justify and numeric data is right-justify 

After "foreach", I can see 7 numeric column data is left-justify and only 1 numeric column data is right-justify.

0 Karma

rally0321
Path Finder

Understand that, as per the Splunk manual I can see below attribute for table column number format.

    <format type="number" field="count">
        <option name="precision">3</option>
        <option name="useThousandSeparators">false</option>
        <option name="unit">MB</option>
        <option name="unitPosition">before</option>
    </format>   

 If we use table as visualization solution, can we specify how the number justify?

Similarly, I see some table column head/title is left-justify and a few is right-justify. 

Is there any solution to align the same justification? Thanks. 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...