Splunk Search

using UTF-8 files for CSV lookup

ruiaires
Path Finder

I need to use a .CSV file for a lookup which has accented characters in the field values

If I save the file in ANSI mode, Splunk will complain it is not UTF:

[SimpleResultsTable module] Input is not proper UTF-8, indicate encoding !

If I save the file in UTF-8 mode or UNICODE, the lookup will not work:

# Error 'Could not find all of the specified lookup fields in the lookup table

These edits are being done in Notepad / Windows 😛

jkat54
SplunkTrust
SplunkTrust

Convert your lookup to not have accented characters.

Is the splunk machine nix based? If so, try using dosutils.... dos2unix [filename] to convert to proper format.

Also try using notepad++ not notepad... never use notepad for ETL.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...