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 9, 2020 · 5 revisions

New Instance:

es-unified7.cern.ch

Old Instance:

es-unified.cern.ch

The main web app of unified uses this to display all logs:

https://cms-unified.web.cern.ch/cms-unified/showlog/

It is hosted in:

/eos/cms/store/unified/www/showlog/index.php

Index list:

"number_of_shards": "8",
      "provided_name": "unified-logs",
      "creation_date": "1583312740438",
      "number_of_replicas": "2",
      "uuid": "K7EWlW7IQuSRgTEZ4XGbTg",
      "version": {
        "created": "7010199"
      }

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