Best Pickins’
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Logitech G933 Wireless Headset on Linux
- Run iTunes on Linux via Wine
- How to Use Self-signed SSL Certificates for Plex Media Server
- Automate Nagios Monitoring with Ansible
- How to Manually Clean Indexes from Elasticsearch
- Quick Fix for Wordpress Table Text Wrapping
- Play Enemy Territory Legacy! (Linux, Mac, Windows)
- Back to the Future: Converting a Server VM to Bare Metal
- Distributed Remote Backups with Git and Etckeeper
Squatters
- 530,487 hobos
Blogroll
- My Tweets
Code
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads May 23, 2022 1 commit to master f26c098 doc: cleanup and more filter examples. […]
- sadsfae pushed to master in sadsfae/misc-dotfilessadsfae pushed to master in sadsfae/misc-dotfiles May 17, 2022 1 commit to master 15563e7 add syntastic off by default and toggle macro […]
- sadsfae closed an issue in redhat-performance/quadssadsfae closed an issue in redhat-performance/quads May 13, 2022 [RFE] Add cloud membership awareness to --ls-available and quads-web UI #408 This is an RFE for adding cloud membership awareness into --ls-available. This would apply to systems coming out of an assignment at the time of yo… […]
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads May 13, 2022 1 commit to master 2dd7ab5 feat: added cloud to gui-available […]
- sadsfae opened an issue in redhat-performance/quadssadsfae opened an issue in redhat-performance/quads May 13, 2022 [RFE] Explore / Implement Optaplanner / OptaPy Support for AI Scheduling and Decision-Making #409 This RFE will cover exploratory and R&D efforts into using optaplanner / optapy for optional offloading of AI-driven decision making for QUADS work… […]
- sadsfae pushed to master in redhat-performance/quads
Tags
- ansible
- automation
- beer
- cloud
- comedy
- cooking
- desktop linux
- devops
- dublin
- elasticsearch
- elk
- fedora
- food
- foreman
- gaming
- git
- hobo
- home cooking
- infrastructure
- ireland
- italian
- linux
- linux gaming
- mutt
- open source
- openstack
- pasta
- performance
- power management
- privacy
- public cloud
- python
- raspberry pi
- recipe
- scale
- security
- server
- shell
- sketch
- skit
- stout
- sysadmin
- terminal
- trystack
- urban terror
- vegetarian
- what
- will foster
- xfce
Tag Archives: elasticsearch
Automate Deployment of the ELK/EFK Stack with Ansible
I recently needed to completely automate deploying a full ELK/EFK stack and clients and didn’t find anything that suited my needs so I wrote the playbooks for this in Ansible. This was my first real foray into automation with Ansible, … Continue reading
Posted in open source, sysadmin
Tagged ansible, automation, devops, elasticsearch, elk, kibana, linux, logging, logstash, sysadmin
24 Comments
How to Manually Clean Indexes from Elasticsearch
In a previous post we covered getting started with the ELK stack (Elasticsearch, Logstash, Kibana). Now we need to remove old indexes manually from an Elasticsearch datastore sorted by age. We’ll be using the curator tool in a sandbox using … Continue reading
Posted in open source, sysadmin
Tagged curator, elasticsearch, elk, linux, pip, python, sysadmin
3 Comments
How to Manually Create/Tune an Elasticsearch Index
The ELK stack provides a very powerful set of tools that allow administrators and developers unfettered access and customizable log aggregation across any manner of server, application or device. Recently I needed to stand up a new ELK stack on … Continue reading
Posted in open source, sysadmin
Tagged elasticsearch, elk, linux, logging, logstash, sysadmin
2 Comments