My Elasticsearch cheatsheet with example usage via rest api (still a work-in-progress)
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
| Hi! Welcome to Beta Practitioner. | |
| CIAB IP address: 10.0.9.137 | |
| SSH :2200 | |
| http :8800 | |
| https :4430 | |
| slides :9090/9091 | |
| https://10.0.9.137:4430 - PE Console |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0LNaFqrgQMjp1FugHVkrlfyUzrVh4BX3D+5Xgmd9Ar0XsIe0Lfby2nUNHFTl0joD6/kqB8xrb7z+DCZIkJJnAJMnGB98cd2Gs5fglXI323HDumJMN4EmTTBLM+4vEJy0/dWxU3dIJtRVvkeFmZMLx2UpVNjS62i9WjIYQmXON6f3Ta85q/cAjEASeqnImDdJ5Reytu4I/16lygrXUvPtJAUYeOdMOeGy0PoypxHdR9rlMGy896brucxQMVfh2+0PiTuMUOwlVmOnMR0JX7ky8mTd0hRlH3AqJzL1yj8fHT4Dlsz9FUCK/rik7utgegePNv2azKzaBP09JIEy1JkfV [email protected] |
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
| class yum::repos ( | |
| $config = undef, | |
| $purge_everything = false, | |
| ) { | |
| $defaults = { | |
| enabled => '1', | |
| gpgcheck => '0', | |
| priority => '20', | |
| 'require' => File['/etc/yum.repos.d'], |