temp

mail@pastecode.io avatar
unknown
plain_text
a year ago
1.0 kB
2
Indexable
{
  "query": {
    "bool": {
      "should": [
        {
          "match_phrase": {
            "message": "Process CreateLoginToken: javax.persistence.RollbackException:"
          }
        },
        {
          "match_phrase": {
            "message": "Exception when executing method for persisting login token"
          }
        },
        {
          "match_phrase": {
            "message": "integrity constraint (CAGE.LOGIN_TOKENS_FK2) violated"
          }
        },
        {
          "match_phrase": {
            "message": "Unexpected exception while handling authenticatePlayer"
          }
        },
        {
          "match_phrase": {
            "message": "user requested cancel of current operation"
          }
        },
        {
          "match_phrase": {
            "message": "unique constraint ("
          }
        },
        {
          "match_phrase": {
            "message": "Unexpected packet"
          }
        }
      ],
      "minimum_should_match": 1
    }
  }
}