[fix] tweaks
This commit is contained in:
parent
5bedb0c2a9
commit
3ce2e4514d
3 changed files with 25 additions and 14 deletions
|
|
@ -6,17 +6,17 @@ const dbInit = {};
|
|||
|
||||
const bulkData = [
|
||||
{ "index" : { "_index" : "changelog" } },
|
||||
{ "author" : "John Ripper <john@theripper.com",
|
||||
{ "author" : "John Ripper <john@theripper.com>",
|
||||
"content":"* machines: Installed the server\n```debootstrap -t foobar```",
|
||||
"server": "server.example.com",
|
||||
"created_at":"2020-05-23T09:50:33.397Z"},
|
||||
{ "index" : { "_index" : "changelog" } },
|
||||
{ "author" : "John Ripper <john@theripper.com",
|
||||
{ "author" : "John Ripper <john@theripper.com>",
|
||||
"content":"* db: Installed mysql\n```apt install mariadb-server```",
|
||||
"server": "server.example.com",
|
||||
"created_at":"2020-05-23T10:50:33.397Z"},
|
||||
{ "index" : { "_index" : "changelog" } },
|
||||
{ "author" : "John Ripper <john@theripper.com",
|
||||
{ "author" : "John Ripper <john@theripper.com>",
|
||||
"content":"* nginx: add package\n```apt install nginx-full```",
|
||||
"server": "server.example.com",
|
||||
"created_at":"2020-05-23T16:50:33.397Z"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue