Interface ParseJSON.Builder

  • Method Details

    • source

      ParseJSON.Builder source(String source)

      Path to the field in the log event that will be parsed. Use dot notation to access child fields. For example, store.book

      Parameters:
      source - Path to the field in the log event that will be parsed. Use dot notation to access child fields. For example, store.book
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      ParseJSON.Builder destination(String destination)

      The location to put the parsed key value pair into. If you omit this parameter, it is placed under the root node.

      Parameters:
      destination - The location to put the parsed key value pair into. If you omit this parameter, it is placed under the root node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.