SPSrikanth Pentapatiin7f.hashnode.dev路Nov 6, 2023 路 2 min readSplunk Installation on Ubuntu馃挕 You dont have to use the root user for this Installation To install Splunk, we need to create an Account on the Splunk official website. So, after creating the account, click on the Products on the Splunk official website, it will show a list of...00
SPSrikanth Pentapatiin7f.hashnode.dev路Nov 6, 2023 路 3 min readIntegration on Splunk and JenkinsOpen up the Splunk app. In the top Click on Apps --> Find More Apps After the Page loads, In the Categories to the left, Select Devops and to the right side top select Popular Install the Splunk App for Jenkins by clicking on the button Install It w...00
SPSrikanth Pentapatiin7f.hashnode.dev路Nov 6, 2023 路 5 min readPrometheus Installation on Ubuntu馃挕 It is always better to create a separate user and group to keep the applications isolated and will be easy to track down the problem when encountered 馃挕 This Installation process assumes that you have already created a Prometheus user and Prome...00
SPSrikanth Pentapatiin7f.hashnode.dev路Nov 6, 2023 路 4 min readGraphana Installation on UbuntuHere are the steps to install Grafana on Ubuntu 20.04 and set it up for visualizing metrics, particularly using Prometheus as a data source: Begin by installing Grafana and its dependencies. You can use the following commands: sudo apt-get install ...00
SPSrikanth Pentapatiin7f.hashnode.dev路Nov 6, 2023 路 2 min readSecuring Prometheus with Basic AuthenticationWhen you install Prometheus, it is accessible to anyone who knows the endpoint. Recently, Prometheus introduced a built-in mechanism to add basic authentication to each HTTP request, eliminating the need to install a separate proxy like nginx for bas...00