Elasticsearchの設定変更 vim /etc/elasticsearch/elasticsearch.yml
1 2 3 |
##### Index Section index.analysis.analyzer.default.type: custom index.analysis.analyzer.default.tokenizer: kuromoji_tokenizer |
kuromojiをデフォルトに設定 […]
Elasticsearchの設定変更 vim /etc/elasticsearch/elasticsearch.yml
1 2 3 |
##### Index Section index.analysis.analyzer.default.type: custom index.analysis.analyzer.default.tokenizer: kuromoji_tokenizer |
kuromojiをデフォルトに設定 […]
ネットワークのインターフェイス確認 netstat -i 物理的なつながりを把握する 現在のルーティングを確認する netstat -rvn
1 2 3 4 |
Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 ... |
適用中の経路 […]