Skip to content

Commit e1abde9

Browse files
authored
Update readme and upgrade console to 0.0.5 (#88)
1 parent f577e23 commit e1abde9

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,24 @@ Try out Parseable server with our demo instance.
3939

4040
```sh
4141
curl --location --request POST 'https://demo.parseable.io/api/v1/logstream/frontend' \
42-
--header 'X-P-META-label1: value1' \
43-
--header 'X-P-META-label2: value2' \
42+
--header 'X-P-META-meta1: value1' \
43+
--header 'X-P-META-meta2: value2' \
44+
--header 'X-P-TAGS-tag1: value1' \
45+
--header 'X-P-TAGS-tag2: value2' \
4446
--header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
4547
--header 'Content-Type: application/json' \
4648
--data-raw '[
4749
{
48-
"id": 2,
49-
"time": "2022-06-24T14:12:17.411829648Z",
50-
"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\"}",
51-
"http_status": 500,
52-
"meta_Host": "10.116.0.3",
53-
"meta_Source": "10.244.0.147",
54-
"meta_ContainerName": "log-generator",
55-
"meta_ContainerImage": "mingrammer/flog",
56-
"meta_PodName": "go-app-6c87bc9cc9-vqv66",
57-
"meta_Namespace": "go-apasdp",
58-
"meta_PodLabels": "app=go-app,pod-template-hash=6c87bc9cc9"
50+
"id": 4,
51+
"host":"153.10.110.81",
52+
"user-identifier":"-",
53+
"datetime":"24/Jun/2022:14:12:15 +0000",
54+
"method": "DELETE",
55+
"request": "/virtual/drive",
56+
"protocol":"HTTP/2.0",
57+
"status":500,
58+
"bytes":21969,
59+
"referer": "http://www.google.com/"
5960
}
6061
]'
6162
```

server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ rstest = "0.15.0"
6666
serial_test = { version = "0.9.0", default-features = false }
6767

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

0 commit comments

Comments
 (0)