You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once this runs successfully, you'll see dashboard at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`.
64
+
### Ingest Data
65
65
66
-
To ingest data, run the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard.
66
+
Once you have Parseable running, ingest data with the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard.
67
67
68
68
```bash
69
69
curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
@@ -79,6 +79,8 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
79
79
]'
80
80
```
81
81
82
+
Access the Parseable UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`.
0 commit comments