Copyright © 2016–2024 InsightFinder. All Rights Reserved.
Unified Intelligence Engine - UIE
InsightFinder Unified Intelligence Engine (UIE) platform leverages our advanced AI to seamlessly integrate and analyze diverse data sources, delivering actionable insights for optimal decision-making.
Our portfolio of patents showcases our commitment to innovation and leadership in the field of AI for DevSecOps.
Our platform expertly integrates with leading observability solutions and open source monitoring tools, ensuring a comprehensive and versatile approach to achieving AI-driven self-healing and self-optimizing.
Discover how our customers have transformed their operations and achieved remarkable results.
Leverage the power of AI to foresee and preemptively address system incidents, ensuring smooth operations and zero downtime.
Empower your team with powerful root cause analysis to quickly identify, analyze, and resolve system incidents, enhancing efficiency and minimizing impact.
Gain a comprehensive overview of your system’s health with real-time monitoring data fusion and insight extraction, enabling informed decision-making and proactive management.
KubeInsight Proactive Autoscaling
Leverage predictive AI to proactively eliminate both service outages and resource waste.
1. Datadog API Key – You can to go below link in your account – https://app.datadoghq.com/organization-settings/api-keys
Select “API Keys” on the left menu and create a “New Key”
2. Datadog Application Key and Key ID – You can to go below link in your account – https://app.datadoghq.com/organization-settings/application-keys
Select “Application Keys” on the left menu and create a “New Key”
1. Go to “Settings”->“System Settings”->”Add New Project” Select “DataDog” from the list and click on
2. “Create Project”/”Create Projects in Batch”.
3. Metric Project:
3.1 Provide “API Key” and “Application Key” from the DataDog account and click “Verify”, and choose “Data Type” Metric.
3.2 On the next page, select the Metrics you want to source
3.3 You can also configure the metrics for KPI if required for your use case.
3.4 Select Component name tag:
3.5 Use Tag expression to select instance
3.6 Select host or host name as instance name
3.7 Then on the next page, you can type in the “Project Name” and “System Name” and click on Register.
3.8 Once a project is successfully created, you will see a message like below.
3.9 You can go to the “Metric Analysis” page and check the data coming in there in the line chart
1. Go to “Settings”->“System Settings”->”Add New Project”
2. Select “DataDog” from the list and click on “Create Project”/”Create Projects in Batch”.
3. Log/Event Project:
3.1 Provide “API Key” and “Application Key” from the DataDog account and click “Verify”, and choose “Data Type” Log or Event.
3.2 select Fields to Analyze:
3.3 input instance key and Filter Query(Log Format: {tag}:{value}, Event Format: tags={tag}:{value});
3.4 Select Component Name
3.5 Then on the next page, you can type in the “Project Name” and “System Name” and click on Register.
3.6 You can go to the “Log/Trace Analysis” page and check the data coming in there in the line chart
4. You are all set to receive DataDog integration with InsightFinder and start to use InsightFinder AI engine for Incident Investigation and Prediction.
4. Install and configure Open Telemetry collector
4.1 Download from https://github.com/open-telemetry/opentelemetry-collector-releases:
curl --proto '=https' --tlsv1.2 -fOL https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.95.0/otelcol-contrib_0.95.0_linux_amd64.tar.gztar -xvf otelcol-contrib_0.95.0_linux_amd64.tar.gz
4.2 Create a new file called collectorconfig.yml:
receivers: datadog: endpoint: # URL:PORT the collector is running on, e.g. localhost:8731processors: batch:exporters: debug: verbosity: detailed datadog: api: key: # Your datadog backend API key otlphttp: endpoint: https://stg.insightfinder.com/api # Updated to include http:// scheme tls:
insecure: false
headers:
"ifproject": "maoyu-test-trace"
"ifuser": "maoyuwang"
"iflicense": "7a51fc392d539176d76922c0ed091e834f4fa553"
service: # telemetry: # logs: # level: DEBUG extensions: [] pipelines: traces: receivers: [datadog] processors: [batch] exporters: [otlphttp, datadog]
4.3 Start collector:
./otelcol-contrib --config=./collectorconfig.yml
5. Install and configure datadog agent:
5.1 Download and install:
DD_API_KEY= DD_SITE="datadoghq.com" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
5.2 Update datadog agent configuration file /etc/datadog-agent/datadog.yaml as follows:
api_key: #your datadog api keyobservability_pipelines_worker: traces: enabled: true url: "http://127.0.0.1:8731" # URL:PORT the OpenTelemetry collector is running on
5.3 Set the environment variable to identify the project where trace data is stored:
export DD_TAGS=if_project:,if_user:,if_license:
You can find license key under account profile:
5.4 Restart datadog agent: sudo systemctl restart datadog-agent
6.Collect tracing data from Python application:
sudo apt-get install python-pippip install flaskpip install ddtraceExport DD_TAGS=if_project:,if_user:,if_license:ddtrace-run python
Example Application: https://docs.datadoghq.com/getting_started/tracing/
There are two ways to set up the project info:
1. Go to “Settings”->“External Service Settings”. Click on “DataDog”.
2. Pop up will open up where you click on “Add New”.
3. Select the “System Name” from the list that you want to enable it for and provide API Key, App Key, App Id (Application Key ID in DataDog). Next section talks about how to retrieve that information from DataDog.
4. You are all set to send InsightFinder predicted incidents to DataDog.
5. You will start seeing incidents in the DataDog under Monitors -> Incidents. These will be under the DataDog service for which the keys were used to configure in InsightFinder.
Take InsightFinder for a no-obligation test drive. We’ll provide you with a detailed report on your outages to uncover what could have been prevented.