Skip to content

Commit 7770717

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent bbea01f commit 7770717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/configuring-fluent-bit/classic-mode/record-accessor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
description: A full feature set to access content of your records.
33
---
44

5-
# Record Accessor
5+
# Record accessor
66

77
Fluent Bit works internally with structured records and it can be composed of an unlimited number of keys and values. Values can be anything like a number, string, array, or a map.
88

99
Having a way to select a specific part of the record is critical for certain core functionalities or plugins, this feature is called _Record Accessor._
1010

11-
Consider Record Accessor to be a basic grammar to specify record content and other miscellaneous values.
11+
Consider record accessor to be a basic grammar to specify record content and other miscellaneous values.
1212

1313
## Format
1414

0 commit comments

Comments
 (0)