英題:Fluentd Hacking Guide
30分しかないため斜線部分は今回省く
- Fluentd の起動シーケンスとプラグインの読み込み
Fluentd の設定ファイルのパース- Input Plugin から Output Plugin にデータが渡る流れ
| # using VirtualBox version $VBOX_VERSION | |
| FROM boot2docker/boot2docker | |
| RUN apt-get install p7zip-full | |
| RUN mkdir -p /vboxguest && \ | |
| cd /vboxguest && \ | |
| curl -L -o vboxguest.iso http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso && \ | |
| 7z x vboxguest.iso -ir'!VBoxLinuxAdditions.run' && \ | |
| sh VBoxLinuxAdditions.run --noexec --target . && \ |
This is a short article on how we integrate stash and slack in openmind
First of all i assume you have:
| #!/usr/bin/env ruby | |
| require 'aws-sdk' | |
| require 'optparse' | |
| require 'yaml' | |
| require 'json' | |
| begin | |
| require 'aws/profile_parser' | |
| rescue LoadError; end |
| [40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m[40m [0m | |
| [40m [0m[40m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[41m [0m[40m [0m[40m [0m | |
| [40m [0m[40m [0m[41m [0m[41m [0m[107m [0m[107m [0m[107m [0m[107m [0m[101m [0m[101m [0m[101m [0m[101m [0m[107m [0m[107m [0m[107m [0m[107m [0m[41m [0m[41m [0m[40m [0m[40m [0m | |
| [40m [0m[40m [0m[107m [0m[107m [0m[40m [0m[40m [0m[40m [0m[40m [0m[101m [0m[101m [0m[101m [0m[101m [0m[40m [0m[40m [0m[40m [0m[40m [0m[107m [0m[107m [0m[40m [0m[40m [0m | |
| [40m [0m[40m [0m[107m [0m[107m [0m[40m [0m[40m [0m[107m [0m[107m [0m[101m [0m[101m [0m[101m [0m[101m [0m[107m [0m[107m [0m[40m [0m[40m [0m[107m [0m[107m [0m[40m [0m[40m [0m |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
| /* compile with: gcc -shared -fPIC -o hook.so hook.c -ldl */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <regex.h> | |
| #include <dlfcn.h> | |
| #include <memory.h> | |
| static void *libc = NULL; |
| 更新: | 2021-07-20 |
|---|---|
| バージョン: | 2021.1 |
| 作者: | @voluntas |
| URL: | https://voluntas.github.io/ |
注意
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Description": "VPC knowhow template", | |
| "Parameters": { | |
| "KeyName": { | |
| "Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances", | |
| "Type": "String", | |
| "MinLength": "1", | |
| "MaxLength": "64", | |
| "AllowedPattern": "[-_ a-zA-Z0-9]*", |