Best Pickins’
- Fix for Intel i915 GPU Freeze on Recent Linux Kernels
- Linux Laptop Power Tuning with Powertop and Friends
- How to Use Self-signed SSL Certificates for Plex Media Server
- Fun and Profit with Reverse SSH Tunnels and AutoSSH
- Take Control of your Email with Mutt, OfflineIMAP and Notmuch
- Run iTunes on Linux via Wine
- Logitech G933 Wireless Headset on Linux
- Using Italics with Vim in your Terminal
- Build Secure VLAN Networks with 'Shibby' Router Firmware
- Automate SuperMicro Server Provisioning or Die Trying
Squatters
- 549,927 hobos
-
Blogroll
- My Tweets
Code
- sadsfae closed an issue in sadsfae/badfishsadsfae closed an issue in sadsfae/badfish · Feb 3, 2023 testing can you see me #4 Your System Details Python Version: Operating System: Target System Type: (e.g. Dell, SuperMicro) IPMI / Out-of-band Firmware Version: (_e.g. iDRA… […]
- sadsfae opened an issue in sadsfae/badfishsadsfae opened an issue in sadsfae/badfish · Feb 3, 2023 testing can you see me #4 Your System Details Python Version: Operating System: Target System Type: (e.g. Dell, SuperMicro) IPMI / Out-of-band Firmware Version: (_e.g. iDRA… […]
- sadsfae pushed to master in sadsfae/badfishsadsfae pushed to master in sadsfae/badfish · Feb 3, 2023 1 commit to master d8d553c simplify JSON payload, don't use cards. […]
- sadsfae pushed to master in redhat-performance/quadssadsfae pushed to master in redhat-performance/quads · Feb 3, 2023 1 commit to master d044d92 feat: add webhook notifications for releases. […]
- sadsfae added grafuls to sadsfae/badfishsadsfae added grafuls to sadsfae/badfish · Feb 2, 2023
- sadsfae closed an issue in sadsfae/badfish
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