This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AA | |
AAA | |
Aachen | |
Aachener | |
Aachenerin | |
Aachenerinnen | |
Aachenern | |
Aacheners | |
Aachens | |
Aal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################################################################################### | |
# I have this file saved as iclogs.yml, but you could name the file anything you wanted to. When you # | |
# start up logstash you need to tell it where this file is using the -f flag on the command line like: # | |
# # | |
# logstash -f iclogs.yml # | |
# # | |
# There are still some bugs in the parsing resulting in keys that contain no name value, which might be # | |
# possible to clean up using the grep setting of the mutate filter. # | |
########################################################################################################### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ELK on Ubuntu Quick Install | |
--------------------------- | |
#Elasticsearch | |
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install apt-transport-https | |
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list | |
sudo apt-get update && sudo apt-get install elasticsearch | |
sudo su | |
vim /etc/elasticsearch/elasticsearch.yml |