@@ -39,23 +39,24 @@ Try out Parseable server with our demo instance.
39
39
40
40
``` sh
41
41
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' \
44
46
--header ' Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
45
47
--header ' Content-Type: application/json' \
46
48
--data-raw ' [
47
49
{
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/"
59
60
}
60
61
]'
61
62
```
0 commit comments