When you have data that is not in a standard format like JSON or XML, you could try one of the following:
- Create a script to parse it for you where you figure out the best way to parse out the input
- Use grok parser as suggested here to parse out the important values