Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Elastic Search for unified

Sharad Agarwal edited this page Mar 4, 2020 · 5 revisions

New Instance:

es-unified7.cern.ch

Old Instance:

es-unified.cern.ch

Mapping:

"mappings": {
    "_doc": {
      "properties": {
        "date": {
          "type": "keyword"
        },
        "@timestamp": {
          "type": "date"
        },
        "author": {
          "type": "text"
        },
        "meta": {
          "type": "keyword"
        },
        "subject": {
          "type": "text"
        },
        "text": {
          "type": "keyword"
        },
        "timestamp": {
          "type": "double"
        }
      }
    }

To get access, join the egroup: cms-comp-ops-workflow-team-admin

Clone this wiki locally