@@ -39,23 +39,24 @@ Try out Parseable server with our demo instance.
3939
4040``` sh
4141curl --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```
0 commit comments