Timestamp is wrong

ES 7.4


i use my custom timestamp, but the response timestamp is started at 1970

mapping:

{
  "properties": {
    "hostName": {
      "type": "text",
      "fields": {
        "keyword": {
          "ignore_above": 256,
          "type": "keyword"
        }
      }
    },
    "request": {
      "type": "text",
      "fields": {
        "keyword": {
          "ignore_above": 256,
          "type": "keyword"
        }
      }
    },
    "agent": {
      "type": "text"
    },
    "webgl": {
      "type": "keyword"
    },
    "xforwardedfor": {
      "type": "text"
    },
    "upstreamResponseTime": {
      "type": "double"
    },
    "httpReferrer": {
      "type": "keyword"
    },
    "sys": {
      "type": "keyword"
    },
    "type": {
      "type": "keyword"
    },
    "timeTest": {
      "format": "strict_date_optional_time||dd/MMM/YYYY:HH:mm:ss Z||epoch_millis",
      "type": "date"
    },
    "upstreamAddr": {
      "type": "keyword"
    },
    "httpVersion": {
      "type": "keyword"
    },
    "bodyBytesSent": {
      "type": "long"
    },
    "clientip": {
      "type": "keyword"
    },
    "xftoken": {
      "type": "keyword"
    },
    "cachenfo": {
      "type": "keyword"
    },
    "requestPath": {
      "type": "keyword"
    },
    "memberId": {
      "type": "keyword"
    },
    "remoteUser": {
      "type": "keyword"
    },
    "canvas": {
      "type": "keyword"
    },
    "akamaiip": {
      "type": "keyword"
    },
    "appName": {
      "type": "keyword"
    },
    "message": {
      "type": "text",
      "fields": {
        "keyword": {
          "ignore_above": 256,
          "type": "keyword"
        }
      }
    },
    "serverHost": {
      "type": "keyword"
    },
    "requestTime": {
      "type": "double"
    },
    "site": {
      "type": "keyword"
    },
    "smdeviceid": {
      "type": "keyword"
    },
    "cookieId": {
      "type": "text",
      "fields": {
        "keyword": {
          "ignore_above": 256,
          "type": "keyword"
        }
      }
    },
    "akamaiBot": {
      "type": "text"
    },
    "statusCode": {
      "type": "integer"
    }
  }
}

Welcome to our community! :smiley:
Please don't post pictures of text or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

I think we'd need to see the entirety of what you're trying to do there please.

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