Overview
SigLens is industry's fastest observability solution, 1025x faster than ElasticSearch and 54x faster than ClickHouse. It requires very few compute resources. With just a 2 vCPU machine you can process 2 TB/day of volume. SigLens support many ingestion formats such as : Logstash, Fluentd/FluentBit, Vector, Elastic Bulk, Splunk HEC, OpenTelemetry and many more SigLens is query compatible with Splunk Query Language, Elastic DSL, Grafana Loki QL and SQL.
Highlights
- 100x More efficient than Splunk, Elastic
- Query Compatibility with every observability tool
- Highly efficient, 2 vCPU can to 2 TB/day of observability volume
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/unit/hour |
---|---|---|
Hours | Container Hours | $0.40 |
Vendor refund policy
We have a 15 day free trial process. After than no refunds will be provided. You can contact info@sigscalr.io for more information.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
SigLens-v0.1.35-Helm
- Amazon EKS
Helm chart
Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.
Version release notes
- SigLens version: 0.1.35
- Use SigLens With ECS Task or Pod or as an EKS Addon.
- Enhanced Support for SPL Commands.
- Enhancements in Dashboard and Tracing UI.
- Enhancement in overall memory usuage while processing the queries.
- Check the SigLens GitHub repo for more information.
Additional details
Usage instructions
Create the namespace and IAM Service Account as defined in the Launch Instructions with the given permissions.
kubectl create namespace siglens eksctl create iamserviceaccount \ --name eks-register-usage-service-role \ --namespace siglens \ --cluster <ENTER_YOUR_CLUSTER_NAME_HERE> \ --attach-policy-arn arn:aws:iam::aws:policy/AWSMarketplaceMeteringFullAccess \ --attach-policy-arn arn:aws:iam::aws:policy/AWSMarketplaceMeteringRegisterUsage \ --attach-policy-arn arn:aws:iam::aws:policy/service-role/AWSLicenseManagerConsumptionPolicy \ --approve \ --override-existing-serviceaccountsPre-requisties for your EKS Cluster:
-
Ensure the default Add-ons are enabled: Amazon VPC CNI, kube-proxy, and CoreDNS.
-
By default the SigLens installation will try to create EBS Volume, but you also have the ability to use the local storage. More on that below.
-
But if you want to continue using EBS Volume, then add Amazon EBS CSI Driver Add-on to manage the EBS volume required.
-
Attach necessary IAM permissions to the EKS Cluster Nodes for EBS management, including actions like ec2:CreateVolume, ec2:AttachVolume, etc. An example IAM permission for this purpose would like this:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:CreateVolume", "ec2:AttachVolume", "ec2:DetachVolume", "ec2:DeleteVolume", "ec2:DescribeVolumes", "ec2:DescribeVolumeStatus", "ec2:ModifyVolume", "ec2:CreateTags" ], "Resource": "*" } ] }
Launch SigLens:
Default EBS Volume:
helm install siglens-v0135 \ --namespace siglens ./* \ --set serviceAccount.usageServiceName=eks-register-usage-service-role \ --set siglens.storage.size=10GiTo use Local Storage:
Modify the Helm installation command:
helm install siglens-v0135 \ --namespace siglens ./* \ --set serviceAccount.usageServiceName=eks-register-usage-service-role \ --set siglens.storage.size=10Gi \ --set siglens.storage.defaultClass=false \ --set siglens.storage.local.enabled=true \ --set siglens.storage.local.capacity=10Gi \ --set siglens.storage.local.hostname=YourNodeHostname \ --set siglens.storage.local.path=/siglens # Ensure this directory exists on your host node.Replace YourNodeHostname with the actual hostname of your EKS node.
Post Installation:
-
Port-forward local port 8081 to access the ingest service: kubectl port-forward svc/siglens-v0135-ingest-svc 8081:8081
-
Port-forward local port 5122 to access the UI/query service: kubectl port-forward svc/siglens-v0135-query-svc 5122:5122
- Access the SigLens UI in your browser at http://localhost:5122Â .
Additional Resources:
Explore comprehensive setup and usage instructions in the SigLens Documentation: https://www.siglens.com/siglens-docs/Â
Learn about log ingestion in SigLens at our Log Ingestion Guide: https://www.siglens.com/siglens-docs/category/log-ingestionÂ
For support, join our community on the SigLens Slack Channel: https://www.siglens.com/slackÂ
Resources
Vendor resources
Support
Vendor support
Support is available via email and a dedicated Slack Connect Channel. Reach out to info@sigscalr.ioÂ
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.