Ip를 인식하지 못하는 문제

Log 파일의 시작이.

172.16.110.121|64.22.25.14|23424|80| ...이렇게 시작합니다.

그래서 맵핑 템플릿을 다음과 같이 하였는데

  "properties": {
    "SourceIP": {
      "type": "ip"
    },
    "DestinationIP": {
      "type": "ip"
    },
    "SourcePort": {
      "type": "integer"
    },

아래와 같이 에러메세지가 발생합니다..
(failed to parse [SourceIP]", "caused_by"=>
{"type"=>"illegal_argument_exception", "reason"=>"'172.16.110.121' is not an IP string literal."}
}}}})

172.16.110.121이 IP String이 아니라는것 같은데... 흠.. 무엇이 문제일까요..?...

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