Parsing of thrift fields - not quite JSON

The thrift fields representing params, request and response are in "human readable format".

Does anyone have advise as to how to parse these with logstash?

  "thrift": {
        "params": "(messages: [(1: \"test\", 2: \"The parrot cannot be concerned all with the cat\\n\")])",
        "return_value": "0"
  }

Should the be in JSON instead?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.