Skip to content

Commit

Permalink
Update readme and upgrade console to 0.0.5 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Sep 2, 2022
1 parent f577e23 commit e1abde9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,24 @@ Try out Parseable server with our demo instance.

```sh
curl --location --request POST 'https://demo.parseable.io/api/v1/logstream/frontend' \
--header 'X-P-META-label1: value1' \
--header 'X-P-META-label2: value2' \
--header 'X-P-META-meta1: value1' \
--header 'X-P-META-meta2: value2' \
--header 'X-P-TAGS-tag1: value1' \
--header 'X-P-TAGS-tag2: value2' \
--header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 2,
"time": "2022-06-24T14:12:17.411829648Z",
"log": "{\"host\":\"153.10.110.81\", \"user-identifier\":\"-\", \"datetime\":\"24/Jun/2022:14:12:15 +0000\", \"method\": \"DELETE\", \"request\": \"/virtual/drive\", \"protocol\":\"HTTP/2.0\", \"status\":500, \"bytes\":21969, \"referer\": \"http://www.seniordisintermediate.net/mesh/users\"}",
"http_status": 500,
"meta_Host": "10.116.0.3",
"meta_Source": "10.244.0.147",
"meta_ContainerName": "log-generator",
"meta_ContainerImage": "mingrammer/flog",
"meta_PodName": "go-app-6c87bc9cc9-vqv66",
"meta_Namespace": "go-apasdp",
"meta_PodLabels": "app=go-app,pod-template-hash=6c87bc9cc9"
"id": 4,
"host":"153.10.110.81",
"user-identifier":"-",
"datetime":"24/Jun/2022:14:12:15 +0000",
"method": "DELETE",
"request": "/virtual/drive",
"protocol":"HTTP/2.0",
"status":500,
"bytes":21969,
"referer": "http://www.google.com/"
}
]'
```
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ rstest = "0.15.0"
serial_test = { version = "0.9.0", default-features = false }

[package.metadata.parseable_ui]
assets-url = "https://github.com/parseablehq/console/releases/download/0.0.4/build.zip"
assets-sha1 = "4412032bc4fdf01cbb1fef6a4057b8108626755c"
assets-url = "https://github.com/parseablehq/console/releases/download/0.0.5/build.zip"
assets-sha1 = "d66c5aa6668568b49356e8a633a2872f865e637d"

0 comments on commit e1abde9

Please sign in to comment.