You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security.get_user_profile - uid parameter changes from String to List
[List] :uid A comma-separated list of unique identifier for user profiles
text_structure.find_structure - adds ecs_compatibility parameter
[String] :ecs_compatibility Optional parameter to specify the
compatibility mode with ECS Grok patterns - may be either 'v1' or
'disabled'
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/text_structure/find_structure.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ module Actions
35
35
# @option arguments [String] :quote Optional parameter to specify the quote character for a delimited file - must be a single character
36
36
# @option arguments [Boolean] :should_trim_fields Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
37
37
# @option arguments [String] :grok_pattern Optional parameter to specify the Grok pattern that should be used to extract fields from messages in a semi-structured text file
38
+
# @option arguments [String] :ecs_compatibility Optional parameter to specify the compatibility mode with ECS Grok patterns - may be either 'v1' or 'disabled'
38
39
# @option arguments [String] :timestamp_field Optional parameter to specify the timestamp field in the file
39
40
# @option arguments [String] :timestamp_format Optional parameter to specify the timestamp format in the file - may be either a Joda or Java time format
40
41
# @option arguments [Boolean] :explain Whether to include a commentary on how the structure was derived
0 commit comments