Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

Ahmet Ay

Ahmet Ay is currently Head of System and Data Management at Kariyer.net. Before, he worked at D-Smart, Doğan Online, and Escortnet as a system administrator. You can also follow him on his blog.https://ahmetfay.wordpress.com/

Quick Start to Kong API Management

December 4, 2018 by Ahmet Ay
kong

Hi all, managing web APIs has always been a problem. There are quite a few advanced API Management services, such as MS Azure, AWS, CA-like capabilities, but you have to pay a certain fee to use these tools. You can … Read more

Categories Tools and Technologies Tags kong

Import IIS Logs to Elasticsearch by Using Logstash and Monitor Them with Kibana

December 4, 2018 by Ahmet Ay
kibana

Hi all, in this article I will explain how to import IIS logs to Elasticsearch (ES) by using Logstash and monitor them with Kibana. We will use Windows Server 2012 R2, CentOS 7.2 operating system for this setup. Elasticsearch version: … Read more

Categories Tools and Technologies Tags elasticsearch, kibana, logstash

Elasticsearch Installation on CentOS7

December 4, 2018 by Ahmet Ay

Hi All, I will explain you how to install Elasticsearch (v 1.7.4) on CentOS7 Operating system. Bu makalenin Türkçe versiyonu için tıklayınız. Before, we need to install JVM because Eleasticsearch run on JAVA. yum install -y java-1.8.0-openjdk.x86_64 After installation of … Read more

Categories Tools and Technologies Tags elasticsearch

Redis Installation on CentOS7

December 4, 2018 by Ahmet Ay

Hi all, in this post I will explain how to install stand-alone Redis server (v 3.0.6) on CentOS 7 operating system. Before start to install Redis server, we need to install  ruby, rubygems-devel and gcc packages. Bu makalenin Türkçesi için … Read more

Categories Tools and Technologies Tags redis

© 2025 SW TEST ACADEMY • All Rights Reserved