diff --git a/internal/impl/io/input_streaming_file.go b/internal/impl/io/input_streaming_file.go index 13a32937ad..a933391c3a 100644 --- a/internal/impl/io/input_streaming_file.go +++ b/internal/impl/io/input_streaming_file.go @@ -229,9 +229,8 @@ func NewStreamingFileInput(cfg StreamingFileInputConfig, logger *service.Logger) func streamingFileInputSpec() *service.ConfigSpec { return service.NewConfigSpec(). - Stable(). Categories("Local"). - Summary("Robust streaming file input with automatic recovery and rotation handling"). + Summary("Streaming file input with automatic recovery and rotation handling"). Description(` Reads from a file continuously, similar to using a subprocess with 'tail -F', but with several important improvements: