Skip to content

Commit 65040e5

Browse files
committed
update
1 parent baf11fa commit 65040e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ powershell -c "irm https://logg.ing/install-windows | iex"
6161
</p>
6262
</details>
6363

64-
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
6565

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.
6767

6868
```bash
6969
curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
@@ -79,6 +79,8 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
7979
]'
8080
```
8181

82+
Access the Parseable UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`.
83+
8284
## Features :rocket:
8385

8486
- [High availability & Cluster mode ↗︎](https://www.parseable.com/docs/concepts/distributed-architecture)

0 commit comments

Comments
 (0)