Restore Log #plus

Restore Log #plus


GET .monitoring-kibana-6-2019*/_search/
{
 "query": {
   "match_all": {}
 }
}



GET /filebeat-6.2.4-2019.*


POST /filebeat-6.2.4-2018.11.0*/_close

DELETE  /filebeat-6.2.4-2018.11.09




POST /_snapshot/s3_repository/curator-2019.02.24/_restore?pretty
{
 "indices": "filebeat-6.2.4-2019.02.23",
 "ignore_unavailable": true,
 "include_global_state": false
}


GET /_cat/snapshots/s3_repository?h=*&s=id:desc



GET /.monitoring-kibana-6-2018.10.16



# list  snapshot in s3 repository
GET /_cat/snapshots/s3_repository?s=id:desc

    • Related Articles

    • Restore Log #Core

      # Stop lifecycle policy POST /_ilm/stop # Restore Index ## Get snapshot and index name first GET /_snapshot/core_repo_s3_6.9/daily-snap-2020.11.16* ## Restore index POST ...
    • What & How : CI/CD Tools 2 (Kibana)

      Now you can see logs in Kibana(Elastic Search) your log files will be transferred here so you can easily have a look at erros without logging in SSH/putty.  here's the link : oxkibana.orderhive.plus How to use kibana: 1. Go to the link: This is main ...
    • OpenProject Docker

      sudo mkdir -p /var/lib/openproject/{pgdata,logs,static} docker run -d -p 80:80 --restart always --name qam -e SECRET_KEY_BASE=very_secret_pass_as_secret_as_it_gets -e EMAIL_DELIVERY_METHOD=smtp -e SMTP_ADDRESS=smtp.sendgrid.net -e SMTP_PORT=587 -e ...
    • How: Change Upload File Limit in Docker Project

      Github > Common-Components >Select Particular branch >  orderhive-plus > templates > frontend.yaml add line :  nginx.ingress.kubernetes.io/proxy-body-size: "25m" in annotations Section
    • What & How : CI/CD Tools

      After your project has been successfully automated... 1. Jenkins  - You will be provided with a Jenkins URL: jenkins.openxcell.info:8080 - You need to login to this.       - You will be given credentials by DevOps Team       - If you didn't get your ...