Module vector_lookup::lookup_v2
source · Structs§
- A wrapper around
OwnedTargetPath
that allows it to be used in Vector config with prefix default toPathPrefix::Event
- A wrapper around
OwnedValuePath
that allows it to be used in Vector config. This requires a valid path to be used. If you want to allow optional paths, use optional_path::OptionalValuePath. - An optional path that deserializes an empty string to
None
. - An optional path that deserializes an empty string to
None
. - An owned path that contains a target (pointing to either an Event or Metadata)
- A lookup path.
Enums§
Traits§
- A path is simply the data describing how to look up a field from a value. This should only be implemented for types that are very cheap to clone, such as references.
Functions§
- Used to pre-parse a path. The return value (when borrowed) implements
Path
so it can be used directly. This parses a target path, which is a path that contains a target prefix. - Used to pre-parse a path. The return value (when borrowed) implements
Path
so it can be used directly. This parses a value path, which is a path without a target prefix.