Most voted questions in DevOps Tools

0 votes
1 answer

How to add edit role to a user in Minishift?

Hi@akhtar, You can give different roles to different ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
517 views
0 votes
1 answer

How to expose an app in Minishift?

Hi@akhtar, To expose your app, you need to ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
448 views
0 votes
1 answer

How to create a new-app in Minishift?

Hi@MD, You can use oc new-app command in ...READ MORE

Aug 18, 2020 in DevOps Tools by akhtar
• 38,230 points
674 views
0 votes
1 answer

How to create a secret from literals in Minishift Cluster?

Hi@akhtar, You can create a secret using generic ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
917 views
0 votes
1 answer

How to create Users with the HTPasswd Identity Provider in Minishift?

Hi@akhtar, You can create a user using htpasswd ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
700 views
0 votes
1 answer

How to remove minishift cluster from the windows system?

Hi@akhtar, It is possible that Minishift config contains ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
1,517 views
0 votes
1 answer

How to install minishift in windows system?

Hi@akhtar, To install Minishift manually on Windows using Windows Installer, ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
4,538 views
0 votes
1 answer

How to add display name in the OpenShift project?

Hi@akhtar, You can add a display name or ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
1,135 views
0 votes
1 answer

How to create a new project in OpenShift?

Hi@akhtar, A Kubernetes namespace provides a mechanism to ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
1,046 views
0 votes
1 answer

When Concourse CI should be chosen instead of Jenkins?

Concourse and Jenkins can be primarily classified ...READ MORE

Aug 3, 2020 in DevOps Tools by Sirajul
• 59,230 points
1,204 views
0 votes
1 answer

How to add two external load balancers(specifically HAProxy) to the Kubernetes High availability cluster

You can set two load balancer in ...READ MORE

Jun 30, 2020 in DevOps Tools by MD
• 95,440 points
1,833 views
0 votes
1 answer

[main]Something happen while delivering an email {:exception=>#<EOFError: end of file reached>}

Hi@akhtar, You are trying to use port no. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
849 views
0 votes
1 answer

How to send email notification using Logstash?

Hi@akhtar, You can use the Email plugin in ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
2,395 views
0 votes
1 answer
0 votes
1 answer

How to filter IP from a log file using Logstash?

Hi@akhtar, You can use the filter plugin in Logstash. It ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
987 views
0 votes
1 answer

ERROR: Could not find a valid gem 'logstash-core-plugin-api' (>= 0) in any repository

Hi@akhtar, I think you don't have JRuby installed ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,979 views
0 votes
1 answer

Error: com.microsoft.sqlserver.jdbc.SQLServerDriver not loaded. :jdbc_driver_library is not set, are you sure you included the proper driver client libraries in your classpath?

Hi@akhtar, This has been an issue with the logstash-filter-jdbc_static driver. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,962 views
0 votes
1 answer

[ERROR][org.logstash.Logstash] java.lang.NoClassDefFoundError: Could not initialize class org.logstash.config.ir.compiler.ComputeStepSyntaxElement

Hi@akhtar, Logstash server needs OpenJDK in the background. ...READ MORE

Jun 18, 2020 in DevOps Tools by MD
• 95,440 points
1,714 views
0 votes
1 answer

How to connect log file as an input in Logstash?

Hi@akhtar, You can use the file plugin to ...READ MORE

Jun 17, 2020 in DevOps Tools by MD
• 95,440 points
1,516 views
0 votes
1 answer

How to configure Keyboard as stdin in Logstash?

Hi@akhtar, You can find stdin and stdout plugins ...READ MORE

Jun 17, 2020 in DevOps Tools by MD
• 95,440 points
1,500 views
0 votes
1 answer

How to install Logstash in CentOS/RHEL?

Hi@akhtar, To install Logstash on the system, you ...READ MORE

Jun 17, 2020 in DevOps Tools by MD
• 95,440 points
3,883 views
0 votes
1 answer

{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}

Hi@akhtar, In your command, you have to mention ...READ MORE

Jun 16, 2020 in DevOps Tools by MD
• 95,440 points
5,237 views
0 votes
1 answer

curl: (56) Recv failure: Connection reset by peer

Hi@akhtar, Check your network connectivity. It will take ...READ MORE

Jun 11, 2020 in DevOps Tools by MD
• 95,440 points
9,721 views
0 votes
0 answers

How can I use Tomcat in Eclipse IDE?

Hi everyone, Can anyone tell me, how can I ...READ MORE

Mar 12, 2020 in DevOps Tools by akhtar
• 38,230 points
506 views
0 votes
1 answer

What is the need of database in devops?

DevOps is the convergence of development and ...READ MORE

Feb 11, 2020 in DevOps Tools by Sirajul
• 59,230 points
679 views
0 votes
1 answer

How to convert ant project into a maven project??

Suppose for instance, you want to convert ...READ MORE

Feb 6, 2020 in DevOps Tools by anonymous
• 59,230 points
9,153 views
0 votes
2 answers

Can I configure my virtual machine as slave in Jenkins?

The first step is the VirtualBox cloud ...READ MORE

Aug 26, 2020 in DevOps Tools by Pistle
• 1,000 points
5,274 views
0 votes
0 answers

How to install java 8 using heira in puppet?

How do I install java8 using a ...READ MORE

Feb 3, 2020 in DevOps Tools by anonymous
• 19,610 points
451 views
0 votes
1 answer

Is terraform alternative to configuration management tools like ansible or puppet??

Ansible/Puppet/Chef is primarily a configuration management tool, ...READ MORE

Feb 3, 2020 in DevOps Tools by anonymous
• 59,230 points
1,131 views
0 votes
1 answer

How do you restructure working directory files in a git repository?

If we have a file called 'myfile.txt' ...READ MORE

Nov 26, 2019 in DevOps Tools by anonymous
• 59,230 points
2,893 views
0 votes
0 answers

How do you restructure working directory files in a git repository?

How do you restructure working directory files ...READ MORE

Nov 26, 2019 in DevOps Tools by anonymous
• 19,610 points
471 views
0 votes
1 answer

What are the steps to permanently remove a committed file from the repository?

To remove a file for example 'myfile.txt'; ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
1,434 views
0 votes
1 answer

What are the steps to unstage files and discard changes in the working directory?

If the git status command displays 'myfile.txt' ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
1,709 views
0 votes
1 answer

How to get the current status of a local repository in Git?

Using 'git status' command in the repository ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
596 views
0 votes
1 answer

What important devops tools should my organisation adopt if it is about to undergo a devops transition?

There are five key areas in which ...READ MORE

Nov 26, 2019 in DevOps Tools by Sirajul
• 59,230 points
511 views
0 votes
2 answers

Can Jenkins detect and build new tags from Git repository?

Yes, this can be done in 3 ...READ MORE

Jun 25, 2019 in DevOps Tools by Neel
• 3,020 points
17,814 views
0 votes
1 answer

All commands in Vagrant are giving me errors

Hey @Isha, the problem is with your ...READ MORE

Mar 5, 2019 in DevOps Tools by Kyraa
1,427 views
0 votes
1 answer

Error while automating performance testing using Bamboo

Hey @Nisha, the command you're using is ...READ MORE

Mar 5, 2019 in DevOps Tools by Yesha
569 views
0 votes
1 answer

What are the different services provided by Nagios?

Nagios provides multiple services and I've listed ...READ MORE

Mar 1, 2019 in DevOps Tools by Isha
546 views
0 votes
1 answer

What is Nagios?

When you talk about Nagios, the first ...READ MORE

Mar 1, 2019 in DevOps Tools by Lynda
519 views
0 votes
1 answer

How do I install Splunk on Windows?

Hi haseeb, you can install Splunk Enterprise ...READ MORE

Feb 28, 2019 in DevOps Tools by Kalgi
943 views
0 votes
2 answers

Nagios on windows

You do not install Nagios server on ...READ MORE

Feb 28, 2019 in DevOps Tools by Kevin
689 views
0 votes
1 answer

Saltstack on windows

Hi Neha, the reason you cannot find ...READ MORE

Feb 28, 2019 in DevOps Tools by Kunal
613 views
0 votes
1 answer

How to install Splunk on CentOS?

Hey Alia,  Follow these steps to install Splunk ...READ MORE

Feb 27, 2019 in DevOps Tools by Anvit
2,003 views
0 votes
1 answer

How to install Nagios on CentOS?

Follow these steps: Install the required packages yum install ...READ MORE

Feb 27, 2019 in DevOps Tools by Avinash
717 views
0 votes
1 answer

How to install Saltstack on CentOS?

Hey @Dipti, follow these steps to install ...READ MORE

Feb 27, 2019 in DevOps Tools by Avinash
1,101 views