Forward Snyk Vulnerability data to Splunk Observability Cloud

Forward Snyk Vulnerability data to Splunk Observability Cloud

TL;DR Leverage a Prometheus Exporter to send all your application security vulnerabilities from Snyk into Splunk. Here are all the necessary links to get started: Snyk Exporter: https://github.com/lunarway/snyk_exporter Splunk OpenTelemetry Collector for Kubernetes: https://docs.splunk.com/Observability/gdi/opentelemetry/install-k8s.html#otel-install-k8s Update (2022-09-22) The option that I am describing here is just one way to achieve this. There might even be a more straight forward option available that I started to describe in a more recent post. Please find an additional approach in my post Snyk Integration Capabilities with WebHooks - some examples. ...

September 13, 2022 · 3 min · 505 words · Harry Kimpel
How-To: Set-up New Relic to observe Dapr and it's applications

How-To: Set-up New Relic to observe Dapr and it's applications

How-To: Set-up New Relic to collect and observe metrics, traces and logs from Dapr and the underlying applications. Enable Dapr metrics and logs with New Relic Kubernetes integration for Azure Kubernetes Service (AKS) and application traces using OpenTelemetry. Prerequisites Azure Kubernetes Service kubectl An installation of Dapr on Kubernetes Perpetually free New Relic account, 100 GB/month of free data ingest, 1 free full access user, unlimited free basic users Enable New Relic Kubernetes integration The Kubernetes integration monitors worker nodes. In Azure Kubernetes Service, master nodes are managed by Azure and abstracted from the Kubernetes platforms. ...

November 21, 2020 · 8 min · 1533 words · Harry Kimpel
Microsoft Ignite - Azure announcements and more

Microsoft Ignite - Azure announcements and more

Just recently I attended Microsoft Ignite, Microsoft’s annual flagship technology conference with a focus on cloud and developers. The key theme this year was around “Tech Intensity” that Satya also talked about on LinkedIn earlier this year. Here is a quote from the LinkedIn post: There are two aspects to tech intensity: First, every organization will need to be a fast adopter of best-in- class technology, and equally important, they will need to build their own unique digital capabilities, which starts with workers who are deeply knowledgeable about the latest technology. I think of tech intensity as being an equation – (tech adoption) ^ tech capabilities = tech intensity – and as a company Microsoft is focused on providing the inputs to help our customers solve it. ...

December 2, 2019 · 4 min · 833 words · Harry Kimpel
APM with Microsoft .NET Core on Azure

APM with Microsoft .NET Core on Azure

One of the things I am very interested in is the .NET stack and especially the .NET Core platform. In this blog post I want to briefly highlight what it takes to get a sample .NET Core application up and running on Azure and how to use New Relic’s Application Performance Monitoring (APM) to monitor this application. Please note: while I am writing this, the latest version of .NET Core SDK is .NET Core 2.0 Preview 2; dependent upon how you get the SDK, there is already a preview 3 of the .NET Core CLI out there, but this is currently not supported on Azure. You can check for support by using a Developer Console (Developer Tools –> Console of an Azure App Service) within the Azure portal and navigate to D:\Program Files (x86)\dotnet\sdk. ...

September 20, 2017 · 3 min · 577 words · Harry Kimpel
Azure Mobile Center ... and the art of debugging :-)

Azure Mobile Center ... and the art of debugging :-)

As a side project, I recently worked on creating a mobile app for Android (and iOS to be completed). To be honest, the development effort was quite straight forward. The development stack focused on Xamarin, because I do not know a thing about creating a native app for Android nor iOS. But, I do know C# … so, for me this was a natural choice :-) My knowledge in the area of Xamarin was quite limited and I did not create an app for Android or iOS before. However, the path from idea to prototyping was really smooth. There are a ton of kickstart packages out there and the documentation is amazing. You’ll find tons of articles, knowledge base and other posts that are really helpful. ...

March 30, 2017 · 3 min · 631 words · Harry Kimpel
Re-architect applications for the cloud

Re-architect applications for the cloud

The path towards cloud-native applications is being adopted by more and more companies. For green-field applications this is a natural choice to architect your applications in a way so that they can be developed, deployed and operated in a cloud environment. This of course could mean on-prem, hybrid or public cloud. When thinking about your heritage applications and your desire to modernize those, a cloud migration isn’t typically an easy thing to do. Not primarily because of technical reasons, but typically because they exist for a reason and in many cases these applications are mission-critical. Once you made a transformation decision and you created a business case, the next step is to come up with a suitable roadmap for the application. In a previous post, I described the major approaches of such a transformation. In my opinion there is only one suitable way if you truly want to leverage cloud-native concepts and make use of benefits from a cloud deployment … and that is a re-architecture. ...

February 7, 2017 · 3 min · 617 words · Harry Kimpel

Microsoft Azure Active Directory and Multi-Factor Authentication

Since I have been using Microsoft Azure Active Directory (AAD) for my newly AAD domain joined machine, I thought it would be a good idea to enable Multi-Factor Authentication (MFA) to my account. I really do care a lot about my (virtual) identity ?. So, I was able to domain join my machine and get everything up and running on my Windows 10 machine. However, two things then happened: 1. My Windows Phone 8.1 told me that my Office 365 (O365) account cannot sync my mail, etc. anymore and it needs my attention. I thought “no big deal … just let it configure again and add my 2nd factor to it and done”. As a matter of fact, this does not seem to work right now, the phone tries for a couple of minutes and then says that something went wrong and it cannot activate my account anymore. ...

May 10, 2015 · 2 min · 275 words · Harry Kimpel

Windows 10 and Microsoft Azure Active Directory

I have been using Windows 10 for quite a while now … actually from the very first moment Microsoft released their first public preview late in 2014. I absolutely like the look and feel and how the user experience evolved from Windows 8.1. I think it is a much more intuitive way to use your computer for work and play. I am using it on a tablet and it works great with touch, but also mouse and keyboard. ...

May 8, 2015 · 3 min · 502 words · Harry Kimpel