{
  "globalSettings": [
    {
      "matchPattern": "Add your first global problem statement here"
    },
    {
      "matchPattern": "Add your first global problem statement here"
    },
    {
      "matchPattern": "Add your global regex problem .* statement here",
      "matchCriteria": "REGEX"
    }
  ],
  "appSettings": [
    {
      "logName": "log01",
      "patterns": [
        {
          "matchPattern": "Add your first application-specific problem statement here"
        },
        {
          "matchPattern": "Add your second application-specific problem statement here"
        },
        {
          "matchPattern": "Add your application-specific regex problem .* statement here",
          "matchCriteria": "REGEX"
        }
      ]
    },
    {
      "logName": "log02",
      "patterns": [
        {
          "matchPattern": "Add your first application-specific problem statement here"
        },
        {
          "matchPattern": "Add your second application-specific problem statement here"
        },
        {
          "matchPattern": "Add your application-specific regex problem .* statement here",
          "matchCriteria": "REGEX"
        }
      ]
    }
  ]
}