What Are You Doing Right Now
-
A $90 / 16GB Sims 3 update has just completed. I am now a bachelour.
-
@dominica now owns every, single non-stuff expansion to The Sims 3. Every city, every feature. Something like twelve expansions plus the base game.
-
Just did a from scratch ELK install on CentOS 7 in the lab on the Scale HC3. Getting servers set up to send to it, now.
-
How did the ELK install go? Was it pretty involved or straight forward?
-
@antonit said:
How did the ELK install go? Was it pretty involved or straight forward?
Very smooth. Will document and hopefullly script up. There are several "edit with vi" steps that I'd like to make automated so that someone could build it a bit easier. But data started ingesting instantly, no issues.
-
@scottalanmiller Yes, please! OK, back to vacation mode... Have a bottle of Prosecco to ingest
-
@scottalanmiller said:
@antonit said:
How did the ELK install go? Was it pretty involved or straight forward?
Very smooth. Will document and hopefullly script up. There are several "edit with vi" steps that I'd like to make automated so that someone could build it a bit easier. But data started ingesting instantly, no issues.
Get that up, I need to install 2 of them at different clients this weekends.
-
@JaredBusch said:
@scottalanmiller said:
@antonit said:
How did the ELK install go? Was it pretty involved or straight forward?
Very smooth. Will document and hopefullly script up. There are several "edit with vi" steps that I'd like to make automated so that someone could build it a bit easier. But data started ingesting instantly, no issues.
Get that up, I need to install 2 of them at different clients this weekends.
THIS weekend? Like tomorrow?
-
@scottalanmiller said:
@JaredBusch said:
@scottalanmiller said:
@antonit said:
How did the ELK install go? Was it pretty involved or straight forward?
Very smooth. Will document and hopefullly script up. There are several "edit with vi" steps that I'd like to make automated so that someone could build it a bit easier. But data started ingesting instantly, no issues.
Get that up, I need to install 2 of them at different clients this weekends.
THIS weekend? Like tomorrow?
Tonight or tomorrow, it is only 19:00 here. Was going to start from the old post on here about it. I know it had minor issues.
-
These docs are a good place to start.
-
It's after 3am here, which makes it tough for me turning out much yet tonight.
-
@scottalanmiller said:
These docs are a good place to start.
YTeah, that was what was in the original post here on the subject.
-
Decided to update my CentOS iso on all my Hypervisor ISO repos to 1511 first.
-
Good Morning ML
How are you here? I Missed you all guys.. -
-
@JaredBusch said:
@Joy said:
Good Morning ML
How are you here? I Missed you all guys..Morning @Joy Glad to see you back around.
Thanks, It's Sunday here and not that busy like week days.
So i thought of dropping by to check about @scottalanmiller post last night. -
The kids got me out of bed so that we could play Puzzler World together.
-
Rolling out ELK clients. (Filebeat)
-
made a super simple script for pushing filebeat out to CentOS 7 clients that don't have it yet, assuming that you have the necessary config files locally...
#!/bin/bash ssh root@"$1" "rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch" scp elastic-beats.repo root@"$1":/etc/yum.repos.d/ ssh root@"$1" "yum -y install filebeat" scp filebeat.yml root@"$1":/etc/filebeat/filebeat.yml scp logstash-forwarder.crt root@"$1":/etc/pki/tls/certs ssh root@"$1" "systemctl start filebeat; systemctl enable filebeat"
-
Scrambled eggs and coffee. Good morning Mangoes.