initial
This commit is contained in:
parent
f505f1e9a2
commit
ca5e5bb65a
@ -0,0 +1,19 @@
|
||||
curl "https://logs.logdna.com/logs/ingest?hostname=EXAMPLE_HOST&mac=C0:FF:EE:C0:FF:EE&ip=10.0.1.101&now=$(date +%s)" \
|
||||
-u INSERT_INGESTION_KEY: \
|
||||
-H "Content-Type: application/json; charset=UTF-8" \
|
||||
-d \
|
||||
'{
|
||||
"lines": [
|
||||
{
|
||||
"line":"This is an awesome log statement",
|
||||
"app":"myapp",
|
||||
"level": "INFO",
|
||||
"env": "production",
|
||||
"meta": {
|
||||
"customfield": {
|
||||
"nestedfield": "nestedvalue"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}'
|
Loading…
Reference in New Issue
Block a user