Best Pickins’
- Run iTunes on Linux via Wine
- Build Secure VLAN Networks with 'Shibby' Router Firmware
- Fun and Profit with Reverse SSH Tunnels and AutoSSH
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Installing CentOS on the Raspberry Pi
- Automate Nagios Monitoring with Ansible
- Using VDO on CentOS/RHEL7 for Storage Efficiency
- Logitech G933 Wireless Headset on Linux
- Using KWin with Xfce
- Take Control of your Email with Mutt, OfflineIMAP and Notmuch
Squatters
- 485,909 hobos
Blogroll
- My Tweets
Code
- sadsfae forked sadsfae/DHCPy-scanner from Dodoveloper/DHCPy-scannersadsfae forked sadsfae/DHCPy-scanner from Dodoveloper/DHCPy-scanner Apr 16, 2021 Dodoveloper/DHCPy-scanner A simple DHCP scanner written in Python 3 Python 2 Updated Sep 10 […]
- sadsfae opened an issue in redhat-performance/quadssadsfae opened an issue in redhat-performance/quads Apr 16, 2021 VSC stdout minor cosmetic issue #372 It appears that there's a minor problem with the stdout from verify_switchconf.py: Here is a run with --change /opt/quads/quads/tools/verify_switch… […]
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads Apr 12, 2021 2 commits to master eb6abec Merge "fix: verify switch conf on last nic and vlans" 3b14657 fix: verify switch conf on last nic and vlans […]
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads Apr 8, 2021 2 commits to master 79d6254 Merge "fix: hardcoded links for vlans on jira ticket assignment" 294d233 fix: hardcoded links for vlans on jira ticket assignment […]
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads Mar 31, 2021 2 commits to master a3ac558 Merge "feat: added get ticket and refactored Jira library" d902975 feat: added get ticket and refactored Jira library […]
- sadsfae forked sadsfae/DHCPy-scanner from Dodoveloper/DHCPy-scanner
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