Hi @fatsug , no props.conf doesn't run only on indexed fields, it works on all fields, but there's a sequence in executions. If you put the eval in the search, it runs on an already done transformation for the severity field, so it correctly runs. If you put it in props.conf, you must analyze the sequence of transformations, in you your case, you have a rename that probably is executed after the eval transformation, for this reason the severity field isn't still available for the eval, and for this reason I hint to put in the eval the name of the severity field before the rename. Ciao. Giuseppe
... View more