Skip to content

Commit 42ddbc0

Browse files
in_someip: Added yaml sample configuration
Updated in_someip documentation to include example yaml configuration. Signed-off-by: Anthony Payne <[email protected]>
1 parent 2b41441 commit 42ddbc0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pipeline/inputs/someip.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ $ ./fluent-bit -i someip -p Event=4,1,32768,1 -o stdout
2929

3030
In your main configuration file append the following _Input_ & _Output_ sections:
3131

32+
{% tabs %}
33+
{% tab title="fluent-bit.conf" %}
3234
```text
3335
[INPUT]
3436
Name someip
@@ -41,6 +43,19 @@ In your main configuration file append the following _Input_ & _Output_ sections
4143
[OUTPUT]
4244
Name stdout
4345
```
46+
{% endtab %}
47+
48+
{% tab title="fluent-bit.yaml" %}
49+
```yaml
50+
pipeline:
51+
inputs:
52+
- name: someip
53+
Event: '4,1,32768,1'
54+
Event: '4,1,32769,2'
55+
RPC: '4,1,1,CgAQAw=='
56+
```
57+
{% endtab %}
58+
{% endtabs %}
4459
4560
## Testing
4661

0 commit comments

Comments
 (0)