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
Get Updates on the Splunk Community!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...