/images/avatar.png

Mulinux运维

H3C S2100 S3100网络配置

初始配置,还原交换机出厂设置命令:reset saved-configuration 设置交换机名称 1 2 3 4 5 6 7 <H3C> Auto-Configuration has finished! <H3C>sys System View: return to User View with Ctrl+Z. [H3C] [H3C]sysname Sh-A1-192.168.0.109 # 设置交换机名称 [Sh-A1-192.168.0.109] 配置交换机的管理

es2csv 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 input { elasticsearch { hosts => "localhost:9200" index => "kibana_sample_data_ecommerce" user => "elastic" password => "password" query => '{ # query可不填写 "query": { "match_all": {} } }' } } output { csv { fields => ["@message"] path => "/tmp/csv-export.csv" } }