-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 742 Bytes
/
app.json
File metadata and controls
22 lines (22 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Logagent-js",
"description": "Ships Heroku Logs to Logsene / ELK. Setup: heroku drains:add https://mylogagent.herokuapp.com/LOGSENE_TOKEN -a myapp",
"website": "https://sematext.com/logsene/",
"repository": "https://github.com/sematext/logagent-js.git",
"logo": "https://pbs.twimg.com/profile_images/502764375774486528/mxRBQgzI.png",
"success_url": "/",
"keywords": [
"log management",
"log analytics",
"log shipper",
"log shipping",
"log agent",
"centralized logging",
"elk",
"kibana",
"log drain",
"elasticsearch",
"splunk alternative"
],
"generator": "https://www.expeditedssl.com/heroku-button-maker"
}