- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you help me with a source type issue involving advanced parameters?
jip31
Motivator
10-29-2018
07:18 AM
Hello,
I need to create a source type from a log file in an attachment.
But, when I upload the file, I have a result like below:
x00-\x00+\x00+\x00-\x00 \x00C\x00:\x00
what is the problem please???
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harsmarvania57
Ultra Champion
10-29-2018
07:42 AM
This is mostly due to character encoding. If you know that what type of character set is present in your log file then you can use CHARSET
parameter in props.conf, more documentation http://docs.splunk.com/Documentation/Splunk/7.2.0/Data/Configurecharactersetencoding
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ddrillic
Ultra Champion
10-29-2018
07:33 AM
You are most likely having the issue described at How do I remove \x00 characters from my log message?
I used the solution prescribed by @JSapienza in props.conf
of the indexers and it worked perfectly fine -
SEDCMD-StripNULL= s/\x00//g
Please let us know.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jip31
Motivator
10-29-2018
08:04 AM
thanks but it doesnt work for me
