I have a lookup that is mapping action, category, attributes and more fields for windows event codes. However for each event code not all the column have values. EventCode, action, category, attr, .....
1,allow,,xyx,,,
2,fail,firewall,,....
When I add this to the transforms and props.conf and deploy it out to splunk cloud it is creating fields even when it is empty for that match. Is there a way to make sure that the null values are not getting outputted using props and transforms.conf ?
... View more