Skip to content

Commit 4d6ba7d

Browse files
Added end-to-end PPL tests for Spark (opensearch-project#1028)
* Added end-to-end PPL tests for Spark Signed-off-by: Norman Jordan <norman.jordan@improving.com> * Added instructions for adding end-to-end tests Signed-off-by: Norman Jordan <norman.jordan@improving.com> --------- Signed-off-by: Norman Jordan <norman.jordan@improving.com>
1 parent eff717a commit 4d6ba7d

File tree

455 files changed

+2791
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+2791
-0
lines changed

docs/docker/integ-test/README.md

Lines changed: 80 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source = dev.default.http_logs | dedup 1 status | fields @timestamp, clientip, status, size | head 10
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@timestamp,clientip,status,size
2+
2023-10-01T10:00:00.000Z,40.135.0.0,200,24736
3+
2023-10-01T10:20:00.000Z,247.37.0.0,304,0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source = dev.default.http_logs | dedup status, size | head 10
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@timestamp,request,size,year,clientip,status,day,month
2+
2023-10-01T10:15:00.000Z,GET /french/splash_inet.html HTTP/1.0,3781,2023,247.37.0.0,200,1,10
3+
2023-10-01T10:00:00.000Z,GET /images/hm_bg.jpg HTTP/1.0,24736,2023,40.135.0.0,200,1,10
4+
2023-10-01T10:20:00.000Z,GET /images/hm_nbg.jpg HTTP/1.0,0,2023,247.37.0.0,304,1,10
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source = dev.default.http_logs | dedup 1 status keepempty=true | head 10
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@timestamp,request,size,year,clientip,status,day,month
2+
2023-10-01T10:00:00.000Z,GET /images/hm_bg.jpg HTTP/1.0,24736,2023,40.135.0.0,200,1,10
3+
2023-10-01T10:20:00.000Z,GET /images/hm_nbg.jpg HTTP/1.0,0,2023,247.37.0.0,304,1,10
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source = dev.default.http_logs | dedup status, size keepempty=true | head 10
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@timestamp,request,size,year,clientip,status,day,month
2+
2023-10-01T10:15:00.000Z,GET /french/splash_inet.html HTTP/1.0,3781,2023,247.37.0.0,200,1,10
3+
2023-10-01T10:00:00.000Z,GET /images/hm_bg.jpg HTTP/1.0,24736,2023,40.135.0.0,200,1,10
4+
2023-10-01T10:20:00.000Z,GET /images/hm_nbg.jpg HTTP/1.0,0,2023,247.37.0.0,304,1,10
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source = dev.default.http_logs | dedup 2 status | head 10

0 commit comments

Comments
 (0)