Versions Compared

Key

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

...

How to setup the telemetry upload setup


Elastic Search -  Kibana Setup


Server Prerequisites

VM :  Ubuntu 20.04 +

...

  • Paste the below code and click on the execute button to create index for RDKB


Code Block

PUT /rdkb-telemetry
{
  "mappings": {
    "properties": {
      "Time": {
        "type": "date" ,
         "format": "yyyy-MM-dd HH:mm:ss"
      }
    }
  }
}

...

  • Paste the below code and click on the execute button to create index for RDKB


Code Block

PUT /rdkv-telemetry
{
  "mappings": {
    "properties": {
      "Time": {
        "type": "date" ,
         "format": "yyyy-MM-dd HH:mm:ss"
      }
    }
  }
}

...