filldown
filldown
Synopsis
Replace null values with last non-null value.
Syntax
filldown <wc-field-list>
Description
Replace null values with the last non-null value for a field or set of fields. If no list of fields is given, filldown will be applied to all fields. If there were not any previous values for a field, it will be left blank (NULL).
Examples
Example 1: Filldown null values values for all fields.
... | filldownExample 2: Filldown null values for the count field only.
... | filldown countExample 3: Filldown null values for the count field and any field that starts with 'score'.
... | filldown count score*See also
Answers
Have questions? Visit Splunk Answers and see what questions and answers the Splunk community has using the filldown command.
This documentation applies to the following versions of Splunk: 4.2 , 4.2.1 , 4.2.2 , 4.2.3 , 4.2.4 , 4.2.5 , 4.3 , 4.3.1 , 4.3.2 View the Article History for its revisions.