Skip to content

Commit

Permalink
Splunk-source kamelet - initEarliestTime is required parameter (#1664)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Sep 26, 2023
1 parent cc47cd6 commit 316a6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kamelets/splunk-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
- username
- password
- query
- initEarliestTime
type: object
properties:
serverHostname:
Expand Down Expand Up @@ -149,7 +150,7 @@ spec:
delay: "{{?delay}}"
search: "{{?query}}"
earliestTime: "{{?earliestTime}}"
initEarliestTime: "{{?initEarliestTime}}"
initEarliestTime: "{{initEarliestTime}}"
latestTime: "{{?latestTime}}"
raw: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
- username
- password
- query
- initEarliestTime
type: object
properties:
serverHostname:
Expand Down Expand Up @@ -149,7 +150,7 @@ spec:
delay: "{{?delay}}"
search: "{{?query}}"
earliestTime: "{{?earliestTime}}"
initEarliestTime: "{{?initEarliestTime}}"
initEarliestTime: "{{initEarliestTime}}"
latestTime: "{{?latestTime}}"
raw: true
steps:
Expand Down

0 comments on commit 316a6e7

Please sign in to comment.