Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fixed minor indentation error in SplunkDF.search() docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJBianco committed Jun 9, 2020
1 parent 8c5e42c commit 35640fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huntlib/splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def search(self, spl, mode="normal", search_args=None, verbose=False,
by the search process will be printed to stdout. The default is False
(suppress these messages).
limit: An integer describing the max number of search results to return.
fields: A comma-separated string listing all of the fields to be returned in
fields: A comma-separated string listing all of the fields to be returned in
the results. If not 'None', this is appended to the end of the 'spl'
query, like so: "| fields field1,field2,field3". The default is '*',
meaning all fields.
Expand Down

0 comments on commit 35640fb

Please sign in to comment.