Listing Thumbnail

    SigLens

     Info
    Sold by: SigLens 
    Deployed on AWS
    SigLens is observability solution that is 100x more efficient than Splunk/Elastic. It is 54x faster than ClickHouse and 1025x faster than ElasticSearch. With just 2 vCPU you can run 2 TB/day of observability volume.

    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

    Delivery method

    Supported services

    Delivery option
    SigLens-v0.1.35-Helm

    Latest version

    Operating system
    Linux

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (1)

     Info
    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?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    SigLens-v0.1.35-Helm

    Supported services: Learn more 
    • 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-serviceaccounts

    Pre-requisties for your EKS Cluster:

    1. Ensure the default Add-ons are enabled: Amazon VPC CNI, kube-proxy, and CoreDNS.

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

    3. But if you want to continue using EBS Volume, then add Amazon EBS CSI Driver Add-on to manage the EBS volume required.

    4. 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:

    export HELM_EXPERIMENTAL_OCI=1 aws ecr get-login-password \ --region us-east-1 | helm registry login \ --username AWS \ --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com mkdir awsmp-chart && cd awsmp-chart helm pull oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/siglens/siglens-awsmp --version 0.1.29 tar xf $(pwd)/* && find $(pwd) -maxdepth 1 -type f -delete

    Default EBS Volume:

    helm install siglens-v0135 \ --namespace siglens ./* \ --set serviceAccount.usageServiceName=eks-register-usage-service-role \ --set siglens.storage.size=10Gi

    To 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

    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

    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.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.