Skip to content

Commit 11c8843

Browse files
committed
fix inputrefs
1 parent 6eef175 commit 11c8843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/log-collector-http-server.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
pipelines: # <5>
4040
- name: http-pipeline
4141
inputRefs:
42-
- infrastructure
42+
- http-receiver
4343
# ...
4444
----
4545
<1> Specify a name for your input receiver.
@@ -68,7 +68,7 @@ spec:
6868
port: 8443 # <4>
6969
pipelines: # <5>
7070
- inputRefs:
71-
- infrastructure
71+
- http-receiver
7272
name: http-pipeline
7373
# ...
7474
----

0 commit comments

Comments
 (0)