Skip to content

Commit

Permalink
fix: add support for solaris in filebeat
Browse files Browse the repository at this point in the history
  • Loading branch information
gaige committed Sep 11, 2023
1 parent 81fe3bc commit 019c2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/autodiscover/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

//go:build !aix
//go:build ( !aix && !solaris )

package autodiscover

Expand Down

0 comments on commit 019c2e1

Please sign in to comment.