
Overview
Insights Hub Enterprise Manufacturing is part of Siemens Xcelerator portfolio. Insights Hub empowers industries to generate actionable insights from assets and operations data, driving manufacturing excellence by improving operational efficiency and quality. Insights Hub for Enterprise Manufacturing is an industrial IoT as a service solution that uses advanced analytics and AI to power IoT solutions, coupled with Closed-Loop Digital Twin, to provide insights to improve shopfloor operations and throughput performance. With Insights Hub you can ingest and visualize immediate real-time data and analytic results in one centralized location with powerful core applications and an application ecosystem to unleash your digital potential.
Siemens' IoT & Lifecycle Analytics within Industrial IoT for Enterprise Manufacturing addresses all Enterprise IIoT challenges providing an easy, configurable industrial IoT solution for the Enterprise at any stage of their digitalization journey. IoT & Lifecycle Analytics is an AWS cloud native solution deployed in your AWS Accounts providing an ongoing value for companies that want to use software solutions as a service (SaaS) via connection to the cloud for their Enterprise. Enterprises with the Insights Hub Enterprise Manufacturing environment can scale up, utilize and deploy IoT technologies quickly and cost-effectively, collaborate securely across engineering and manufacturing domains to leverage their ecosystem insights and information.
Benefit from the unlimited possibilities of IIoT: Lower costs, higher quality, more flexibility, efficiency and faster innovation. At Siemens, our mission is to support your strategy: Conquer your market through the perfect integration of data and digitalization. Our IIoT solutions deliver the speed, scalability and versatility you need to succeed. Discover how you can use the power of Insights Hub from published use cases and applications across the connected assets on manufacturing applications for specific industries below.
Highlights
- Leading industrial IoT as a service solution: Connect assets and upload data to the cloud; Collect, monitor, and analyze data in near real-time.
- Gain insights to improve efficiency and profitability.
- Take advantage of all the Siemens Industrial IoT apps and solutions that solve business problems, including Insights Hub OEE for Manufacturing and Connected Shopfloors and Insights Hub Intralogics.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/12 months |
|---|---|---|
Custom Quote | Insights Hub for Enterprise Manufacturing (Connected Assets) | $300,000.00 |
Vendor refund policy
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
Contact our Support Center at
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.


Standard contract
Customer reviews
Centralized insights have transformed troubleshooting and now cut incident resolution time dramatically
What is our primary use case?
Insights Hub serves as a centralized monitoring and data-driven decision-making platform. It acts as a single place where data is collected, analyzed, and turned into actionable insights. The primary use case changes slightly depending on the platform. For application monitoring, the main use case is to monitor application performance and troubleshoot issues, tracking response time and failures, monitoring dependencies of databases and APIs, helping with log analysis, alerting on issues, and enabling performance optimizations. This is very common in DevOps and SRE environments.
Regarding troubleshooting, I will explain this using a real troubleshooting example from an application monitoring scenario in Microsoft Azure and AWS contexts. When users report that the application is very slow, Insights Hub helps troubleshoot step-by-step. First, I check the overview dashboard of Insights Hub where the request rate, average response time, failure rate, and server response trends are displayed. From this dashboard, I immediately noticed that response time suddenly increased from 200 milliseconds to 3 seconds and the failure rate also slightly increased, indicating that something has changed. In step two, I drill into performance by opening the performance section and checking requests. Insights Hub shows the slowest endpoints, percentile response times, and request breakdown by operations. I discovered a specific API command to check and narrowed the issue to one API. In step three, I check dependencies by opening the dependencies section in Insights Hub, which shows SQL calls, external APIs, and service-to-service calls. I noticed that the SQL dependency call to the order database is taking 3.5 seconds, revealing that the API itself is not slow but the database call is slow. In step four, I use logs with KQL queries, running a query like "request where duration is greater than 3000". From here I can correlate the slow request, database dependency duration, and any error patterns, potentially finding that a specific query is causing table scans, missing indexes, and lock contention. In the final step, I check live metrics to see if an ongoing issue exists. I can open live metrics streams and watch real-time CPU, memory, and request rate. The root cause identified in this example outcome was that a new deployment introduced a poorly optimized SQL query with a missing index that caused a full table scan, resulting in a slow database query that made the API slow and caused user complaints.
How has it helped my organization?
Insights Hub is a leading cloud-based industrial IoT platform designed to connect machines, analyze operational data, and drive digital transformation. The best features include advanced edge-to-cloud connectivity, AI-powered analytics, and low-code app development.
Advanced industrial connectivity is the first feature, which includes diverse data ingestion where machines, plants, and fleets are connected regardless of manufacturer, supporting protocols such as OPC UA, Modbus, S7, and Ethernet/IP. The second feature is powerful analytics and AI, specifically Insights Hub Predict. Regarding predictive maintenance, it uses machine learning with a GA model to forecast asset behavior, detect anomalies, and reduce unplanned downtime. It also analyzes quality prediction by detecting data to identify quality risks early, identify root causes, and minimize defects and rework. A comprehensive asset management and monitoring is also a good feature of Insights Hub. Insights Hub Monitor allows for real-time visualization of assets and creating rules-based alerts and tracking KPIs via dashboards. Additionally, there is low-code application development with Mendix, where custom apps are built on the Mendix low-code platform, allowing users to build and deploy personalized industry-specific apps quickly. Visual Flow Creator is a drag-and-drop tool to design workflows and analyze data without needing deep coding expertise.
The features my team uses most in daily operations are AI-powered analytics plus log querying with KQL. Production issues do not announce themselves politely; they show up as sudden latency spikes, random 500 errors, memory growth, and intermittent failures. AI-based detection and log querying help find the root cause quickly. In a real daily workflow example, when the error rate suddenly increases, the first step is AI smart detection, where Insights Hub automatically flags failure rate anomalies. Instead of manually checking the dashboard all day, the system tells me something is wrong, which already saves time. Secondly, I drill into logs and run queries such as "exceptions summarize count by type", which immediately shows me specific null reference exceptions or database timeouts. Now I am working with data rather than guessing.
This feature makes daily work easier with faster root cause analysis, reduced alert fatigue, and historical pattern recognition. Insights Hub has provided significant positive impact to my organization. The first positive impact is a significant reduction in MTTR, which is mean time to resolution. Before using Insights Hub, it was very difficult because manual log checks were tough, jumping between servers was challenging, looking at separate monitoring tools was difficult, and there were long bridge calls going on to identify the resolution. After implementing Insights Hub, end-to-end request tracing, correlated logs plus dependencies, and AI anomaly alerts resulted in issues being diagnosed in minutes instead of hours. The outcome has been faster incident resolution and improved service reliability. The second positive impact is proactive issue detection instead of reactive. AI-based anomaly detection helped catch memory growth before crashes, gradual performance degradation, and sudden traffic spikes. Instead of users reporting issues first, the monitoring system flagged them early. The outcome is reduced customer impact and fewer escalations. The third positive impact is improved deployment confidence. After new releases, I monitor live metrics, compare performance against baseline, and quickly roll back if anomalies appear. The outcome has been more stable deployments and fewer post-release incidents. The fourth positive impact is better cross-team collaboration. Before, there was blame between developers, infrastructure teams, and database teams. Now, full transaction visibility, clear dependency tracing, and shared dashboards mean everyone sees the same data. The outcome is less finger-pointing, faster RCA, and more accountability.
Measurable changes noticed include 30 to 50 percent faster incident resolution, fewer SEV one outages, reduced alert fatigue, and better SLA compliance. Alert fatigue was reduced by 20 to 30 percent and customer satisfaction has increased by some percentage.
What needs improvement?
Regarding improvements to Insights Hub, I have identified several areas. The first improvement would be smarter AI with clear root cause suggestions. Currently, AI detects anomalies but often only says "unusual increase in failures detected" without clearly stating what changed, which deployment caused it, or what likely component is responsible. Improvements could include automatic correlation with recent deployments, suggested probable root causes such as code changes, infrastructure scale events, or database latency, and a confidence score. This would reduce investigation time even more.
The second improvement would be better noise reduction in alerts. Sometimes anomaly detection generates too many notifications and minor fluctuations are treated as incidents. Improvements could include smarter alert grouping, better baseline tuning, and business impact aware alerting, where alerts are not triggered if latency increased but there is no user impact.
The third improvement is stronger cross-cloud and hybrid visibility. Many organizations use Azure, AWS, and on-premises infrastructure. Insights Hub could improve multi-cloud correlations and unified dashboards across environments. Currently, cross-platform visibility often requires custom integrations.
For how long have I used the solution?
I'm using Insights Hub more than two and a half years.
What other advice do I have?
I am giving Insights Hub a rating of eight out of ten. The reason I have given eight is because of all the features it has and the excellent observability capabilities it provides, such as end-to-end distributed tracing, dependency monitoring, real-time metrics, log correlation, and AI-based anomaly detections. Additionally, it has strong integration and is mature and enterprise-ready. However, I have not given nine or ten because there are some pain points. The learning curve is steep as it requires skill to fully utilize and is not very beginner-friendly, and querying can be complex. There is also significant noise and tuning required because AI detection is good but not perfect and can generate noisy alerts if not configured properly. Additionally, cost visibility and optimization is a concern as log ingestion cost can increase quickly and requires monitoring to avoid unexpected bills. Insights Hub earns eight out of ten because it dramatically improves troubleshooting and operational visibility and is powerful and enterprise grade, but still has room for improvement in usability, automation, and cost optimization.
Effortless Insights and Seamless Collaboration with Insight Hub
Performance-wise, it’s fast and stable. I haven’t run into any big bugs or crashes yet. Customer support is indeed quite responsive each time I had doubt, they replied with the right solution rather than just saying you might need help from a designer.
All in all, Insight Hub is as advertised. So if you’re looking for a tool to understand your data without making things complicated, this one is definitely worth checking out.