From f77045c1dec74908e512a1ffc48b7de99cdfe5eb Mon Sep 17 00:00:00 2001 From: Toil <62353659+ilyhalight@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:34:08 +0300 Subject: [PATCH 1/2] Added HyperDX --- pages/logging.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/logging.md b/pages/logging.md index 915136a3..efbc1996 100644 --- a/pages/logging.md +++ b/pages/logging.md @@ -4,6 +4,7 @@ - [Application Insights](#application-insights) - [Bugfender](#bugfender) +- [HyperDX](#hyperdx) - [Logentries](#logentries) - [Loggly](#loggly) - [Logsene](#logsene) @@ -28,6 +29,13 @@ * *Free tier*: 100k daily logs, 1 day log retention, 1 app. * *Pros*: Android & iOS SDKs, automatic UI logging, offline logs, device information, custom data. +## HyperDX + +[Product page](https://www.hyperdx.io/) - [Pricing page](https://www.hyperdx.io/pricing) + +* *Free tier*: Store up to 3GB/month, 3 day log retention, 1 user. +* *Pros*: Allows you to do full-text search across all your events without any complex search syntax, and allows you to create alerts and visualizations on top of all your events as well, supports numerous platform SDKs (Node.js, Python, .NET and etc). There are several different data collectors (Fluentd, Syslog, OpenTelemetry, Fluent Bit). + ## Logentries [Pricing page](https://logentries.com/pricing/) From 2b6a1528d956f6e271e367438884ad081e08b32b Mon Sep 17 00:00:00 2001 From: Toil <62353659+ilyhalight@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:35:50 +0300 Subject: [PATCH 2/2] Added HyperDX & fixed logging sort --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa29ed0..50b4f2d0 100644 --- a/README.md +++ b/README.md @@ -143,13 +143,14 @@ The goal is to have enough details about each free tier so developers can choose - [Filestack](pages/file-transformation.md#filestack) - [**Logging**](pages/logging.md) - [Application Insights](pages/logging.md#application-insights) + - [Bugfender](pages/logging.md#bugfender) + - [HyperDX](pages/logging.md#hyperdx) - [Logentries](pages/logging.md#logentries) - [Loggly](pages/logging.md#loggly) - [Logsene](pages/logging.md#logsene) - [New Relic](pages/logging.md#new-relic) - [Splunk](pages/logging.md#splunk) - [Sumologic](pages/logging.md#sumologic) - - [Bugfender](pages/logging.md#bugfender) - [**Messaging queue services**](pages/messaging-queue-services.md) - [CloudAMQP](pages/messaging-queue-services.md#cloudamqp) - [Google Cloud Pub/Sub](pages/messaging-queue-services.md#google-cloud-pubsub)