123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730 |
- import java.nio.charset.StandardCharsets
- apply plugin: 'elasticsearch.docs-test'
- /* List of files that have snippets that probably should be converted to
- * `// CONSOLE` and `// TESTRESPONSE` but have yet to be converted. Try and
- * only remove entries from this list. When it is empty we'll remove it
- * entirely and have a party! There will be cake and everything.... */
- buildRestTests.expectedUnconvertedCandidates = [
- 'en/rest-api/watcher/put-watch.asciidoc',
- 'en/security/authentication/user-cache.asciidoc',
- 'en/security/authorization/run-as-privilege.asciidoc',
- 'en/security/ccs-clients-integrations/http.asciidoc',
- 'en/rest-api/watcher/stats.asciidoc',
- 'en/watcher/example-watches/watching-time-series-data.asciidoc',
- ]
- dependencies {
- testCompile project(path: xpackModule('core'), configuration: 'default')
- testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
- testCompile project(path: xpackProject('plugin').path, configuration: 'testArtifacts')
- }
- // copy xpack rest api
- File xpackResources = new File(xpackProject('plugin').projectDir, 'src/test/resources')
- project.copyRestSpec.from(xpackResources) {
- include 'rest-api-spec/api/**'
- }
- testClusters.integTest {
- extraConfigFile 'op-jwks.json', xpackProject('test:idp-fixture').file("oidc/op-jwks.json")
- extraConfigFile 'idp-docs-metadata.xml', xpackProject('test:idp-fixture').file("idp/shibboleth-idp/metadata/idp-docs-metadata.xml")
- extraConfigFile 'testClient.crt', xpackProject('plugin:security').file("src/test/resources/org/elasticsearch/xpack/security/action/pki_delegation/testClient.crt")
- setting 'xpack.security.enabled', 'true'
- setting 'xpack.security.authc.api_key.enabled', 'true'
- setting 'xpack.security.authc.token.enabled', 'true'
- // Disable monitoring exporters for the docs tests
- setting 'xpack.monitoring.exporters._local.type', 'local'
- setting 'xpack.monitoring.exporters._local.enabled', 'false'
- setting 'xpack.license.self_generated.type', 'trial'
- setting 'xpack.security.authc.realms.file.file.order', '0'
- setting 'xpack.security.authc.realms.native.native.order', '1'
- setting 'xpack.security.authc.realms.oidc.oidc1.order', '2'
- setting 'xpack.security.authc.realms.oidc.oidc1.op.issuer', 'http://127.0.0.1:8080'
- setting 'xpack.security.authc.realms.oidc.oidc1.op.authorization_endpoint', "http://127.0.0.1:8080/c2id-login"
- setting 'xpack.security.authc.realms.oidc.oidc1.op.token_endpoint', "http://127.0.0.1:8080/c2id/token"
- setting 'xpack.security.authc.realms.oidc.oidc1.op.jwkset_path', 'op-jwks.json'
- setting 'xpack.security.authc.realms.oidc.oidc1.rp.redirect_uri', 'https://my.fantastic.rp/cb'
- setting 'xpack.security.authc.realms.oidc.oidc1.rp.client_id', 'elasticsearch-rp'
- keystore 'xpack.security.authc.realms.oidc.oidc1.rp.client_secret', 'b07efb7a1cf6ec9462afe7b6d3ab55c6c7880262aa61ac28dded292aca47c9a2'
- setting 'xpack.security.authc.realms.oidc.oidc1.rp.response_type', 'id_token'
- setting 'xpack.security.authc.realms.oidc.oidc1.claims.principal', 'sub'
- setting 'xpack.security.authc.realms.pki.pki1.order', '3'
- setting 'xpack.security.authc.realms.pki.pki1.certificate_authorities', '[ "testClient.crt" ]'
- setting 'xpack.security.authc.realms.pki.pki1.delegation.enabled', 'true'
- setting 'xpack.security.authc.realms.saml.saml1.order', '4'
- setting 'xpack.security.authc.realms.saml.saml1.idp.entity_id', 'https://my-idp.org'
- setting 'xpack.security.authc.realms.saml.saml1.idp.metadata.path', 'idp-docs-metadata.xml'
- setting 'xpack.security.authc.realms.saml.saml1.sp.entity_id', 'https://kibana.org'
- setting 'xpack.security.authc.realms.saml.saml1.sp.acs', 'https://kibana.org/api/security/v1/saml'
- setting 'xpack.security.authc.realms.saml.saml1.attributes.principal', 'uid'
- setting 'xpack.security.authc.realms.saml.saml1.attributes.name', 'urn:oid:2.5.4.3'
- user username: 'test_admin'
- }
- buildRestTests.docs = fileTree(projectDir) {
- // No snippets in here!
- exclude 'build.gradle'
- // That is where the snippets go, not where they come from!
- exclude 'build'
- // These file simply doesn't pass yet. We should figure out how to fix them.
- exclude 'en/watcher/reference/actions.asciidoc'
- exclude 'en/rest-api/security/ssl.asciidoc'
- }
- Map<String, String> setups = buildRestTests.setups
- setups['my_inactive_watch'] = '''
- - do:
- watcher.put_watch:
- id: "my_watch"
- active: false
- body: >
- {
- "trigger": {
- "schedule": {
- "hourly": {
- "minute": [ 0, 5 ]
- }
- }
- },
- "input": {
- "simple": {
- "payload": {
- "send": "yes"
- }
- }
- },
- "condition": {
- "always": {}
- },
- "actions": {
- "test_index": {
- "index": {
- "index": "test"
- }
- }
- }
- }
- - match: { _id: "my_watch" }
- '''
- setups['my_active_watch'] = setups['my_inactive_watch'].replace(
- 'active: false', 'active: true')
- // Used by SQL because it looks SQL-ish
- setups['library'] = '''
- - do:
- indices.create:
- index: library
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 1
- mappings:
- book:
- properties:
- name:
- type: text
- fields:
- keyword:
- type: keyword
- author:
- type: text
- fields:
- keyword:
- type: keyword
- release_date:
- type: date
- page_count:
- type: short
- - do:
- bulk:
- index: library
- type: book
- refresh: true
- body: |
- {"index":{"_id": "Leviathan Wakes"}}
- {"name": "Leviathan Wakes", "author": "James S.A. Corey", "release_date": "2011-06-02", "page_count": 561}
- {"index":{"_id": "Hyperion"}}
- {"name": "Hyperion", "author": "Dan Simmons", "release_date": "1989-05-26", "page_count": 482}
- {"index":{"_id": "Dune"}}
- {"name": "Dune", "author": "Frank Herbert", "release_date": "1965-06-01", "page_count": 604}
- {"index":{"_id": "Dune Messiah"}}
- {"name": "Dune Messiah", "author": "Frank Herbert", "release_date": "1969-10-15", "page_count": 331}
- {"index":{"_id": "Children of Dune"}}
- {"name": "Children of Dune", "author": "Frank Herbert", "release_date": "1976-04-21", "page_count": 408}
- {"index":{"_id": "God Emperor of Dune"}}
- {"name": "God Emperor of Dune", "author": "Frank Herbert", "release_date": "1981-05-28", "page_count": 454}
- {"index":{"_id": "Consider Phlebas"}}
- {"name": "Consider Phlebas", "author": "Iain M. Banks", "release_date": "1987-04-23", "page_count": 471}
- {"index":{"_id": "Pandora's Star"}}
- {"name": "Pandora's Star", "author": "Peter F. Hamilton", "release_date": "2004-03-02", "page_count": 768}
- {"index":{"_id": "Revelation Space"}}
- {"name": "Revelation Space", "author": "Alastair Reynolds", "release_date": "2000-03-15", "page_count": 585}
- {"index":{"_id": "A Fire Upon the Deep"}}
- {"name": "A Fire Upon the Deep", "author": "Vernor Vinge", "release_date": "1992-06-01", "page_count": 613}
- {"index":{"_id": "Ender's Game"}}
- {"name": "Ender's Game", "author": "Orson Scott Card", "release_date": "1985-06-01", "page_count": 324}
- {"index":{"_id": "1984"}}
- {"name": "1984", "author": "George Orwell", "release_date": "1985-06-01", "page_count": 328}
- {"index":{"_id": "Fahrenheit 451"}}
- {"name": "Fahrenheit 451", "author": "Ray Bradbury", "release_date": "1953-10-15", "page_count": 227}
- {"index":{"_id": "Brave New World"}}
- {"name": "Brave New World", "author": "Aldous Huxley", "release_date": "1932-06-01", "page_count": 268}
- {"index":{"_id": "Foundation"}}
- {"name": "Foundation", "author": "Isaac Asimov", "release_date": "1951-06-01", "page_count": 224}
- {"index":{"_id": "The Giver"}}
- {"name": "The Giver", "author": "Lois Lowry", "release_date": "1993-04-26", "page_count": 208}
- {"index":{"_id": "Slaughterhouse-Five"}}
- {"name": "Slaughterhouse-Five", "author": "Kurt Vonnegut", "release_date": "1969-06-01", "page_count": 275}
- {"index":{"_id": "The Hitchhiker's Guide to the Galaxy"}}
- {"name": "The Hitchhiker's Guide to the Galaxy", "author": "Douglas Adams", "release_date": "1979-10-12", "page_count": 180}
- {"index":{"_id": "Snow Crash"}}
- {"name": "Snow Crash", "author": "Neal Stephenson", "release_date": "1992-06-01", "page_count": 470}
- {"index":{"_id": "Neuromancer"}}
- {"name": "Neuromancer", "author": "William Gibson", "release_date": "1984-07-01", "page_count": 271}
- {"index":{"_id": "The Handmaid's Tale"}}
- {"name": "The Handmaid's Tale", "author": "Margaret Atwood", "release_date": "1985-06-01", "page_count": 311}
- {"index":{"_id": "Starship Troopers"}}
- {"name": "Starship Troopers", "author": "Robert A. Heinlein", "release_date": "1959-12-01", "page_count": 335}
- {"index":{"_id": "The Left Hand of Darkness"}}
- {"name": "The Left Hand of Darkness", "author": "Ursula K. Le Guin", "release_date": "1969-06-01", "page_count": 304}
- {"index":{"_id": "The Moon is a Harsh Mistress"}}
- {"name": "The Moon is a Harsh Mistress", "author": "Robert A. Heinlein", "release_date": "1966-04-01", "page_count": 288}
- '''
- setups['sample_job'] = '''
- - do:
- ml.put_job:
- job_id: "sample_job"
- body: >
- {
- "description" : "Very basic job",
- "analysis_config" : {
- "bucket_span":"10m",
- "detectors" :[
- {
- "function": "count"
- }
- ]},
- "data_description" : {
- "time_field":"timestamp",
- "time_format": "epoch_ms"
- }
- }
- '''
- setups['farequote_index'] = '''
- - do:
- indices.create:
- index: farequote
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- metric:
- properties:
- time:
- type: date
- responsetime:
- type: float
- airline:
- type: keyword
- doc_count:
- type: integer
- '''
- setups['farequote_data'] = setups['farequote_index'] + '''
- - do:
- bulk:
- index: farequote
- type: metric
- refresh: true
- body: |
- {"index": {"_id":"1"}}
- {"airline":"JZA","responsetime":990.4628,"time":"2016-02-07T00:00:00+0000", "doc_count": 5}
- {"index": {"_id":"2"}}
- {"airline":"JBU","responsetime":877.5927,"time":"2016-02-07T00:00:00+0000", "doc_count": 23}
- {"index": {"_id":"3"}}
- {"airline":"KLM","responsetime":1355.4812,"time":"2016-02-07T00:00:00+0000", "doc_count": 42}
- '''
- setups['farequote_job'] = setups['farequote_data'] + '''
- - do:
- ml.put_job:
- job_id: "farequote"
- body: >
- {
- "analysis_config": {
- "bucket_span": "60m",
- "detectors": [{
- "function": "mean",
- "field_name": "responsetime",
- "by_field_name": "airline"
- }],
- "summary_count_field_name": "doc_count"
- },
- "data_description": {
- "time_field": "time"
- }
- }
- '''
- setups['farequote_datafeed'] = setups['farequote_job'] + '''
- - do:
- ml.put_datafeed:
- datafeed_id: "datafeed-farequote"
- body: >
- {
- "job_id":"farequote",
- "indexes":"farequote"
- }
- '''
- setups['ml_filter_safe_domains'] = '''
- - do:
- ml.put_filter:
- filter_id: "safe_domains"
- body: >
- {
- "description": "A list of safe domains",
- "items": ["*.google.com", "wikipedia.org"]
- }
- '''
- setups['server_metrics_index'] = '''
- - do:
- indices.create:
- index: server-metrics
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- metric:
- properties:
- timestamp:
- type: date
- total:
- type: long
- '''
- setups['server_metrics_data'] = setups['server_metrics_index'] + '''
- - do:
- bulk:
- index: server-metrics
- type: metric
- refresh: true
- body: |
- {"index": {"_id":"1177"}}
- {"timestamp":"2017-03-23T13:00:00","total":40476}
- {"index": {"_id":"1178"}}
- {"timestamp":"2017-03-23T13:00:00","total":15287}
- {"index": {"_id":"1179"}}
- {"timestamp":"2017-03-23T13:00:00","total":-776}
- {"index": {"_id":"1180"}}
- {"timestamp":"2017-03-23T13:00:00","total":11366}
- {"index": {"_id":"1181"}}
- {"timestamp":"2017-03-23T13:00:00","total":3606}
- {"index": {"_id":"1182"}}
- {"timestamp":"2017-03-23T13:00:00","total":19006}
- {"index": {"_id":"1183"}}
- {"timestamp":"2017-03-23T13:00:00","total":38613}
- {"index": {"_id":"1184"}}
- {"timestamp":"2017-03-23T13:00:00","total":19516}
- {"index": {"_id":"1185"}}
- {"timestamp":"2017-03-23T13:00:00","total":-258}
- {"index": {"_id":"1186"}}
- {"timestamp":"2017-03-23T13:00:00","total":9551}
- {"index": {"_id":"1187"}}
- {"timestamp":"2017-03-23T13:00:00","total":11217}
- {"index": {"_id":"1188"}}
- {"timestamp":"2017-03-23T13:00:00","total":22557}
- {"index": {"_id":"1189"}}
- {"timestamp":"2017-03-23T13:00:00","total":40508}
- {"index": {"_id":"1190"}}
- {"timestamp":"2017-03-23T13:00:00","total":11887}
- {"index": {"_id":"1191"}}
- {"timestamp":"2017-03-23T13:00:00","total":31659}
- '''
- setups['server_metrics_job'] = setups['server_metrics_data'] + '''
- - do:
- ml.put_job:
- job_id: "total-requests"
- body: >
- {
- "description" : "Total sum of requests",
- "analysis_config" : {
- "bucket_span":"10m",
- "detectors" :[
- {
- "detector_description": "Sum of total",
- "function": "sum",
- "field_name": "total"
- }
- ]},
- "data_description" : {
- "time_field":"timestamp",
- "time_format": "epoch_ms"
- }
- }
- '''
- setups['server_metrics_datafeed'] = setups['server_metrics_job'] + '''
- - do:
- ml.put_datafeed:
- datafeed_id: "datafeed-total-requests"
- body: >
- {
- "job_id":"total-requests",
- "indexes":"server-metrics"
- }
- '''
- setups['server_metrics_openjob'] = setups['server_metrics_datafeed'] + '''
- - do:
- ml.open_job:
- job_id: "total-requests"
- '''
- setups['server_metrics_startdf'] = setups['server_metrics_openjob'] + '''
- - do:
- ml.start_datafeed:
- datafeed_id: "datafeed-total-requests"
- '''
- setups['calendar_outages'] = '''
- - do:
- ml.put_calendar:
- calendar_id: "planned-outages"
- '''
- setups['calendar_outages_addevent'] = setups['calendar_outages'] + '''
- - do:
- ml.post_calendar_events:
- calendar_id: "planned-outages"
- body: >
- { "description": "event 1", "start_time": "2017-12-01T00:00:00Z", "end_time": "2017-12-02T00:00:00Z", "calendar_id": "planned-outages" }
- '''
- setups['calendar_outages_openjob'] = setups['server_metrics_openjob'] + '''
- - do:
- ml.put_calendar:
- calendar_id: "planned-outages"
- '''
- setups['calendar_outages_addjob'] = setups['server_metrics_openjob'] + '''
- - do:
- ml.put_calendar:
- calendar_id: "planned-outages"
- body: >
- {
- "job_ids": ["total-requests"]
- }
- '''
- setups['calendar_outages_addevent'] = setups['calendar_outages_addjob'] + '''
- - do:
- ml.post_calendar_events:
- calendar_id: "planned-outages"
- body: >
- { "events" : [
- { "description": "event 1", "start_time": "1513641600000", "end_time": "1513728000000"},
- { "description": "event 2", "start_time": "1513814400000", "end_time": "1513900800000"},
- { "description": "event 3", "start_time": "1514160000000", "end_time": "1514246400000"}
- ]}
- '''
- setups['role_mapping'] = '''
- - do:
- security.put_role_mapping:
- name: "mapping1"
- body: >
- {
- "enabled": true,
- "roles": [ "user" ],
- "rules": { "field": { "username": "*" } }
- }
- '''
- setups['sensor_rollup_job'] = '''
- - do:
- indices.create:
- index: sensor-1
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- properties:
- timestamp:
- type: date
- temperature:
- type: long
- voltage:
- type: float
- node:
- type: keyword
- - do:
- rollup.put_job:
- id: "sensor"
- body: >
- {
- "index_pattern": "sensor-*",
- "rollup_index": "sensor_rollup",
- "cron": "*/30 * * * * ?",
- "page_size" :1000,
- "groups" : {
- "date_histogram": {
- "field": "timestamp",
- "interval": "1h",
- "delay": "7d"
- },
- "terms": {
- "fields": ["node"]
- }
- },
- "metrics": [
- {
- "field": "temperature",
- "metrics": ["min", "max", "sum"]
- },
- {
- "field": "voltage",
- "metrics": ["avg"]
- }
- ]
- }
- '''
- setups['sensor_started_rollup_job'] = '''
- - do:
- indices.create:
- index: sensor-1
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- properties:
- timestamp:
- type: date
- temperature:
- type: long
- voltage:
- type: float
- node:
- type: keyword
- - do:
- bulk:
- index: sensor-1
- refresh: true
- body: |
- {"index":{}}
- {"timestamp": 1516729294000, "temperature": 200, "voltage": 5.2, "node": "a"}
- {"index":{}}
- {"timestamp": 1516642894000, "temperature": 201, "voltage": 5.8, "node": "b"}
- {"index":{}}
- {"timestamp": 1516556494000, "temperature": 202, "voltage": 5.1, "node": "a"}
- {"index":{}}
- {"timestamp": 1516470094000, "temperature": 198, "voltage": 5.6, "node": "b"}
- {"index":{}}
- {"timestamp": 1516383694000, "temperature": 200, "voltage": 4.2, "node": "c"}
- {"index":{}}
- {"timestamp": 1516297294000, "temperature": 202, "voltage": 4.0, "node": "c"}
- - do:
- rollup.put_job:
- id: "sensor"
- body: >
- {
- "index_pattern": "sensor-*",
- "rollup_index": "sensor_rollup",
- "cron": "* * * * * ?",
- "page_size" :1000,
- "groups" : {
- "date_histogram": {
- "field": "timestamp",
- "interval": "1h",
- "delay": "7d"
- },
- "terms": {
- "fields": ["node"]
- }
- },
- "metrics": [
- {
- "field": "temperature",
- "metrics": ["min", "max", "sum"]
- },
- {
- "field": "voltage",
- "metrics": ["avg"]
- }
- ]
- }
- - do:
- rollup.start_job:
- id: "sensor"
- '''
- setups['sensor_index'] = '''
- - do:
- indices.create:
- index: sensor-1
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- properties:
- timestamp:
- type: date
- temperature:
- type: long
- voltage:
- type: float
- node:
- type: keyword
- load:
- type: double
- net_in:
- type: long
- net_out:
- type: long
- hostname:
- type: keyword
- datacenter:
- type: keyword
- '''
- setups['sensor_prefab_data'] = '''
- - do:
- indices.create:
- index: sensor-1
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- properties:
- timestamp:
- type: date
- temperature:
- type: long
- voltage:
- type: float
- node:
- type: keyword
- - do:
- indices.create:
- index: sensor_rollup
- body:
- settings:
- number_of_shards: 1
- number_of_replicas: 0
- mappings:
- properties:
- node.terms.value:
- type: keyword
- temperature.sum.value:
- type: double
- temperature.max.value:
- type: double
- temperature.min.value:
- type: double
- timestamp.date_histogram.time_zone:
- type: keyword
- timestamp.date_histogram.interval:
- type: keyword
- timestamp.date_histogram.timestamp:
- type: date
- timestamp.date_histogram._count:
- type: long
- voltage.avg.value:
- type: double
- voltage.avg._count:
- type: long
- _rollup.id:
- type: keyword
- _rollup.version:
- type: long
- _meta:
- _rollup:
- sensor:
- cron: "* * * * * ?"
- rollup_index: "sensor_rollup"
- index_pattern: "sensor-*"
- timeout: "20s"
- page_size: 1000
- groups:
- date_histogram:
- field: "timestamp"
- interval: "7d"
- time_zone: "UTC"
- terms:
- fields:
- - "node"
- id: sensor
- metrics:
- - field: "temperature"
- metrics:
- - min
- - max
- - sum
- - field: "voltage"
- metrics:
- - avg
- - do:
- bulk:
- index: sensor_rollup
- refresh: true
- body: |
- {"index":{}}
- {"node.terms.value":"b","temperature.sum.value":201.0,"temperature.max.value":201.0,"timestamp.date_histogram.time_zone":"UTC","temperature.min.value":201.0,"timestamp.date_histogram._count":1,"timestamp.date_histogram.interval":"1h","_rollup.computed":["temperature.sum","temperature.min","voltage.avg","temperature.max","node.terms","timestamp.date_histogram"],"voltage.avg.value":5.800000190734863,"node.terms._count":1,"_rollup.version":1,"timestamp.date_histogram.timestamp":1516640400000,"voltage.avg._count":1.0,"_rollup.id":"sensor"}
- {"index":{}}
- {"node.terms.value":"c","temperature.sum.value":200.0,"temperature.max.value":200.0,"timestamp.date_histogram.time_zone":"UTC","temperature.min.value":200.0,"timestamp.date_histogram._count":1,"timestamp.date_histogram.interval":"1h","_rollup.computed":["temperature.sum","temperature.min","voltage.avg","temperature.max","node.terms","timestamp.date_histogram"],"voltage.avg.value":4.199999809265137,"node.terms._count":1,"_rollup.version":1,"timestamp.date_histogram.timestamp":1516381200000,"voltage.avg._count":1.0,"_rollup.id":"sensor"}
- {"index":{}}
- {"node.terms.value":"a","temperature.sum.value":202.0,"temperature.max.value":202.0,"timestamp.date_histogram.time_zone":"UTC","temperature.min.value":202.0,"timestamp.date_histogram._count":1,"timestamp.date_histogram.interval":"1h","_rollup.computed":["temperature.sum","temperature.min","voltage.avg","temperature.max","node.terms","timestamp.date_histogram"],"voltage.avg.value":5.099999904632568,"node.terms._count":1,"_rollup.version":1,"timestamp.date_histogram.timestamp":1516554000000,"voltage.avg._count":1.0,"_rollup.id":"sensor"}
- {"index":{}}
- {"node.terms.value":"a","temperature.sum.value":200.0,"temperature.max.value":200.0,"timestamp.date_histogram.time_zone":"UTC","temperature.min.value":200.0,"timestamp.date_histogram._count":1,"timestamp.date_histogram.interval":"1h","_rollup.computed":["temperature.sum","temperature.min","voltage.avg","temperature.max","node.terms","timestamp.date_histogram"],"voltage.avg.value":5.199999809265137,"node.terms._count":1,"_rollup.version":1,"timestamp.date_histogram.timestamp":1516726800000,"voltage.avg._count":1.0,"_rollup.id":"sensor"}
- {"index":{}}
- {"node.terms.value":"b","temperature.sum.value":198.0,"temperature.max.value":198.0,"timestamp.date_histogram.time_zone":"UTC","temperature.min.value":198.0,"timestamp.date_histogram._count":1,"timestamp.date_histogram.interval":"1h","_rollup.computed":["temperature.sum","temperature.min","voltage.avg","temperature.max","node.terms","timestamp.date_histogram"],"voltage.avg.value":5.599999904632568,"node.terms._count":1,"_rollup.version":1,"timestamp.date_histogram.timestamp":1516467600000,"voltage.avg._count":1.0,"_rollup.id":"sensor"}
- {"index":{}}
- {"node.terms.value":"c","temperature.sum.value":202.0,"temperature.max.value":202.0,"timestamp.date_histogram.time_zone":"UTC","temperature.min.value":202.0,"timestamp.date_histogram._count":1,"timestamp.date_histogram.interval":"1h","_rollup.computed":["temperature.sum","temperature.min","voltage.avg","temperature.max","node.terms","timestamp.date_histogram"],"voltage.avg.value":4.0,"node.terms._count":1,"_rollup.version":1,"timestamp.date_histogram.timestamp":1516294800000,"voltage.avg._count":1.0,"_rollup.id":"sensor"}
- '''
- setups['admin_role'] = '''
- - do:
- security.put_role:
- name: "my_admin_role"
- body: >
- {
- "cluster": ["all"],
- "indices": [
- {"names": ["index1", "index2" ], "privileges": ["all"], "field_security" : {"grant" : [ "title", "body" ]}}
- ],
- "run_as": [ "other_user" ],
- "metadata" : {"version": 1}
- }
- '''
- setups['jacknich_user'] = '''
- - do:
- security.put_user:
- username: "jacknich"
- body: >
- {
- "password" : "test-password",
- "roles" : [ "admin", "other_role1" ],
- "full_name" : "Jack Nicholson",
- "email" : "jacknich@example.com",
- "metadata" : { "intelligence" : 7 }
- }
- '''
- setups['app0102_privileges'] = '''
- - do:
- security.put_privileges:
- body: >
- {
- "myapp": {
- "read": {
- "application": "myapp",
- "name": "read",
- "actions": [
- "data:read/*",
- "action:login" ],
- "metadata": {
- "description": "Read access to myapp"
- }
- }
- }
- }
- '''
|