logparser - Adding an extra column to log parser results -


how add column specified value log parser results?

thanks in advance!

just add select clause:

select   field1,   field2,   'this fake column' myfield3   ... 

Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -