From dc9e1083cc81d7e44f3939f548d269b1c75bfe9c Mon Sep 17 00:00:00 2001 From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:52:01 +0530 Subject: [PATCH 1/7] docs : Created Readme.md --- README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..f41b2571 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +

+ + Parseable + Parseable + +

+ +

+ + commits activity monthly + join slack + Github stars + Twitter +

+ +

+ Quick Start | + Documentation | + Live Demo +
+

+ +Parseable is a cloud native, log storage and analysis platform. Parseable is indexing free by design. Written in Rust, Parseable can be deployed on Baremetal, VMs and Kubernetes. + +It ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. It is compatible with logging agents like FluentBit, LogStash, FileBeat among others. + + + + + +## Getting Started + +## Live Demo + +Click Here for Live Demo Parseable + +Access the Parseable dashboard to verify the log data is present + + + + + + + + + + + + + + +
URLhttps://demo.parseable.io
Usernameparseable
Passwordparseable
+ +For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview). + +:exclamation: Please do not store any sensitive data on this server as the data is openly accessible. We'll delete the data on this server periodically. + +## Contributing + +Refer to the contributing guide [here](https://www.parseable.io/docs/contributing). + +## License + +Licensed under the GNU Affero General Public License, Version 3 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +[https://www.gnu.org/licenses/agpl-3.0.txt](https://www.gnu.org/licenses/agpl-3.0.txt) From 4c8bcbf7761beceb1838ca8914390707748ddf38 Mon Sep 17 00:00:00 2001 From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:55:45 +0530 Subject: [PATCH 2/7] docs : update Readme.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f41b2571..f7d83a68 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ It ingests log data via HTTP POST calls and exposes a query API to search and an ## Getting Started +1. Clone the repository. +2. Run `npm install` to install all the dependencies. +3. Run `npm run client` to start the console. +4. Open `http://localhost:3000` in your browser. +5. You can see the console running in your browser now :) +6. For dashboard Access Enter the below credentials. + + ## Live Demo Click Here for Live Demo Parseable From 7383828a31566b18df0ed44c80abaca2f065aa6e Mon Sep 17 00:00:00 2001 From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:17:57 +0530 Subject: [PATCH 3/7] docs : Contributers List section added on Readme.md file In this --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f7d83a68..cafed7e7 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,9 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at [https://www.gnu.org/licenses/agpl-3.0.txt](https://www.gnu.org/licenses/agpl-3.0.txt) + + +## Our Contributers + + + From fde84919eb37c8c9a77b98b659f4b75d0b831e7a Mon Sep 17 00:00:00 2001 From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:25:12 +0530 Subject: [PATCH 4/7] Create FUNDING.yml --- .github/FUNDING.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..9612d1fe --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] + + From 4594905fbad1664802c2dda2b9b8d99daf461509 Mon Sep 17 00:00:00 2001 From: Shrikant Dewangan <64357112+ProgrammerShri@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:28:44 +0530 Subject: [PATCH 5/7] Delete FUNDING.yml --- .github/FUNDING.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 9612d1fe..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,15 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -otechie: # Replace with a single Otechie username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] - - From 9c5bf3ac948133eabdf439faf7f44b95b845b0d8 Mon Sep 17 00:00:00 2001 From: ProgrammerShri Date: Sun, 16 Oct 2022 19:21:24 +0530 Subject: [PATCH 6/7] Add Cursor Pointer on Logout Button --- src/components/Layout/Navbar.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Layout/Navbar.js b/src/components/Layout/Navbar.js index b994d41d..73f5aa21 100644 --- a/src/components/Layout/Navbar.js +++ b/src/components/Layout/Navbar.js @@ -33,12 +33,10 @@ const Navbar = ({ setSidebarOpen }) => {
-
+
{ localStorage.removeItem("auth"); navigate("/"); From b73f672810bdb8ba6343102432627701b00e6d36 Mon Sep 17 00:00:00 2001 From: ProgrammerShri Date: Sun, 16 Oct 2022 19:25:14 +0530 Subject: [PATCH 7/7] Cursor pointer & animation added on logout icon --- src/components/Layout/Navbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Navbar.js b/src/components/Layout/Navbar.js index 73f5aa21..e03081f0 100644 --- a/src/components/Layout/Navbar.js +++ b/src/components/Layout/Navbar.js @@ -51,7 +51,7 @@ const Navbar = ({ setSidebarOpen }) => {
{ localStorage.removeItem("auth"); navigate("/");