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
gh repo list --json name -L 1000 -q '.[].name | select(match("logstash-"))' | xargs -L 1 gh repo delete --yes |
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
(use-package tempel | |
:bind (("M-+" . tempel-complete) ;; Alternative tempel-expand | |
("M-*" . tempel-insert)) | |
:config | |
(setq tempel-path (expand-file-name "my-templates/*" user-emacs-directory)) | |
:init | |
(global-tempel-abbrev-mode)) |
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
diff --git a/docker-compose.yml b/docker-compose.yml | |
index 28fdfb32f..113d3b0d2 100644 | |
--- a/docker-compose.yml | |
+++ b/docker-compose.yml | |
@@ -10,7 +10,7 @@ services: | |
fleet-server: { condition: service_healthy } | |
elasticsearch: | |
- image: docker.elastic.co/elasticsearch/elasticsearch:8.1.0-1cb1f3ad-SNAPSHOT | |
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.2.0-5d69c4c3-SNAPSHOT |
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
metricbeat/autodiscover/appender/kubernetes/token/token.go | |
44: cfgwarn.Deprecate("7.0.0", "token appender is deprecated in favor of bearer_token_file config parameter") | |
metricbeat/module/system/core/config.go | |
45: cfgwarn.Deprecate("6.1.0", "cpu_ticks is deprecated. Add 'ticks' to the core.metrics list.") | |
metricbeat/module/system/cpu/config.go | |
46: cfgwarn.Deprecate("6.1.0", "cpu_ticks is deprecated. Add 'ticks' to the cpu.metrics list.") | |
metricbeat/module/system/process/config.go |
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
For the master branch | |
alias eam="curl -s https://artifacts-api.elastic.co/v1/search/8.0-SNAPSHOT/beat | jq '.packages | to_entries | .[] | select(.key|test(\"packetbeat.\")) |.value.url'" | |
For the 7.x branch (upcoming 7.8) | |
alias ea7="curl -s https://artifacts-api.elastic.co/v1/search/7.8-SNAPSHOT/beat | jq '.packages | to_entries | .[] | select(.key|test(\"packetbeat.\")) |.value.url'" |
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
package main | |
import "fmt" | |
func main() { | |
fmt.Println("Hello") | |
} |
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
package main | |
import ( | |
"fmt" | |
"os" | |
"time" | |
) | |
const logFile = "/tmp/file.txt" |
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
12:37:32 Started by upstream project "elastic+beats+pull-request+multijob-darwin" build number 350 | |
12:37:32 originally caused by: | |
12:37:32 Started by upstream project "elastic+beats+pull-request" build number 480 | |
12:37:32 originally caused by: | |
12:37:32 GitHub pull request #8376 of commit 4e76c011800da69ade46481411868eafaf073552, no merge conflicts. | |
12:37:32 [EnvInject] - Loading node environment variables. | |
12:37:32 [EnvInject] - Preparing an environment for the build. | |
12:37:32 [EnvInject] - Keeping Jenkins system variables. | |
12:37:32 [EnvInject] - Keeping Jenkins build variables. | |
12:37:33 [EnvInject] - Injecting as environment variables the properties content |
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
package main | |
import ( | |
"fmt" | |
"sync" | |
"time" | |
) | |
type OK struct{} |
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
``` | |
. | |
├── auditbeat | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-amd64.deb | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-amd64.deb.sha512 | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-darwin-x86_64.dmg | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-darwin-x86_64.dmg.sha512 | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-darwin-x86_64.tar.gz | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-darwin-x86_64.tar.gz.sha512 | |
│ ├── auditbeat-7.0.0-alpha1-SNAPSHOT-i386.deb |
NewerOlder