Skip to content

Commit 5557fa1

Browse files
authored
better headings and demo section in readme (#9)
1 parent 58d7502 commit 5557fa1

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,38 @@ Parseable helps you ingest high volumes of log data from various sources (Fluent
2727

2828
<h1></h1>
2929

30-
### Live Demo
30+
## Live Demo
3131

3232
Checkout Parseable without installation.
3333

34-
| Field | Value |
35-
-----------|-----------------------------------------
36-
| URL | https://demo.parseable.io |
37-
| Username | parseable |
38-
| Password | parseable |
34+
<table>
35+
<tr>
36+
<td>URL</td>
37+
<td><a href="https://demo.parseable.io" target="_blank">https://demo.parseable.io</a></td>
38+
</tr>
39+
<tr>
40+
<td>Username</td>
41+
<td>parseable</td>
42+
</tr>
43+
<tr>
44+
<td>Password</td>
45+
<td>parseable</td>
46+
</tr>
47+
</table>
48+
49+
You can also use this demo endpoint to send log data. For Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).
3950

4051
Note: Please do not store any sensitive data on this server as the data is openly available. We'll delete the data on this server periodically.
4152

42-
### Why Parseable
53+
## Why Parseable
4354

44-
* Indexing free design.
55+
* Index free design.
4556
* Highly compressed log data in Parquet - columnar, open data format. Search logs via Parseable UI or bring your own analytics platform.
4657
* Stateless design allowing seamless scale and flexibility.
4758
* Own your log storage data on your object storage buckets.
4859
* SDK less, simple REST API calls to upload logs.
4960

50-
### Features
61+
## Features
5162

5263
* Filter log data on tags.
5364
* Query for specific keywords and fields.

0 commit comments

Comments
 (0)