Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleaspire-mappings
PUT aspire-audit/_mapping

{

  "properties": {

    "audit.timestamp": {

      "type":  "date"

    },

    "audit.seedId": {

      "type":  "keyword"

    },

    "audit.crawlId": {

      "type":  "keyword"

    },

    "audit.type": {

      "type":  "keyword"

    },

    "audit.worker": {

      "type":  "keyword"

    },

    "audit.statistics.seedId": {

      "type":  "keyword"

    },

    "audit.statistics.connectionId": {

      "type":  "keyword"

    },

    "audit.statistics.connectorId": {

      "type":  "keyword"

    },

    "audit.statistics.id": {

      "type":  "keyword"

    }

  }

}