I have a problem searching the log "142810: Oct 29 18: 14: 52.165 BSB-3:% PARSER-5-CFGLOG_LOGGEDCMD: User: 71014632186 logged in command: no ip route vrf Guest 0.0.0.0 0.0.0.0 10.39.2.5 100 "
do you get anything if you search for just “logged” or just “command”?
for testing purposes, can you modify the input to store the full original syslog message and then query that? make sure you clear this when you’re done as you’ll be basically storing the message twice.
full_message:“logged command”
you can also try searching from the views menu, but I suspect that would return the same result.
the string is split into terms and the field message (and full_message) are enabled for full-text-search so you could check the terms so see what you are able to search …
In addition I would parse the log into different fields to be able to correlate the content of that fields …