Skip to content

Commit

Permalink
[DOCS] Removes unnecessary step from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 19, 2018
1 parent 94a7d64 commit 2e3dbcd
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions x-pack/docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -474,32 +474,6 @@ setups['calendar_outages_addevent'] = setups['calendar_outages_addjob'] + '''
{ "description": "event 3", "start_time": "1514160000000", "end_time": "1514246400000"}
]}
'''
setups['it_ops_logs_job'] = '''
- do:
xpack.ml.put_job:
job_id: "it_ops_logs"
body: >
{
"analysis_config" : {
"categorization_field_name": "message",
"bucket_span":"30m",
"detectors" :[
{
"detector_description": "Unusual message counts",
"function": "count",
"by_field_name": "mlcategory"
}],
"categorization_filters":[ "\\/[statement:.*\\/]"]
},
"analysis_limits":{
"categorization_examples_limit": 5
},
"data_description" : {
"time_field":"time",
"time_format": "epoch_ms"
}
}
'''
setups['role_mapping'] = '''
- do:
xpack.security.put_role_mapping:
Expand Down

0 comments on commit 2e3dbcd

Please sign in to comment.