This file contains hidden or 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
# YAML config for these Ansible roles: | |
# https://github.com/LaneCommunityCollege/aspects_logstash | |
# https://github.com/LaneCommunityCollege/aspects_logstash_forwarder | |
# | |
# Since it's just straight config blocks, you should be able to just copy and paste what you need if you don't use | |
# those Ansible roles. | |
# | |
# End result is multiline logs combined into one, and dates are parsed correctly. | |
aspects_logstash_rules: |
This file contains hidden or 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
# (c) 2013, Serge van Ginderachter <[email protected]> | |
# | |
# This file is part of Ansible | |
# | |
# Ansible is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# Ansible is distributed in the hope that it will be useful, |
This file contains hidden or 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
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
ServerName elasticsearch.domain.tld | |
ServerAlias kibana.domain.tld | |
DocumentRoot /path/to/kibana/docroot | |
<Directory /> | |
Options FollowSymLinks | |
AllowOverride None | |
</Directory> | |
<Directory /path/to/kibana/docroot> |
This file contains hidden or 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
sshpubkeys/username.json | |
{ | |
"type": "id_rsa", | |
"key": "really long key", | |
"name": "blah@blah" | |
} | |
sshpubkeys/reagand.json | |
{ | |
"type": "id_rsa", | |
"key": "really long key", |
This file contains hidden or 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
<html> | |
<head> | |
<title>jquery filter test</title> | |
</head> | |
<body> | |
<label>Filter: </label> <input id="inputfilter" type="text"></input> | |
<table id="filterme"> | |
<thead> | |
<tr> | |
<th> |
NewerOlder