Skip to content

Instantly share code, notes, and snippets.

@onodai145
onodai145 / fortigate.pattern
Last active October 2, 2024 14:23
Logstash log parsing sample for FortiOS after 5.6
FORTIDATE %{YEAR:year}\-%{MONTHNUM:month}\-%{MONTHDAY:day}
ffmpeg -i '${URL}' -map 0:0 -map 0:1 -vcodec libx264 -preset ultrafast -vf yadif=0:-1:1 -acodec aac -flags +loop-global_header -f segment -vbsf h264_mp4toannexb -segment_format mpegts -segment_wrap 12 -hls_list_size 12 -segment_list_flags live -segment_time 5 -segment_list ${FileName}.m3u8 ${FileName}.ts
#cloud-config
# ホスト名
hostname: CoreOS
coreos:
units:
# ネットワーク設定
- name: 10-static.network
runtime: no