Skip to content

Commit

Permalink
Merge pull request elastic#3 from HiDAl/palcantar/ingest-report
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo authored Jan 13, 2023
2 parents 5864aff + 08b704a commit d1d5d4e
Show file tree
Hide file tree
Showing 12 changed files with 380,308 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esbench-configs/gcp-security-date-proc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"elasticsearch.version":"snapshot.latest",
"elasticsearch.remote.repo.url":"https://github.com/HiDAl/elasticsearch",
"elasticsearch.remote.repo.revision":"palcantar/optimize-date-processor"
}

11 changes: 11 additions & 0 deletions esbench-configs/gcp-simple-logging-track-custom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"track.name": "elastic/logs",
"track.params": {
"raw_data_volume_per_day": "5GB"
},
"elasticsearch.version":"snapshot.latest",
"elasticsearch.node.count": 3,
"elasticsearch.remote.repo.url":"https://github.com/HiDAl/elasticsearch",
"elasticsearch.remote.repo.revision":"palcantar/date-proc-cache"
}

9 changes: 9 additions & 0 deletions esbench-configs/gcp-simple-logging-track-main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"track.name": "elastic/logs",
"track.params": {
"raw_data_volume_per_day": "5GB"
},
"elasticsearch.node.count": 3,
"elasticsearch.version":"snapshot.latest"
}

107,465 changes: 107,465 additions & 0 deletions test/diagnostic-rally-log-baseline/flamegraph-ingest-20230112110031.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test/diagnostic-rally-log-baseline/nodes_stats.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions test/diagnostic-rally-log-baseline/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name" : "elasticsearch-0",
"cluster_name" : "default",
"cluster_uuid" : "_MZWftFaRJ62QB-Sd6HBhA",
"version" : {
"number" : "8.7.0-SNAPSHOT",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "04f88e75d443eb73e335748f983394805f7c2742",
"build_date" : "2023-01-09T11:16:26.251291628Z",
"build_snapshot" : true,
"lucene_version" : "9.4.2",
"minimum_wire_compatibility_version" : "7.17.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "You Know, for Search"
}
97,440 changes: 97,440 additions & 0 deletions test/diagnostic-rally-log-smaller-cache/flamegraph-ingest-20230112123229.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test/diagnostic-rally-log-smaller-cache/nodes_stats.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions test/diagnostic-rally-log-smaller-cache/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name" : "elasticsearch-0",
"cluster_name" : "default",
"cluster_uuid" : "KCHbHoPlSRmx-Wi59ZlWew",
"version" : {
"number" : "8.7.0-SNAPSHOT",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "e6004ac9e4067ac25fab00f746bf02fc2f03e52a",
"build_date" : "2023-01-12T12:18:27.539854952Z",
"build_snapshot" : true,
"lucene_version" : "9.4.2",
"minimum_wire_compatibility_version" : "7.17.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "You Know, for Search"
}
Loading

0 comments on commit d1d5d4e

Please sign in to comment.