Last active
June 24, 2021 02:22
-
-
Save winksaville/1c8ccc51a117551474ce593b4efdd0c3 to your computer and use it in GitHub Desktop.
linuxserver unifi-controller localhost:8443 connection refused
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wink@3900x:~/docker/repos/linuxserver-unifi-controller | |
$ docker-compose run --rm unifi-controller | |
Creating linuxserver-unifi-controller_unifi-controller_run ... done | |
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. | |
[s6-init] ensuring user provided files have correct perms...exited 0. | |
[fix-attrs.d] applying ownership & permissions fixes... | |
[fix-attrs.d] done. | |
[cont-init.d] executing container initialization scripts... | |
[cont-init.d] 01-envfile: executing... | |
[cont-init.d] 01-envfile: exited 0. | |
[cont-init.d] 10-adduser: executing... | |
------------------------------------- | |
_ () | |
| | ___ _ __ | |
| | / __| | | / \ | |
| | \__ \ | | | () | | |
|_| |___/ |_| \__/ | |
Brought to you by linuxserver.io | |
------------------------------------- | |
To support LSIO projects visit: | |
https://www.linuxserver.io/donate/ | |
------------------------------------- | |
GID/UID | |
------------------------------------- | |
User uid: 1000 | |
User gid: 1000 | |
------------------------------------- | |
[cont-init.d] 10-adduser: exited 0. | |
[cont-init.d] 20-config: executing... | |
[cont-init.d] 20-config: exited 0. | |
[cont-init.d] 30-keygen: executing... | |
Warning: | |
The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /config/data/keystore -destkeystore /config/data/keystore -deststoretype pkcs12". | |
[cont-init.d] 30-keygen: exited 0. | |
[cont-init.d] 90-custom-folders: executing... | |
[cont-init.d] 90-custom-folders: exited 0. | |
[cont-init.d] 99-custom-scripts: executing... | |
[custom-init] no custom files found exiting... | |
[cont-init.d] 99-custom-scripts: exited 0. | |
[cont-init.d] done. | |
[services.d] starting services | |
[services.d] done. | |
WARN Unable to load properties from '/usr/lib/unifi/data/system.properties' - /usr/lib/unifi/data/system.properties (No such file or directory) | |
wink@3900x:~/docker/repos/linuxserver-unifi-controller | |
$ cat docker-compose.yml | |
--- | |
version: "2.1" | |
services: | |
unifi-controller: | |
image: ghcr.io/linuxserver/unifi-controller | |
container_name: unifi-controller | |
environment: | |
- PUID=1000 | |
- PGID=1000 | |
- MEM_LIMIT=1024M #optional | |
- MEM_STARTUP=1024M #optional | |
volumes: | |
- /home/wink/.config/linuxserver-unifi-controller/config:/config | |
ports: | |
- 3478:3478/udp | |
- 10001:10001/udp | |
- 8080:8080 | |
- 8443:8443 | |
- 1900:1900/udp #optional | |
- 8843:8843 #optional | |
- 8880:8880 #optional | |
- 6789:6789 #optional | |
- 5514:5514/udp #optional | |
restart: unless-stopped | |
wink@3900x:~/.config/linuxserver-unifi-controller/config/logs | |
$ cat server.log | |
[2021-06-24T02:14:44,070] <launcher> WARN system - reload system.properties failed: file not found | |
[2021-06-24T02:14:44,072] <launcher> WARN system - reload system.properties.bk failed: file not found | |
[2021-06-24T02:14:44,073] <launcher> INFO system - *** Running for the first time, creating identity *** | |
[2021-06-24T02:14:44,073] <launcher> INFO system - UUID: 79eb2830-8886-4113-af75-58cbe56ed123 | |
[2021-06-24T02:14:44,073] <launcher> WARN system - reload system.properties failed: file not found | |
[2021-06-24T02:14:44,073] <launcher> WARN system - reload system.properties.bk failed: file not found | |
[2021-06-24T02:14:44,076] <launcher> INFO system - Reporter UUID: cbb42bb7-ef2c-459a-8c3f-d112f3489494 | |
[2021-06-24T02:14:45,546] <localhost-startStop-1> INFO Version - HV000001: Hibernate Validator 6.1.2.Final | |
[2021-06-24T02:14:45,690] <localhost-startStop-1> INFO system - ====================================================================== | |
[2021-06-24T02:14:45,690] <localhost-startStop-1> INFO system - UniFi 6.2.26 (build atag_6.2.26_15319 - release/release) is started | |
[2021-06-24T02:14:45,690] <localhost-startStop-1> INFO system - ====================================================================== | |
[2021-06-24T02:14:45,691] <localhost-startStop-1> INFO system - BASE dir:/usr/lib/unifi | |
[2021-06-24T02:14:45,714] <localhost-startStop-1> INFO system - Current System IP: 172.18.0.2 | |
[2021-06-24T02:14:45,714] <localhost-startStop-1> INFO system - Hostname: 4629081ce100 | |
[2021-06-24T02:14:45,714] <localhost-startStop-1> INFO system - ubic.env: prod | |
[2021-06-24T02:14:45,961] <localhost-startStop-1> INFO db - waiting for db connection... | |
[2021-06-24T02:14:47,461] <localhost-startStop-1> INFO db - Connecting to mongodb://localhost:27117 | |
[2021-06-24T02:14:48,045] <localhost-startStop-1> INFO db - setting mongodb features compatibility version to 3.6 | |
[2021-06-24T02:14:49,486] <localhost-startStop-1> INFO db - Connecting to mongodb://localhost:27117 | |
[2021-06-24T02:14:50,040] <localhost-startStop-1> INFO productinfo - Using controller channel=RELEASE, firmware channel=RELEASE. Available controller channels=[RELEASE], available firmware channels=[RELEASE]. SSO is disabled. | |
[2021-06-24T02:14:50,075] <localhost-startStop-1> WARN dev - failed to read /usr/lib/unifi/data/model_lifecycles.json - /usr/lib/unifi/data/model_lifecycles.json (No such file or directory) | |
[2021-06-24T02:14:50,366] <localhost-startStop-1> INFO webrtc - WebRTC library version: EvoStream Media Server (www.evostream.com) build v2.9.1 - Gladiator - (built for Debian-8.2.0-x86_64 on 2020-02-05T23:33:19.000) OpenSSL version: 1.1.1d usrsctp version: v0.1.2 compiled on machine: Linux debian-8-2-0-64 3.16.0-6-amd64 #1 SMP Debian 3.16.57-2 (2018-07-14) x86_64 GNU/Linux | |
[2021-06-24T02:14:50,787] <localhost-startStop-1> INFO sdn - Removed fingerbank token | |
[2021-06-24T02:14:50,848] <localhost-startStop-1> INFO remote - Created directory: /usr/lib/unifi/logs/remote | |
[2021-06-24T02:14:50,850] <localhost-startStop-1> INFO remote - started remote log server | |
wink@3900x:~/.config/linuxserver-unifi-controller/config/logs | |
$ cat mongod.log | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] MongoDB starting : pid=397 port=27117 dbpath=/usr/lib/unifi/data/db 64-bit host=4629081ce100 | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] db version v3.6.3 | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] git version: 9586e557d54ef70f9ca4b43c26892cd55257e1a5 | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1 11 Sep 2018 | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] allocator: tcmalloc | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] modules: none | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] build environment: | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] distarch: x86_64 | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] target_arch: x86_64 | |
2021-06-24T02:14:47.114+0000 I CONTROL [initandlisten] options: { net: { bindIp: "127.0.0.1", port: 27117, unixDomainSocket: { pathPrefix: "/usr/lib/unifi/run" } }, processManagement: { pidFilePath: "/usr/lib/unifi/run/mongod.pid" }, storage: { dbPath: "/usr/lib/unifi/data/db" }, systemLog: { destination: "file", logAppend: true, logRotate: "reopen", path: "/usr/lib/unifi/logs/mongod.log" } } | |
2021-06-24T02:14:47.114+0000 I STORAGE [initandlisten] | |
2021-06-24T02:14:47.114+0000 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine | |
2021-06-24T02:14:47.114+0000 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem | |
2021-06-24T02:14:47.114+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=15503M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress), | |
2021-06-24T02:14:47.679+0000 I CONTROL [initandlisten] | |
2021-06-24T02:14:47.679+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database. | |
2021-06-24T02:14:47.679+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted. | |
2021-06-24T02:14:47.679+0000 I CONTROL [initandlisten] | |
2021-06-24T02:14:47.679+0000 I STORAGE [initandlisten] createCollection: admin.system.version with provided UUID: d23f1ee9-21b3-405b-8364-677714301ff5 | |
2021-06-24T02:14:47.686+0000 I COMMAND [initandlisten] setting featureCompatibilityVersion to 3.6 | |
2021-06-24T02:14:47.688+0000 I STORAGE [initandlisten] createCollection: local.startup_log with generated UUID: d633040b-74ba-455e-8831-0dfea5892406 | |
2021-06-24T02:14:47.694+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/usr/lib/unifi/data/db/diagnostic.data' | |
2021-06-24T02:14:47.695+0000 I NETWORK [initandlisten] waiting for connections on port 27117 | |
2021-06-24T02:14:47.963+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52978 #1 (1 connection now open) | |
2021-06-24T02:14:47.967+0000 I NETWORK [conn1] received client metadata from 127.0.0.1:52978 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } | |
2021-06-24T02:14:47.980+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52980 #2 (2 connections now open) | |
2021-06-24T02:14:47.981+0000 I NETWORK [conn2] received client metadata from 127.0.0.1:52980 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } | |
2021-06-24T02:14:48.072+0000 I STORAGE [conn2] createCollection: ace.heatmap with generated UUID: 5d15aa48-e77b-4776-9a1d-88eb601f2da1 | |
2021-06-24T02:14:48.089+0000 I INDEX [conn2] build index on: ace.heatmap properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.heatmap" } | |
2021-06-24T02:14:48.089+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.090+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.094+0000 I INDEX [conn2] build index on: ace.heatmap properties: { v: 2, key: { map_id: 1, site_id: 1 }, name: "map_id_1_site_id_1", ns: "ace.heatmap" } | |
2021-06-24T02:14:48.094+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.095+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.100+0000 I INDEX [conn2] build index on: ace.heatmap properties: { v: 2, key: { type: 1, site_id: 1 }, name: "type_1_site_id_1", ns: "ace.heatmap" } | |
2021-06-24T02:14:48.100+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.101+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.103+0000 I STORAGE [conn2] createCollection: ace.voucher with generated UUID: 21c25999-f81e-4a7f-a98f-9198a09abb20 | |
2021-06-24T02:14:48.113+0000 I INDEX [conn2] build index on: ace.voucher properties: { v: 2, key: { code: 1, site_id: 1 }, name: "code_1_site_id_1", ns: "ace.voucher" } | |
2021-06-24T02:14:48.113+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.113+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.117+0000 I INDEX [conn2] build index on: ace.voucher properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.voucher" } | |
2021-06-24T02:14:48.117+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.118+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.122+0000 I INDEX [conn2] build index on: ace.voucher properties: { v: 2, key: { create_time: 1, site_id: 1 }, name: "create_time_1_site_id_1", ns: "ace.voucher" } | |
2021-06-24T02:14:48.122+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.122+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.127+0000 I INDEX [conn2] build index on: ace.voucher properties: { v: 2, key: { end_time: 1, site_id: 1 }, name: "end_time_1_site_id_1", ns: "ace.voucher" } | |
2021-06-24T02:14:48.127+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.127+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.129+0000 I STORAGE [conn2] createCollection: ace.networkconf with generated UUID: c960969d-5b0f-4bfe-9298-a34e10aca9e2 | |
2021-06-24T02:14:48.138+0000 I INDEX [conn2] build index on: ace.networkconf properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.networkconf" } | |
2021-06-24T02:14:48.138+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.139+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.142+0000 I INDEX [conn2] build index on: ace.networkconf properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.networkconf" } | |
2021-06-24T02:14:48.142+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.143+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.145+0000 I STORAGE [conn2] createCollection: ace.rogueknown with generated UUID: ee4edb4c-6df4-4631-92b2-67424d1bbd60 | |
2021-06-24T02:14:48.154+0000 I INDEX [conn2] build index on: ace.rogueknown properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.rogueknown" } | |
2021-06-24T02:14:48.154+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.154+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.161+0000 I STORAGE [conn2] createCollection: ace.setting with generated UUID: 10f383cf-21a7-401f-b8a2-ad457eb51a86 | |
2021-06-24T02:14:48.170+0000 I INDEX [conn2] build index on: ace.setting properties: { v: 2, key: { key: 1, site_id: 1 }, name: "key_1_site_id_1", ns: "ace.setting" } | |
2021-06-24T02:14:48.170+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.171+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.175+0000 I INDEX [conn2] build index on: ace.setting properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.setting" } | |
2021-06-24T02:14:48.175+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.175+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.177+0000 I STORAGE [conn2] createCollection: ace.payment with generated UUID: 959441b0-fd3b-422a-8a0c-fb561ccc4186 | |
2021-06-24T02:14:48.186+0000 I INDEX [conn2] build index on: ace.payment properties: { v: 2, key: { within: 1, site_id: 1 }, name: "within_1_site_id_1", ns: "ace.payment" } | |
2021-06-24T02:14:48.186+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.187+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.191+0000 I INDEX [conn2] build index on: ace.payment properties: { v: 2, key: { time: 1, site_id: 1 }, name: "time_1_site_id_1", ns: "ace.payment" } | |
2021-06-24T02:14:48.191+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.191+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.195+0000 I INDEX [conn2] build index on: ace.payment properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.payment" } | |
2021-06-24T02:14:48.195+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.195+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.197+0000 I STORAGE [conn2] createCollection: ace.crashlog with generated UUID: fb186db7-c5de-41a3-9684-da157a1477d2 | |
2021-06-24T02:14:48.206+0000 I INDEX [conn2] build index on: ace.crashlog properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.crashlog" } | |
2021-06-24T02:14:48.206+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.207+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.208+0000 I STORAGE [conn2] createCollection: ace.tag with generated UUID: cf43621b-ddb1-4fd5-887a-aed93dac8e00 | |
2021-06-24T02:14:48.222+0000 I INDEX [conn2] build index on: ace.tag properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.tag" } | |
2021-06-24T02:14:48.222+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.222+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.224+0000 I STORAGE [conn2] createCollection: ace.spatialrecord with generated UUID: bd49d8cd-4b6e-41b7-af74-6e1f89bd35e9 | |
2021-06-24T02:14:48.233+0000 I INDEX [conn2] build index on: ace.spatialrecord properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.spatialrecord" } | |
2021-06-24T02:14:48.233+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.233+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.235+0000 I STORAGE [conn2] createCollection: ace.verification with generated UUID: d93b620b-faca-48a4-94d6-f9897bffd823 | |
2021-06-24T02:14:48.245+0000 I INDEX [conn2] build index on: ace.verification properties: { v: 2, key: { email: 1 }, name: "email_1", ns: "ace.verification" } | |
2021-06-24T02:14:48.245+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.245+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.248+0000 I INDEX [conn2] build index on: ace.verification properties: { v: 2, key: { token: 1 }, name: "token_1", ns: "ace.verification" } | |
2021-06-24T02:14:48.248+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.249+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.250+0000 I STORAGE [conn2] createCollection: ace.rogue with generated UUID: 32d8e426-e6f0-4d98-befa-237db25a2cdb | |
2021-06-24T02:14:48.259+0000 I INDEX [conn2] build index on: ace.rogue properties: { v: 2, key: { ap_mac: 1, site_id: 1 }, name: "ap_mac_1_site_id_1", ns: "ace.rogue" } | |
2021-06-24T02:14:48.259+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.260+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.264+0000 I INDEX [conn2] build index on: ace.rogue properties: { v: 2, key: { bssid: 1, site_id: 1 }, name: "bssid_1_site_id_1", ns: "ace.rogue" } | |
2021-06-24T02:14:48.264+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.264+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.268+0000 I INDEX [conn2] build index on: ace.rogue properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.rogue" } | |
2021-06-24T02:14:48.268+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.268+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.272+0000 I INDEX [conn2] build index on: ace.rogue properties: { v: 2, key: { rssi: 1, site_id: 1 }, name: "rssi_1_site_id_1", ns: "ace.rogue" } | |
2021-06-24T02:14:48.272+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.273+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.277+0000 I INDEX [conn2] build index on: ace.rogue properties: { v: 2, key: { last_seen: 1, site_id: 1 }, name: "last_seen_1_site_id_1", ns: "ace.rogue" } | |
2021-06-24T02:14:48.277+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.277+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.279+0000 I STORAGE [conn2] createCollection: ace.dpiapp with generated UUID: 6f2bdff5-a00d-4115-a44f-b8f8711f0620 | |
2021-06-24T02:14:48.288+0000 I INDEX [conn2] build index on: ace.dpiapp properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dpiapp" } | |
2021-06-24T02:14:48.288+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.289+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.290+0000 I STORAGE [conn2] createCollection: ace.virtualdevice with generated UUID: 2375bc98-fb0a-457a-85e0-6eb7d74f09c7 | |
2021-06-24T02:14:48.299+0000 I INDEX [conn2] build index on: ace.virtualdevice properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.virtualdevice" } | |
2021-06-24T02:14:48.299+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.300+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.301+0000 I STORAGE [conn2] createCollection: ace.firewallgroup with generated UUID: 745d9dea-3135-4469-94e6-2b76362ad952 | |
2021-06-24T02:14:48.310+0000 I INDEX [conn2] build index on: ace.firewallgroup properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.firewallgroup" } | |
2021-06-24T02:14:48.310+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.310+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.314+0000 I INDEX [conn2] build index on: ace.firewallgroup properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.firewallgroup" } | |
2021-06-24T02:14:48.314+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.315+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.316+0000 I STORAGE [conn2] createCollection: ace.hotspotop with generated UUID: 046c161e-ab63-4480-ba29-f121c8783f72 | |
2021-06-24T02:14:48.325+0000 I INDEX [conn2] build index on: ace.hotspotop properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.hotspotop" } | |
2021-06-24T02:14:48.325+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.326+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.329+0000 I INDEX [conn2] build index on: ace.hotspotop properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.hotspotop" } | |
2021-06-24T02:14:48.329+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.330+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.331+0000 I STORAGE [conn2] createCollection: ace.portforward with generated UUID: 562debed-3961-4918-84b9-8f17554fb66e | |
2021-06-24T02:14:48.340+0000 I INDEX [conn2] build index on: ace.portforward properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.portforward" } | |
2021-06-24T02:14:48.340+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.341+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.344+0000 I INDEX [conn2] build index on: ace.portforward properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.portforward" } | |
2021-06-24T02:14:48.344+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.345+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.346+0000 I STORAGE [conn2] createCollection: ace.dhcpoption with generated UUID: 2e0efbe0-3a9d-4f87-82db-abc1970de48a | |
2021-06-24T02:14:48.359+0000 I INDEX [conn2] build index on: ace.dhcpoption properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dhcpoption" } | |
2021-06-24T02:14:48.359+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.360+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.361+0000 I STORAGE [conn2] createCollection: ace.task with generated UUID: 417b6d65-c648-433a-b642-e2eea12c5205 | |
2021-06-24T02:14:48.370+0000 I INDEX [conn2] build index on: ace.task properties: { v: 2, key: { device_id: 1 }, name: "device_id_1", ns: "ace.task" } | |
2021-06-24T02:14:48.370+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.371+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.374+0000 I INDEX [conn2] build index on: ace.task properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.task" } | |
2021-06-24T02:14:48.374+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.375+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.376+0000 I STORAGE [conn2] createCollection: ace.usergroup with generated UUID: b72404ce-df82-4db3-9568-55cb4d763aef | |
2021-06-24T02:14:48.385+0000 I INDEX [conn2] build index on: ace.usergroup properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.usergroup" } | |
2021-06-24T02:14:48.385+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.385+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.386+0000 I STORAGE [conn2] createCollection: ace.guest with generated UUID: 24778900-aefc-4252-96a4-ec2781c67505 | |
2021-06-24T02:14:48.395+0000 I INDEX [conn2] build index on: ace.guest properties: { v: 2, key: { end: 1, site_id: 1 }, name: "end_1_site_id_1", ns: "ace.guest" } | |
2021-06-24T02:14:48.395+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.395+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.399+0000 I INDEX [conn2] build index on: ace.guest properties: { v: 2, key: { authorized_by: 1, site_id: 1 }, name: "authorized_by_1_site_id_1", ns: "ace.guest" } | |
2021-06-24T02:14:48.399+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.400+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.404+0000 I INDEX [conn2] build index on: ace.guest properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.guest" } | |
2021-06-24T02:14:48.404+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.405+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.409+0000 I INDEX [conn2] build index on: ace.guest properties: { v: 2, key: { mac: 1, site_id: 1 }, name: "mac_1_site_id_1", ns: "ace.guest" } | |
2021-06-24T02:14:48.409+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.410+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.414+0000 I INDEX [conn2] build index on: ace.guest properties: { v: 2, key: { start: 1, site_id: 1 }, name: "start_1_site_id_1", ns: "ace.guest" } | |
2021-06-24T02:14:48.414+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.415+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.419+0000 I INDEX [conn2] build index on: ace.guest properties: { v: 2, key: { unauthorized_by: 1, site_id: 1 }, name: "unauthorized_by_1_site_id_1", ns: "ace.guest" } | |
2021-06-24T02:14:48.419+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.419+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.421+0000 I STORAGE [conn2] createCollection: ace.device with generated UUID: 9641a85c-a285-4560-bff3-cac2b4f23b33 | |
2021-06-24T02:14:48.430+0000 I INDEX [conn2] build index on: ace.device properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.device" } | |
2021-06-24T02:14:48.430+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.431+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.434+0000 I INDEX [conn2] build index on: ace.device properties: { v: 2, key: { mac: 1, site_id: 1 }, name: "mac_1_site_id_1", ns: "ace.device" } | |
2021-06-24T02:14:48.434+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.435+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.436+0000 I STORAGE [conn2] createCollection: ace.admin with generated UUID: b426d008-b78b-4237-8d80-18cb7377a315 | |
2021-06-24T02:14:48.445+0000 I INDEX [conn2] build index on: ace.admin properties: { v: 2, key: { email: 1 }, name: "email_1", ns: "ace.admin" } | |
2021-06-24T02:14:48.445+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.446+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.447+0000 I STORAGE [conn2] createCollection: ace.privilege with generated UUID: abf42a2a-0178-4db8-9a73-231d67913777 | |
2021-06-24T02:14:48.456+0000 I INDEX [conn2] build index on: ace.privilege properties: { v: 2, key: { admin_id: 1 }, name: "admin_id_1", ns: "ace.privilege" } | |
2021-06-24T02:14:48.456+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.457+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.458+0000 I STORAGE [conn2] createCollection: ace.radiusprofile with generated UUID: ddb7a718-97b4-4948-bbf6-0a8a777017cb | |
2021-06-24T02:14:48.467+0000 I INDEX [conn2] build index on: ace.radiusprofile properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.radiusprofile" } | |
2021-06-24T02:14:48.467+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.468+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.471+0000 I INDEX [conn2] build index on: ace.radiusprofile properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.radiusprofile" } | |
2021-06-24T02:14:48.471+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.471+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.472+0000 I STORAGE [conn2] createCollection: ace.scheduletask with generated UUID: 2185106c-9893-4082-a5a0-df0cdea647d9 | |
2021-06-24T02:14:48.481+0000 I INDEX [conn2] build index on: ace.scheduletask properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.scheduletask" } | |
2021-06-24T02:14:48.481+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.482+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.483+0000 I STORAGE [conn2] createCollection: ace.routing with generated UUID: 13cbba18-4aae-48eb-aa9d-83ce7123a9c5 | |
2021-06-24T02:14:48.492+0000 I INDEX [conn2] build index on: ace.routing properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.routing" } | |
2021-06-24T02:14:48.492+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.493+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.496+0000 I INDEX [conn2] build index on: ace.routing properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.routing" } | |
2021-06-24T02:14:48.496+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.496+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.498+0000 I STORAGE [conn2] createCollection: ace.portconf with generated UUID: b0ed1fc1-e947-4e39-bef4-0b4e4ecf906d | |
2021-06-24T02:14:48.507+0000 I INDEX [conn2] build index on: ace.portconf properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.portconf" } | |
2021-06-24T02:14:48.507+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.508+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.509+0000 I STORAGE [conn2] createCollection: ace.featuremigration with generated UUID: 03647bfd-ebab-4981-b9ce-002c05fc8540 | |
2021-06-24T02:14:48.517+0000 I INDEX [conn2] build index on: ace.featuremigration properties: { v: 2, key: { name: 1 }, name: "name_1", ns: "ace.featuremigration" } | |
2021-06-24T02:14:48.517+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.518+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.519+0000 I STORAGE [conn2] createCollection: ace.alarm with generated UUID: 078e2d15-5c08-4171-a738-af8c29a899bf | |
2021-06-24T02:14:48.528+0000 I INDEX [conn2] build index on: ace.alarm properties: { v: 2, key: { archived: 1 }, name: "archived_1", ns: "ace.alarm" } | |
2021-06-24T02:14:48.528+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.529+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.532+0000 I INDEX [conn2] build index on: ace.alarm properties: { v: 2, key: { datetime: 1 }, name: "datetime_1", ns: "ace.alarm" } | |
2021-06-24T02:14:48.532+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.533+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.534+0000 I STORAGE [conn2] createCollection: ace.firewallrule with generated UUID: 98307aae-417c-46da-8ccf-8cf4379bc3e0 | |
2021-06-24T02:14:48.544+0000 I INDEX [conn2] build index on: ace.firewallrule properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.firewallrule" } | |
2021-06-24T02:14:48.544+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.544+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.548+0000 I INDEX [conn2] build index on: ace.firewallrule properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.firewallrule" } | |
2021-06-24T02:14:48.548+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.548+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.550+0000 I STORAGE [conn2] createCollection: ace.event with generated UUID: 35051b30-7d1a-4b99-97f9-9dd85cbc5c91 | |
2021-06-24T02:14:48.558+0000 I INDEX [conn2] build index on: ace.event properties: { v: 2, key: { datetime: 1, site_id: 1 }, name: "datetime_1_site_id_1", ns: "ace.event" } | |
2021-06-24T02:14:48.559+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.559+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.563+0000 I INDEX [conn2] build index on: ace.event properties: { v: 2, key: { subsystem: 1, site_id: 1 }, name: "subsystem_1_site_id_1", ns: "ace.event" } | |
2021-06-24T02:14:48.563+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.563+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.567+0000 I INDEX [conn2] build index on: ace.event properties: { v: 2, key: { key: 1, site_id: 1 }, name: "key_1_site_id_1", ns: "ace.event" } | |
2021-06-24T02:14:48.567+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.567+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.571+0000 I INDEX [conn2] build index on: ace.event properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.event" } | |
2021-06-24T02:14:48.571+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.571+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.575+0000 I INDEX [conn2] build index on: ace.event properties: { v: 2, key: { datetime: 1, key: 1 }, name: "datetime_1_key_1", ns: "ace.event" } | |
2021-06-24T02:14:48.575+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.576+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.577+0000 I STORAGE [conn2] createCollection: ace.wlangroup with generated UUID: 447793d9-6414-4af5-8b11-ad3eacc6b504 | |
2021-06-24T02:14:48.586+0000 I INDEX [conn2] build index on: ace.wlangroup properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.wlangroup" } | |
2021-06-24T02:14:48.586+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.587+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.590+0000 I INDEX [conn2] build index on: ace.wlangroup properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.wlangroup" } | |
2021-06-24T02:14:48.590+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.591+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.592+0000 I STORAGE [conn2] createCollection: ace.map with generated UUID: e5f1d313-ef60-46b1-aa6c-c0315cddfdbb | |
2021-06-24T02:14:48.601+0000 I INDEX [conn2] build index on: ace.map properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.map" } | |
2021-06-24T02:14:48.601+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.601+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.602+0000 I STORAGE [conn2] createCollection: ace.stat with generated UUID: 9c5072bb-f0a7-4bcd-94ec-b3229c5a4ff2 | |
2021-06-24T02:14:48.612+0000 I INDEX [conn2] build index on: ace.stat properties: { v: 2, key: { datetime: 1, site_id: 1 }, name: "datetime_1_site_id_1", ns: "ace.stat" } | |
2021-06-24T02:14:48.612+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.613+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.616+0000 I INDEX [conn2] build index on: ace.stat properties: { v: 2, key: { wlan: 1, site_id: 1 }, name: "wlan_1_site_id_1", ns: "ace.stat" } | |
2021-06-24T02:14:48.616+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.617+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.620+0000 I INDEX [conn2] build index on: ace.stat properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.stat" } | |
2021-06-24T02:14:48.620+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.621+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.624+0000 I INDEX [conn2] build index on: ace.stat properties: { v: 2, key: { ap: 1, site_id: 1 }, name: "ap_1_site_id_1", ns: "ace.stat" } | |
2021-06-24T02:14:48.624+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.625+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.629+0000 I INDEX [conn2] build index on: ace.stat properties: { v: 2, key: { user: 1, site_id: 1 }, name: "user_1_site_id_1", ns: "ace.stat" } | |
2021-06-24T02:14:48.629+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.629+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.633+0000 I INDEX [conn2] build index on: ace.stat properties: { v: 2, key: { o: 1, site_id: 1 }, name: "o_1_site_id_1", ns: "ace.stat" } | |
2021-06-24T02:14:48.633+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.634+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.634+0000 I STORAGE [conn2] createCollection: ace.portalfile with generated UUID: 0bf8a132-0981-439b-b1e0-a8e00caa6cee | |
2021-06-24T02:14:48.644+0000 I INDEX [conn2] build index on: ace.portalfile properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.portalfile" } | |
2021-06-24T02:14:48.644+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.645+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.645+0000 I STORAGE [conn2] createCollection: ace.wlanconf with generated UUID: b555acc4-db4d-424e-a6fd-2ad94fc5ce19 | |
2021-06-24T02:14:48.655+0000 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 2, key: { usergroup_id: 1, site_id: 1 }, name: "usergroup_id_1_site_id_1", ns: "ace.wlanconf" } | |
2021-06-24T02:14:48.655+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.656+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.660+0000 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 2, key: { attr_hidden_id: 1, site_id: 1 }, name: "attr_hidden_id_1_site_id_1", ns: "ace.wlanconf" } | |
2021-06-24T02:14:48.660+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.661+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.665+0000 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.wlanconf" } | |
2021-06-24T02:14:48.665+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.665+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.669+0000 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.wlanconf" } | |
2021-06-24T02:14:48.669+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.670+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.671+0000 I STORAGE [conn2] createCollection: ace.ipsalert with generated UUID: 1259951d-2a42-4bab-9034-bef825f2891b | |
2021-06-24T02:14:48.681+0000 I INDEX [conn2] build index on: ace.ipsalert properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.ipsalert" } | |
2021-06-24T02:14:48.681+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.681+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.682+0000 I STORAGE [conn2] createCollection: ace.heatmappoint with generated UUID: 35ee1488-fe05-4acd-aa82-c9b06badf3cc | |
2021-06-24T02:14:48.693+0000 I INDEX [conn2] build index on: ace.heatmappoint properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.heatmappoint" } | |
2021-06-24T02:14:48.693+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.693+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.697+0000 I INDEX [conn2] build index on: ace.heatmappoint properties: { v: 2, key: { heatmap_id: 1, site_id: 1 }, name: "heatmap_id_1_site_id_1", ns: "ace.heatmappoint" } | |
2021-06-24T02:14:48.697+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.697+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.698+0000 I STORAGE [conn2] createCollection: ace.site with generated UUID: 743d9755-a8f9-477d-bca3-03f7ec341fe1 | |
2021-06-24T02:14:48.708+0000 I INDEX [conn2] build index on: ace.site properties: { v: 2, key: { name: 1 }, name: "name_1", ns: "ace.site" } | |
2021-06-24T02:14:48.708+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.708+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.712+0000 I INDEX [conn2] build index on: ace.site properties: { v: 2, key: { attr_hidden_id: 1 }, name: "attr_hidden_id_1", ns: "ace.site" } | |
2021-06-24T02:14:48.712+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.712+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.713+0000 I STORAGE [conn2] createCollection: ace.ssooauthtoken with generated UUID: 05d15595-c0e0-4728-8650-d166281b8a50 | |
2021-06-24T02:14:48.729+0000 I INDEX [conn2] build index on: ace.ssooauthtoken properties: { v: 2, key: { ssooauthtoken: 1 }, name: "ssooauthtoken_1", ns: "ace.ssooauthtoken" } | |
2021-06-24T02:14:48.729+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.730+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.731+0000 I STORAGE [conn2] createCollection: ace.hotspot2conf with generated UUID: 00d1d09f-3ea6-4f0a-84f6-a0ad182bca84 | |
2021-06-24T02:14:48.742+0000 I INDEX [conn2] build index on: ace.hotspot2conf properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.hotspot2conf" } | |
2021-06-24T02:14:48.742+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.743+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.744+0000 I STORAGE [conn2] createCollection: ace.dynamicdns with generated UUID: 3dbcc2df-eefc-4d11-8fa5-30f2d1bc6012 | |
2021-06-24T02:14:48.752+0000 I INDEX [conn2] build index on: ace.dynamicdns properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dynamicdns" } | |
2021-06-24T02:14:48.752+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.753+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.754+0000 I STORAGE [conn2] createCollection: ace.hotspotpackage with generated UUID: 0db4c01d-0023-43a8-8ff9-19ae1b0bc56a | |
2021-06-24T02:14:48.763+0000 I INDEX [conn2] build index on: ace.hotspotpackage properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.hotspotpackage" } | |
2021-06-24T02:14:48.763+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.763+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.767+0000 I INDEX [conn2] build index on: ace.hotspotpackage properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.hotspotpackage" } | |
2021-06-24T02:14:48.767+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.767+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.768+0000 I STORAGE [conn2] createCollection: ace.broadcastgroup with generated UUID: 43bc8f8d-5c38-44db-bb65-ba39df6864a7 | |
2021-06-24T02:14:48.778+0000 I INDEX [conn2] build index on: ace.broadcastgroup properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.broadcastgroup" } | |
2021-06-24T02:14:48.778+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.778+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.779+0000 I STORAGE [conn2] createCollection: ace.mediafile with generated UUID: b0c989d5-5ba0-4e13-8c6c-e3a2906648ba | |
2021-06-24T02:14:48.788+0000 I INDEX [conn2] build index on: ace.mediafile properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.mediafile" } | |
2021-06-24T02:14:48.788+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.788+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.789+0000 I STORAGE [conn2] createCollection: ace.user with generated UUID: 31dc5a01-2faf-4f76-a028-9df8efb739dd | |
2021-06-24T02:14:48.799+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { use_fixedip: 1, site_id: 1 }, name: "use_fixedip_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.799+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.799+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.803+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { noted: 1, site_id: 1 }, name: "noted_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.803+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.803+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.807+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { fixed_ap: 1, site_id: 1 }, name: "fixed_ap_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.807+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.807+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.811+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { is_guest: 1, site_id: 1 }, name: "is_guest_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.811+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.812+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.815+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { blocked: 1, site_id: 1 }, name: "blocked_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.815+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.816+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.819+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.819+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.820+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.828+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { mac: 1, site_id: 1 }, name: "mac_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.828+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.828+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.832+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { network_id: 1, site_id: 1 }, name: "network_id_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.832+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.833+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.837+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { blocked: 1, use_fixedip: 1, noted: 1, last_seen: 1, first_seen: 1 }, name: "blocked_1_use_fixedip_1_noted_1_last_seen_1_first_seen_1", ns: "ace.user" } | |
2021-06-24T02:14:48.837+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.837+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.841+0000 I INDEX [conn2] build index on: ace.user properties: { v: 2, key: { last_seen: 1, site_id: 1 }, name: "last_seen_1_site_id_1", ns: "ace.user" } | |
2021-06-24T02:14:48.841+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.841+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.842+0000 I STORAGE [conn2] createCollection: ace.wall with generated UUID: 8ccaf43a-2649-44fe-b24c-1adbf4aab944 | |
2021-06-24T02:14:48.850+0000 I INDEX [conn2] build index on: ace.wall properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.wall" } | |
2021-06-24T02:14:48.851+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.851+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.854+0000 I INDEX [conn2] build index on: ace.wall properties: { v: 2, key: { map_id: 1, site_id: 1 }, name: "map_id_1_site_id_1", ns: "ace.wall" } | |
2021-06-24T02:14:48.854+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.855+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.856+0000 I STORAGE [conn2] createCollection: ace.account with generated UUID: 7861b19b-cb05-46fc-aabf-d837bc2bbc5e | |
2021-06-24T02:14:48.864+0000 I INDEX [conn2] build index on: ace.account properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.account" } | |
2021-06-24T02:14:48.864+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.865+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.868+0000 I INDEX [conn2] build index on: ace.account properties: { v: 2, key: { email: 1, site_id: 1 }, name: "email_1_site_id_1", ns: "ace.account" } | |
2021-06-24T02:14:48.868+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.869+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.872+0000 I INDEX [conn2] build index on: ace.account properties: { v: 2, key: { name: 1, site_id: 1 }, name: "name_1_site_id_1", ns: "ace.account" } | |
2021-06-24T02:14:48.872+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.873+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.874+0000 I STORAGE [conn2] createCollection: ace.dpigroup with generated UUID: c4d78495-94f6-41e6-9496-6c441baae54f | |
2021-06-24T02:14:48.882+0000 I INDEX [conn2] build index on: ace.dpigroup properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dpigroup" } | |
2021-06-24T02:14:48.882+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.882+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.883+0000 I STORAGE [conn2] createCollection: ace.storeddpistats with generated UUID: ac76f859-0f84-4c27-92d1-079fa6d056b7 | |
2021-06-24T02:14:48.892+0000 I INDEX [conn2] build index on: ace.storeddpistats properties: { v: 2, key: { site_id: 1 }, name: "site_id_1", ns: "ace.storeddpistats" } | |
2021-06-24T02:14:48.892+0000 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:48.893+0000 I INDEX [conn2] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:48.953+0000 I STORAGE [conn2] createCollection: ace.dashboard with generated UUID: d692d51b-a0b7-45b0-9d43-278dd93cbe84 | |
2021-06-24T02:14:49.488+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52982 #3 (3 connections now open) | |
2021-06-24T02:14:49.489+0000 I NETWORK [conn3] received client metadata from 127.0.0.1:52982 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } | |
2021-06-24T02:14:49.490+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52984 #4 (4 connections now open) | |
2021-06-24T02:14:49.491+0000 I NETWORK [conn4] received client metadata from 127.0.0.1:52984 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } | |
2021-06-24T02:14:49.494+0000 I STORAGE [conn4] createCollection: ace_stat.stat_minute with generated UUID: ab8ec62b-1c6b-45d4-be47-1b7f9f1ffbb3 | |
2021-06-24T02:14:49.509+0000 I INDEX [conn4] build index on: ace_stat.stat_minute properties: { v: 2, key: { site_id: 1, datetime: 1 }, name: "site_id_1_datetime_1", ns: "ace_stat.stat_minute" } | |
2021-06-24T02:14:49.509+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.509+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.513+0000 I INDEX [conn4] build index on: ace_stat.stat_minute properties: { v: 2, key: { datetime: 1, o: 1, site_id: 1, oid: 1 }, name: "datetime_1_o_1_site_id_1_oid_1", ns: "ace_stat.stat_minute" } | |
2021-06-24T02:14:49.513+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.513+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.514+0000 I STORAGE [conn4] createCollection: ace_stat.stat_5minutes with generated UUID: 239ee1cc-db8b-4900-805a-3b863f5f1b1a | |
2021-06-24T02:14:49.523+0000 I INDEX [conn4] build index on: ace_stat.stat_5minutes properties: { v: 2, key: { site_id: 1, datetime: 1 }, name: "site_id_1_datetime_1", ns: "ace_stat.stat_5minutes" } | |
2021-06-24T02:14:49.523+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.523+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.527+0000 I INDEX [conn4] build index on: ace_stat.stat_5minutes properties: { v: 2, key: { datetime: 1, o: 1, site_id: 1, oid: 1 }, name: "datetime_1_o_1_site_id_1_oid_1", ns: "ace_stat.stat_5minutes" } | |
2021-06-24T02:14:49.527+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.527+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.528+0000 I STORAGE [conn4] createCollection: ace_stat.stat_hourly with generated UUID: b58248b8-d795-4561-9118-d0eb3b7d2599 | |
2021-06-24T02:14:49.537+0000 I INDEX [conn4] build index on: ace_stat.stat_hourly properties: { v: 2, key: { site_id: 1, datetime: 1 }, name: "site_id_1_datetime_1", ns: "ace_stat.stat_hourly" } | |
2021-06-24T02:14:49.537+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.538+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.542+0000 I INDEX [conn4] build index on: ace_stat.stat_hourly properties: { v: 2, key: { datetime: 1, o: 1, site_id: 1, oid: 1 }, name: "datetime_1_o_1_site_id_1_oid_1", ns: "ace_stat.stat_hourly" } | |
2021-06-24T02:14:49.542+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.543+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.544+0000 I STORAGE [conn4] createCollection: ace_stat.stat_daily with generated UUID: baad0e99-6653-4f4f-a1ad-0c2071077420 | |
2021-06-24T02:14:49.554+0000 I INDEX [conn4] build index on: ace_stat.stat_daily properties: { v: 2, key: { site_id: 1, datetime: 1 }, name: "site_id_1_datetime_1", ns: "ace_stat.stat_daily" } | |
2021-06-24T02:14:49.554+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.555+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.558+0000 I INDEX [conn4] build index on: ace_stat.stat_daily properties: { v: 2, key: { datetime: 1, o: 1, site_id: 1, oid: 1 }, name: "datetime_1_o_1_site_id_1_oid_1", ns: "ace_stat.stat_daily" } | |
2021-06-24T02:14:49.558+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.559+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.560+0000 I STORAGE [conn4] createCollection: ace_stat.stat_monthly with generated UUID: 4bdbc98a-e160-4b37-bab4-c96729f57473 | |
2021-06-24T02:14:49.570+0000 I INDEX [conn4] build index on: ace_stat.stat_monthly properties: { v: 2, key: { site_id: 1, datetime: 1 }, name: "site_id_1_datetime_1", ns: "ace_stat.stat_monthly" } | |
2021-06-24T02:14:49.570+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.570+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.573+0000 I INDEX [conn4] build index on: ace_stat.stat_monthly properties: { v: 2, key: { datetime: 1, o: 1, site_id: 1, oid: 1 }, name: "datetime_1_o_1_site_id_1_oid_1", ns: "ace_stat.stat_monthly" } | |
2021-06-24T02:14:49.573+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.574+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.574+0000 I STORAGE [conn4] createCollection: ace_stat.stat_life with generated UUID: 680e8897-5ccd-4e6e-9c7b-5d6aa1df64c9 | |
2021-06-24T02:14:49.584+0000 I INDEX [conn4] build index on: ace_stat.stat_life properties: { v: 2, key: { site_id: 1, o: 1, oid: 1, datetime: 1 }, name: "site_id_1_o_1_oid_1_datetime_1", ns: "ace_stat.stat_life" } | |
2021-06-24T02:14:49.584+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.584+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.588+0000 I INDEX [conn4] build index on: ace_stat.stat_life properties: { v: 2, key: { datetime: 1 }, name: "datetime_1", ns: "ace_stat.stat_life" } | |
2021-06-24T02:14:49.588+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.588+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.589+0000 I STORAGE [conn4] createCollection: ace_stat.stat_archive with generated UUID: fdbbee2d-efcd-4bac-a9d9-f425ecd640fd | |
2021-06-24T02:14:49.598+0000 I INDEX [conn4] build index on: ace_stat.stat_archive properties: { v: 2, key: { site_id: 1, o: 1, oid: 1, datetime: 1 }, name: "site_id_1_o_1_oid_1_datetime_1", ns: "ace_stat.stat_archive" } | |
2021-06-24T02:14:49.598+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.599+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.602+0000 I INDEX [conn4] build index on: ace_stat.stat_archive properties: { v: 2, key: { datetime: 1 }, name: "datetime_1", ns: "ace_stat.stat_archive" } | |
2021-06-24T02:14:49.602+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.603+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.603+0000 I STORAGE [conn4] createCollection: ace_stat.stat_dpi with generated UUID: d16f6f53-c9fa-4342-9fe1-5124d28a9179 | |
2021-06-24T02:14:49.612+0000 I INDEX [conn4] build index on: ace_stat.stat_dpi properties: { v: 2, key: { site_id: 1, o: 1, oid: 1, datetime: 1, app: 1, cat: 1 }, name: "site_id_1_o_1_oid_1_datetime_1_app_1_cat_1", ns: "ace_stat.stat_dpi" } | |
2021-06-24T02:14:49.612+0000 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.613+0000 I INDEX [conn4] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.719+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52986 #5 (5 connections now open) | |
2021-06-24T02:14:49.719+0000 I NETWORK [conn5] received client metadata from 127.0.0.1:52986 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } | |
2021-06-24T02:14:49.814+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52988 #6 (6 connections now open) | |
2021-06-24T02:14:49.815+0000 I NETWORK [conn6] received client metadata from 127.0.0.1:52988 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } | |
2021-06-24T02:14:49.815+0000 I STORAGE [conn6] createCollection: ace.apgroup with generated UUID: fcacd713-bce5-4a4a-adc9-cd804217d91f | |
2021-06-24T02:14:49.825+0000 I INDEX [conn6] build index on: ace.apgroup properties: { v: 2, key: { site_id: 1 }, name: "site_id", ns: "ace.apgroup" } | |
2021-06-24T02:14:49.825+0000 I INDEX [conn6] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.826+0000 I INDEX [conn6] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.905+0000 I STORAGE [conn6] createCollection: ace.wifiman_feedback with generated UUID: 4310cb55-411e-4966-a09d-85ffd4991481 | |
2021-06-24T02:14:49.916+0000 I INDEX [conn6] build index on: ace.wifiman_feedback properties: { v: 2, key: { site_id: 1 }, name: "site_id", ns: "ace.wifiman_feedback" } | |
2021-06-24T02:14:49.916+0000 I INDEX [conn6] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.917+0000 I INDEX [conn6] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.923+0000 I STORAGE [conn6] createCollection: ace_stat.wifiman_feedback with generated UUID: 42a40fc0-1bb0-41fb-84e3-67a8cc0691eb | |
2021-06-24T02:14:49.933+0000 I INDEX [conn6] build index on: ace_stat.wifiman_feedback properties: { v: 2, key: { site_id: 1 }, name: "site_id", ns: "ace_stat.wifiman_feedback" } | |
2021-06-24T02:14:49.933+0000 I INDEX [conn6] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.933+0000 I INDEX [conn6] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.934+0000 I STORAGE [conn6] createCollection: ace_stat.apgroup with generated UUID: 5e82dfb1-1f6c-48e0-b7ef-4656dc4db530 | |
2021-06-24T02:14:49.943+0000 I INDEX [conn6] build index on: ace_stat.apgroup properties: { v: 2, key: { site_id: 1 }, name: "site_id", ns: "ace_stat.apgroup" } | |
2021-06-24T02:14:49.943+0000 I INDEX [conn6] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.943+0000 I INDEX [conn6] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.949+0000 I STORAGE [conn6] createCollection: ace.dpi with generated UUID: c16906c6-fd22-4829-b75b-e1390c80a942 | |
2021-06-24T02:14:49.959+0000 I INDEX [conn6] build index on: ace.dpi properties: { v: 2, key: { time: 1 }, name: "time", ns: "ace.dpi" } | |
2021-06-24T02:14:49.959+0000 I INDEX [conn6] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.959+0000 I INDEX [conn6] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:14:49.960+0000 I STORAGE [conn6] createCollection: ace_stat.dpi with generated UUID: 25a4da46-74b0-4c63-994d-b9340f4f8e18 | |
2021-06-24T02:14:49.969+0000 I INDEX [conn6] build index on: ace_stat.dpi properties: { v: 2, key: { time: 1 }, name: "time", ns: "ace_stat.dpi" } | |
2021-06-24T02:14:49.969+0000 I INDEX [conn6] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | |
2021-06-24T02:14:49.970+0000 I INDEX [conn6] build index done. scanned 0 total records. 0 secs | |
2021-06-24T02:15:00.858+0000 I NETWORK [listener] connection accepted from 127.0.0.1:52990 #7 (7 connections now open) | |
2021-06-24T02:15:00.858+0000 I NETWORK [conn7] received client metadata from 127.0.0.1:52990 conn: { driver: { name: "mongo-java-driver", version: "3.4.3-dirty" }, os: { type: "Linux", name: "Linux", architecture: "amd64", version: "5.12.11-arch1-1" }, platform: "Java/Private Build/1.8.0_292-8u292-b10-0ubuntu1~18.04-b10" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment