Most answered questions in DevOps Tools

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,024 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,175 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,816 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
821 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,305 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
959 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,940 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,918 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,681 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,457 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,469 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,841 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,195 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,658 views
+1 vote
1 answer

Not able to browse jenkins from windows browser!

Hi@akhtar, You may get this error because your ...READ MORE

May 4, 2020 in DevOps Tools by MD
• 95,440 points
7,960 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
652 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,061 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,114 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,839 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,383 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,675 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
585 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
502 views
+1 vote
1 answer

i have a pyhton code in my git/git repository how to build that code in jenkins

Follow these steps @Bhaskar: Step 1: Open the Jenkins ...READ MORE

Oct 14, 2019 in DevOps Tools by Kalgi
• 52,360 points
631 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,394 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
545 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
521 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
504 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
922 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
600 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
1,962 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
703 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,070 views
0 votes
1 answer

How do i install splunk on ubuntu?

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

Feb 27, 2019 in DevOps Tools by Kalgi
684 views
0 votes
1 answer

How do i install Nagios on Ubuntu?

 Hey @Kiran, installing Nagios requires you to ...READ MORE

Feb 27, 2019 in DevOps Tools by Riya
748 views
0 votes
1 answer

How do I install saltstack on Ubuntu?

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

Feb 26, 2019 in DevOps Tools by Harsha
4,221 views
0 votes
1 answer

i have installed maven on linux amazon instance (redhat) , but cli command does not give expected result.

Hey @Vinod, your command to check for ...READ MORE

Feb 22, 2019 in DevOps Tools by Kalgi
• 52,360 points
2,200 views
0 votes
1 answer

destroying container after build success

Hey, Define your pipeline to clone the git ...READ MORE

Jan 17, 2019 in DevOps Tools by Hannah
• 18,570 points
1,186 views
0 votes
1 answer

How do I set maximum queue connection for nginx port in Windows?

Since increasing queue size did not fix your problem ...READ MORE

Aug 22, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
939 views
0 votes
1 answer

unable to configure knife on centos ec2 instance using chef12

I had the same issue. I solved ...READ MORE

Aug 8, 2018 in DevOps Tools by DareDev
• 6,890 points
456 views
0 votes
1 answer

Set variable on specific package installation in CFEngine

Try using packagesmatching to get the version ...READ MORE

Aug 8, 2018 in DevOps Tools by ajs3033
• 7,300 points
373 views
0 votes
1 answer

Simple Setup for django webapps in DevOps environment.

Here is a concept which you can ...READ MORE

Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
520 views
0 votes
1 answer

How do I manage code that *removes* users in chef?

No, I don't think this will prove ...READ MORE

Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
384 views
0 votes
1 answer

Bluemix: How to revert from toolchain to old DevOps services

The “add-git” has become old school and ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
373 views
0 votes
1 answer

IBM Cloud DevOps - Eclipse Orion IDE not working correctly

follow these steps Step 1- open dev-tools Step 2- ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
478 views
0 votes
1 answer

Bluemix - deploying code/app from Devops issue

Check if application contains the same file ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
522 views
0 votes
1 answer

Timeout when running stage on Bluemix DevOps pipeline

Its not possible to change the timeout ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
485 views