Levent BESLİ
  • Home
  • About
By Levent BESLİ in elasticsearch — Jun 18, 2024

Elasticsearch update document with POST query

You can change a document with the help of the API and Elasticvue.

Query format is:

POST /myindex/_update/mydocid
{
    "doc" : {
        "myfield": "new value of my field"
    }
}

You can apply it with Elasticvue:

Previous issue

Listening SYSLOG messages with ngrep or tcpdump

Next issue

Listing and changing Windows audits from command line

Levent BESLİ © 2025
  • Sign up
Powered by Ghost