From 41dc8cb5dcccb965eb6487afb3ca3fb5e5670d9c Mon Sep 17 00:00:00 2001 From: Taylor Swanson Date: Tue, 9 May 2023 14:17:35 -0500 Subject: [PATCH 1/5] Update packages to format 2.7.0 - akamai - atlassian_bitbucket - atlassian_confluence - atlassian_jira - auditd - auditd_manager - auth0 - azure_blob_storage - azure_frontdoor - barracuda - barracuda_cloudgen_firewall - bitdefender - bitwarden - bluecoat - carbon_black_cloud - carbonblack_edr - cef - cel - checkpoint go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.7.0 -ecs-git-ref=v8.7.0 -format-version=2.7.0 packages/* --- packages/akamai/_dev/build/build.yml | 2 +- packages/akamai/changelog.yml | 5 + .../pipeline/test-http-json.log-expected.json | 8 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../akamai/data_stream/siem/fields/fields.yml | 1 - packages/akamai/manifest.yml | 6 +- .../atlassian_bitbucket/_dev/build/build.yml | 2 +- packages/atlassian_bitbucket/changelog.yml | 5 + packages/atlassian_bitbucket/manifest.yml | 6 +- .../atlassian_confluence/_dev/build/build.yml | 2 +- packages/atlassian_confluence/changelog.yml | 5 + .../pipeline/test-audit-api.log-expected.json | 389 ++++++++++-------- .../test-audit-cloud.log-expected.json | 48 ++- .../test-audit-files.log-expected.json | 77 +--- .../elasticsearch/ingest_pipeline/default.yml | 11 +- packages/atlassian_confluence/manifest.yml | 6 +- packages/atlassian_jira/_dev/build/build.yml | 2 +- packages/atlassian_jira/changelog.yml | 5 + .../pipeline/test-audit-api.log-expected.json | 316 ++++++++++---- .../test-audit-cloud.log-expected.json | 268 +++++++++--- .../test-audit-files.log-expected.json | 280 +++++++++---- .../elasticsearch/ingest_pipeline/default.yml | 2 +- packages/atlassian_jira/manifest.yml | 6 +- packages/auditd/_dev/build/build.yml | 2 +- packages/auditd/changelog.yml | 5 + packages/auditd/manifest.yml | 6 +- packages/auditd_manager/_dev/build/build.yml | 2 +- packages/auditd_manager/changelog.yml | 5 + .../data_stream/auditd/fields/fields.yml | 2 +- packages/auditd_manager/docs/README.md | 2 +- packages/auditd_manager/manifest.yml | 6 +- packages/auth0/_dev/build/build.yml | 2 +- packages/auth0/changelog.yml | 5 + packages/auth0/manifest.yml | 6 +- .../azure_blob_storage/_dev/build/build.yml | 2 +- packages/azure_blob_storage/changelog.yml | 10 + packages/azure_blob_storage/manifest.yml | 4 +- packages/azure_frontdoor/_dev/build/build.yml | 2 +- packages/azure_frontdoor/changelog.yml | 5 + .../data_stream/access/fields/ecs.yml | 4 - .../data_stream/waf/fields/ecs.yml | 4 - packages/azure_frontdoor/manifest.yml | 7 +- packages/barracuda/_dev/build/build.yml | 2 +- packages/barracuda/changelog.yml | 5 + packages/barracuda/manifest.yml | 4 +- .../_dev/build/build.yml | 2 +- .../barracuda_cloudgen_firewall/changelog.yml | 5 + .../barracuda_cloudgen_firewall/manifest.yml | 6 +- packages/bitdefender/_dev/build/build.yml | 2 +- packages/bitdefender/changelog.yml | 5 + ...test-push-configuration.json-expected.json | 2 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../push_configuration/sample_event.json | 2 +- .../test-push-notification.json-expected.json | 56 +-- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../push_notifications/sample_event.json | 2 +- .../test-push-statistics.json-expected.json | 2 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../push_statistics/sample_event.json | 2 +- packages/bitdefender/docs/README.md | 8 +- packages/bitdefender/manifest.yml | 4 +- packages/bitwarden/_dev/build/build.yml | 2 +- packages/bitwarden/changelog.yml | 5 + .../test-collection.log-expected.json | 2 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../data_stream/collection/sample_event.json | 2 +- .../pipeline/test-event.log-expected.json | 8 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../data_stream/event/sample_event.json | 2 +- .../pipeline/test-group.log-expected.json | 2 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../data_stream/group/sample_event.json | 2 +- .../pipeline/test-policy.log-expected.json | 16 +- .../elasticsearch/ingest_pipeline/default.yml | 2 +- .../data_stream/policy/sample_event.json | 2 +- packages/bitwarden/docs/README.md | 8 +- packages/bitwarden/manifest.yml | 4 +- packages/bluecoat/_dev/build/build.yml | 2 +- packages/bluecoat/changelog.yml | 5 + packages/bluecoat/manifest.yml | 6 +- .../carbon_black_cloud/_dev/build/build.yml | 2 +- packages/carbon_black_cloud/changelog.yml | 5 + packages/carbon_black_cloud/manifest.yml | 6 +- packages/carbonblack_edr/_dev/build/build.yml | 2 +- packages/carbonblack_edr/changelog.yml | 5 + .../data_stream/log/fields/fields.yml | 1 - packages/carbonblack_edr/manifest.yml | 6 +- packages/cef/_dev/build/build.yml | 2 +- packages/cef/changelog.yml | 5 + packages/cef/manifest.yml | 4 +- packages/cel/changelog.yml | 5 + packages/cel/manifest.yml | 4 +- packages/checkpoint/_dev/build/build.yml | 2 +- packages/checkpoint/changelog.yml | 5 + .../test/pipeline/test-r80x.log-expected.json | 8 +- .../elasticsearch/ingest_pipeline/default.yml | 29 +- .../data_stream/firewall/fields/fields.yml | 2 - packages/checkpoint/manifest.yml | 6 +- 98 files changed, 1178 insertions(+), 647 deletions(-) diff --git a/packages/akamai/_dev/build/build.yml b/packages/akamai/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/akamai/_dev/build/build.yml +++ b/packages/akamai/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/akamai/changelog.yml b/packages/akamai/changelog.yml index 7abd5e60675..844d306425f 100644 --- a/packages/akamai/changelog.yml +++ b/packages/akamai/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.7.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "2.6.2-beta" changes: - description: Added support for the 'to' query parameter in the initial time based requests. diff --git a/packages/akamai/data_stream/siem/_dev/test/pipeline/test-http-json.log-expected.json b/packages/akamai/data_stream/siem/_dev/test/pipeline/test-http-json.log-expected.json index b6d4048618a..f4192b0bffc 100644 --- a/packages/akamai/data_stream/siem/_dev/test/pipeline/test-http-json.log-expected.json +++ b/packages/akamai/data_stream/siem/_dev/test/pipeline/test-http-json.log-expected.json @@ -110,7 +110,9 @@ "version": "8.7.0" }, "event": { - "category": "network", + "category": [ + "network" + ], "id": "1158db1758e37bfe67b7c09", "kind": "event", "original": "{\"format\":\"json\",\"type\":\"akamai_siem\",\"version\":\"1.0\",\"attackData\":{\"clientIP\":\"89.160.20.156\",\"configId\":\"14227\",\"policyId\":\"qik1_26545\",\"ruleActions\":\"YWxlcnQ%3d%3bYWxlcnQ%3d%3bZGVueQ%3d%3d\",\"ruleData\":\"dGVsbmV0LmV4ZQ%3d%3d%3bdGVsbmV0LmV4ZQ%3d%3d%3bVmVjdG9yIFNjb3JlOiAxMCwgREVOWSB0aHJlc2hvbGQ6IDksIEFsZX \",\"ruleMessages\":\"U3lzdGVtIENvbW1hbmQgQWNjZXNz%3bU3lzdGVtIENvbW1hbmQgSW5qZWN0aW9u%3bQW5vbWFseSBTY29yZSBFeGNlZWRlZCBmb3 \",\"ruleSelectors\":\"QVJHUzpvcHRpb24%3d%3bQVJHUzpvcHRpb24%3d%3b\",\"ruleTags\":\"T1dBU1BfQ1JTL1dFQl9BVFRBQ0svRklMRV9JTkpFQ1RJT04%3d%3bT1dBU1BfQ1JTL1dFQl9BVFRBQ0svQ09NTUFORF9JTkpFQ1R \",\"ruleVersions\":\"NA%3d%3d%3bNA%3d%3d%3bMQ%3d%3d\",\"rules\":\"OTUwMDAy%3bOTUwMDA2%3bQ01ELUlOSkVDVElPTi1BTk9NQUxZ\"},\"geo\":{\"asn\":\"14618\",\"city\":\"ASHBURN\",\"continent\":\"288\",\"country\":\"US\",\"regionCode\":\"VA\"},\"httpMessage\":{\"bytes\":\"266\",\"host\":\"www.hmapi.com\",\"method\":\"GET\",\"path\":\"/\",\"port\":\"80\",\"protocol\":\"HTTP/1.1\",\"query\":\"option=com_jce%20telnet.exe\",\"requestHeaders\":\"User-Agent%3a%20BOT%2f0.1%20(BOT%20for%20JCE)%0d%0aAccept%3a%20text%2fhtml,application%2fxhtml+xml\",\"requestId\":\"1158db1758e37bfe67b7c09\",\"responseHeaders\":\"Server%3a%20AkamaiGHost%0d%0aMime-Version%3a%201.0%0d%0aContent-Type%3a%20text%2fhtml%0d%0aContent-Length%3a%20150\",\"start\":\"1491303422\",\"status\":\"200\"},\"userRiskData\":{\"uuid\":\"964d54b7-0821-413a-a4d6-8131770ec8d5\",\"status\":\"0\",\"score\":\"75\",\"risk\":\"udfp:1325gdg4g4343g/M|unp:74256/H\",\"trust\":\"ugp:US\",\"general\":\"duc_1h:10|duc_1d:30\",\"allow\":\"0\"},\"clientData\":{\"appBundleId\":\"com.mydomain.myapp\",\"appVersion\":\"1.23\",\"sdkVersion\":\"4.7.1\",\"telemetryType\":\"2\"},\"botData\":{\"botScore\":\"100\",\"responseSegment\":\"3\"}}", @@ -273,7 +275,9 @@ "version": "8.7.0" }, "event": { - "category": "network", + "category": [ + "network" + ], "id": "2ab418ac8515f33", "kind": "event", "original": "{\"format\":\"json\",\"type\":\"akamai_siem\",\"version\":\"1.0\",\"attackData\":{\"clientIP\":\"89.160.20.156\",\"configId\":\"6724\",\"policyId\":\"scoe_5426\",\"ruleActions\":\"QUxFUlQ;REVOWQ==\",\"ruleData\":\"YWxlcnQo;Y3VybA==\",\"ruleMessages\":\"Q3Jvc3Mtc2l0ZSBTY3 JpcHRpbmcgKFhTUykgQXR0YWNr; UmVxdWVzdCBJbmRpY2F0ZXMgYW4 gYXV0b21hdGVkIHByb2 dyYW0gZXhwbG9yZWQgdGhlIHNpdGU=\",\"ruleSelectors\":\"QVJHUzph;UkVRVUVTVF9IRU FERVJTOlVzZXItQWdlbnQ=\",\"ruleTags\":\"V0VCX0FUVEFDSy9YU1M=;QV VUT01BVElPTi9NSVND\",\"ruleVersions\":\";\",\"rules\":\"OTUwMDA0;OTkwMDEx\"},\"geo\":{\"asn\":\"12271\",\"city\":\"NEWYORK\",\"continent\":\"NA\",\"country\":\"US\",\"regionCode\":\"NY\"},\"httpMessage\":{\"bytes\":\"34523\",\"host\":\"www.example.com\",\"method\":\"POST\",\"path\":\"/examples/1/\",\"port\":\"80\",\"protocol\":\"http/2\",\"query\":\"a%3D..%2F..%2F..%2Fetc%2Fpasswd\",\"requestHeaders\":\"User-Agent%3a%20BOT%2f0.1%20(BOT%20for%20JCE)%0d%0aAccept%3a%20text%2fhtml,application%2fxhtml+xml\",\"requestId\":\"2ab418ac8515f33\",\"responseHeaders\":\"Server%3a%20AkamaiGHost%0d%0aMime-Version%3a%201.0%0d%0aContent-Type%3a%20text%2fhtml\",\"start\":\"1470923133.026\",\"status\":\"301\",\"tls\": \"TLSv1.2\"},\"userRiskData\":{\"uuid\":\"964d54b7-0821-413a-a4d6-8131770ec8d5\",\"status\":\"0\",\"score\":\"75\",\"risk\":\"udfp:1325gdg4g4343g/M|unp:74256/H\",\"trust\":\"ugp:US\",\"general\":\"duc_1h:10|duc_1d:30\",\"allow\":\"0\"},\"clientData\":{\"appBundleId\":\"com.mydomain.myapp\",\"appVersion\":\"1.23\",\"sdkVersion\":\"4.7.1\",\"telemetryType\":\"2\"},\"botData\":{\"botScore\":\"100\",\"responseSegment\":\"3\"}}", diff --git a/packages/akamai/data_stream/siem/elasticsearch/ingest_pipeline/default.yml b/packages/akamai/data_stream/siem/elasticsearch/ingest_pipeline/default.yml index 81d736bdc58..6d9265d4d2e 100644 --- a/packages/akamai/data_stream/siem/elasticsearch/ingest_pipeline/default.yml +++ b/packages/akamai/data_stream/siem/elasticsearch/ingest_pipeline/default.yml @@ -411,7 +411,7 @@ processors: copy_from: source - set: field: event.category - value: network + value: [network] - set: field: event.kind value: event diff --git a/packages/akamai/data_stream/siem/fields/fields.yml b/packages/akamai/data_stream/siem/fields/fields.yml index e08ab18e172..c028f1c954e 100644 --- a/packages/akamai/data_stream/siem/fields/fields.yml +++ b/packages/akamai/data_stream/siem/fields/fields.yml @@ -1,6 +1,5 @@ - name: akamai.siem type: group - release: beta default_field: false description: > Fields for Akamai SIEM Logs diff --git a/packages/akamai/manifest.yml b/packages/akamai/manifest.yml index a356acbbb17..2724ff92b3e 100644 --- a/packages/akamai/manifest.yml +++ b/packages/akamai/manifest.yml @@ -1,11 +1,9 @@ name: akamai title: Akamai -version: "2.6.2-beta" -release: ga +version: "2.7.0" description: Collect logs from Akamai with Elastic Agent. type: integration -format_version: 1.0.0 -license: basic +format_version: 2.7.0 categories: [security, cdn_security] conditions: kibana.version: "^8.4.0" diff --git a/packages/atlassian_bitbucket/_dev/build/build.yml b/packages/atlassian_bitbucket/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/atlassian_bitbucket/_dev/build/build.yml +++ b/packages/atlassian_bitbucket/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/atlassian_bitbucket/changelog.yml b/packages/atlassian_bitbucket/changelog.yml index 45fe08c0537..caa11be3ccc 100644 --- a/packages/atlassian_bitbucket/changelog.yml +++ b/packages/atlassian_bitbucket/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.7.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/atlassian_bitbucket/manifest.yml b/packages/atlassian_bitbucket/manifest.yml index df65caaf517..70b752aa612 100644 --- a/packages/atlassian_bitbucket/manifest.yml +++ b/packages/atlassian_bitbucket/manifest.yml @@ -1,14 +1,12 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: atlassian_bitbucket title: Atlassian Bitbucket -version: "1.7.0" -license: basic +version: "1.8.0" description: Collect logs from Atlassian Bitbucket with Elastic Agent. type: integration categories: - security - productivity_security -release: ga conditions: kibana.version: "^7.16.0 || ^8.0.0" icons: diff --git a/packages/atlassian_confluence/_dev/build/build.yml b/packages/atlassian_confluence/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/atlassian_confluence/_dev/build/build.yml +++ b/packages/atlassian_confluence/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/atlassian_confluence/changelog.yml b/packages/atlassian_confluence/changelog.yml index 1100ea144df..297e5033bd5 100644 --- a/packages/atlassian_confluence/changelog.yml +++ b/packages/atlassian_confluence/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.9.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.8.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json b/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json index 0bf8edcc1b3..b0f72b03c66 100644 --- a/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json +++ b/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json @@ -41,7 +41,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:44:36.398Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"79 - 178\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"100\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:39:37.166Z - 2021-11-23T00:43:12.188Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -123,7 +125,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:43:12.188Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 76\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"76\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:34:44.466Z - 2021-11-23T00:39:37.149Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -205,7 +209,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:41:45.280Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"77 - 176\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"100\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:39:37.155Z - 2021-11-23T00:41:17.165Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -287,7 +293,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:41:17.165Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 74\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"74\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:34:44.466Z - 2021-11-23T00:39:37.137Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -369,7 +377,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:41:16.741Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"75 - 174\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"100\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:39:37.143Z - 2021-11-23T00:41:07.156Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -451,7 +461,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:41:07.156Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 72\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"72\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:34:44.466Z - 2021-11-23T00:39:37.128Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -533,7 +545,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:41:06.871Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"73 - 172\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"100\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:39:37.132Z - 2021-11-23T00:40:32.595Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -615,7 +629,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:40:32.595Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 70\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"70\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:34:44.466Z - 2021-11-23T00:39:37.115Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -697,7 +713,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:40:32.138Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"71 - 170\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"100\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:39:37.122Z - 2021-11-23T00:39:37.908Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -794,7 +812,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.908Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -893,7 +910,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.904Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -992,7 +1008,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.899Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1084,7 +1099,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.895Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1183,7 +1197,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.891Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1282,7 +1295,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.887Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1381,7 +1393,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.882Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1473,7 +1484,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.877Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1572,7 +1582,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.872Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1671,7 +1680,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.868Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1770,7 +1778,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.862Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1862,7 +1869,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.858Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -1961,7 +1967,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.853Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2060,7 +2065,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.848Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2159,7 +2163,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.841Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2251,7 +2254,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.832Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2350,7 +2352,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.821Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2449,7 +2450,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.811Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2548,7 +2548,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.796Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2640,7 +2639,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.785Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2739,7 +2737,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.777Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2838,7 +2835,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.770Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -2937,7 +2933,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.756Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3029,7 +3024,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.751Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3128,7 +3122,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.744Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3227,7 +3220,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.728Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3326,7 +3318,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.713Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3418,7 +3409,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.705Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3517,7 +3507,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.688Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3616,7 +3605,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.675Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3715,7 +3703,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.668Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3807,7 +3794,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.654Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -3906,7 +3892,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.644Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4005,7 +3990,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.639Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4104,7 +4088,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.634Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4203,7 +4186,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.628Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETSPACEPERMISSIONS\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4302,7 +4284,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.618Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETSPACEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4394,7 +4375,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.612Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4493,7 +4473,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.606Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4592,7 +4571,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.596Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4691,7 +4669,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.592Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4783,7 +4760,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.588Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4882,7 +4858,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.584Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -4981,7 +4956,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.580Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5080,7 +5054,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.575Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5172,7 +5145,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.571Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5271,7 +5243,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.567Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5370,7 +5341,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.556Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5469,7 +5439,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.454Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5561,7 +5530,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.444Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5660,7 +5628,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.435Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5759,7 +5726,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.424Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"to\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5858,7 +5824,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.404Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ASDF\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -5947,7 +5912,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.393Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6034,7 +6001,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.375Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"VIEWSPACE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6121,7 +6090,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.366Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6208,7 +6179,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.361Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6295,7 +6268,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.357Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"COMMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6382,7 +6357,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.350Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6469,7 +6446,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.342Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"SETPAGEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6549,7 +6528,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.330Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6636,7 +6617,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.324Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6723,7 +6706,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.311Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEMAIL\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6810,7 +6795,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.303Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"SETPAGEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6897,7 +6884,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.295Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"SETPAGEPERMISSIONS\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -6984,7 +6973,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.290Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7064,7 +7055,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.285Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7151,7 +7144,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.282Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7238,7 +7233,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.278Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTPAGE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7325,7 +7322,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.274Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7405,7 +7404,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.270Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7492,7 +7493,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.266Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7579,7 +7582,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.262Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTSPACE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7666,7 +7671,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.258Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7746,7 +7753,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.254Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7833,7 +7842,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.250Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -7920,7 +7931,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.246Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEATTACHMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8007,7 +8020,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.242Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EXPORTPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8087,7 +8102,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.238Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8174,7 +8191,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.234Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8261,7 +8280,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.230Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITBLOG\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8348,7 +8369,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.225Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8428,7 +8451,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.221Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8515,7 +8540,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.217Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8602,7 +8629,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.212Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEBLOG\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8689,7 +8718,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.208Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8769,7 +8800,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.204Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8856,7 +8889,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.200Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -8943,7 +8978,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.194Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"CREATEATTACHMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9030,7 +9067,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.188Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9110,7 +9149,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.176Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9190,7 +9231,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.166Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9277,7 +9320,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.160Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9364,7 +9409,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.155Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEPAGE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9451,7 +9498,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.149Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9531,7 +9580,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.143Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9618,7 +9669,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.137Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9705,7 +9758,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.132Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVECOMMENT\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9792,7 +9847,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.128Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9879,7 +9936,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.122Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITSPACE\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -9966,7 +10025,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.115Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10046,7 +10107,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.107Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10133,7 +10196,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.099Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10220,7 +10285,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.091Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"test user\",\"type\":\"User\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"id\":\"2c9680837d4a3682017d4a375a280000\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"SETSPACEPERMISSIONS\"},{\"key\":\"User\",\"i18nKey\":\"User\",\"from\":\"admin\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10307,7 +10374,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.055Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"from\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"SETSPACEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10387,7 +10456,9 @@ "action": "audit.logging.summary.space.permission.removed", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:37.008Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.removed\",\"action\":\"Space permission removed\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[{\"key\":\"Type\",\"i18nKey\":\"Type\",\"from\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10561,7 +10632,9 @@ "action": "audit.logging.summary.space.import", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:36.323Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.import.export\",\"category\":\"Import/Export\",\"actionI18nKey\":\"audit.logging.summary.space.import\",\"action\":\"Space import\"},\"affectedObjects\":[{\"name\":\"asdf\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ASDF\",\"id\":\"98306\"}],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10644,7 +10717,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:39:11.067Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"52 - 61\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"From : 1970-01-01T00:00:00Z;To : 2021-11-23T00:39:11.057109Z;\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"10\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:35:04.299Z - 2021-11-23T00:38:58.965Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10727,7 +10802,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:38:58.965Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"60 - 60\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"From : 1970-01-01T00:00:00Z;To : 2021-11-23T00:38:58.959089Z;\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"1\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:38:57.393Z - 2021-11-23T00:38:57.393Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10810,7 +10887,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:38:57.393Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"49 - 59\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"From : 1970-01-01T00:00:00Z;To : 2021-11-23T00:38:57.380777Z;\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"11\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:35:04.294Z - 2021-11-23T00:38:42.240Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10893,7 +10972,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:38:42.240Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"49 - 58\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"From : 1970-01-01T00:00:00Z;To : 2021-11-23T00:38:42.224135Z;\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"10\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:35:04.294Z - 2021-11-23T00:38:35.211Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -10976,7 +11057,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:38:35.211Z\",\"author\":{\"name\":\"test user\",\"type\":\"user\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 57\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"From : 1970-01-01T00:00:00Z;To : 2021-11-23T00:38:35.065543Z;\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"57\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-23T00:34:44.466Z - 2021-11-23T00:35:04.387Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -11048,7 +11131,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.387Z\",\"author\":{\"name\":\"System\",\"type\":\"system\",\"id\":\"-1\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.config.updated\",\"action\":\"Audit Log configuration updated\"},\"affectedObjects\":[],\"changedValues\":[{\"key\":\"Retention\",\"i18nKey\":\"atlassian.audit.event.change.retention\",\"to\":\"3 Years\"}],\"system\":\"http://confluence.internal:8090\",\"method\":\"System\",\"extraAttributes\":[]}", "type": [ - "admin", "change" ] }, @@ -11124,7 +11206,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.306Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11219,7 +11300,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.305Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11307,7 +11387,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.303Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11402,7 +11481,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.301Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11497,7 +11575,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.299Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEMAIL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11585,7 +11662,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.298Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11680,7 +11756,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.296Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11775,7 +11850,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.294Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EXPORTSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11863,7 +11937,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.292Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -11958,7 +12031,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.290Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12053,7 +12125,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.288Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12141,7 +12212,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.287Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12236,7 +12306,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.285Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12331,7 +12400,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.283Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12419,7 +12487,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.281Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12514,7 +12581,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.279Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12609,7 +12675,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.277Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATEATTACHMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12697,7 +12762,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.275Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12792,7 +12856,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.273Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12887,7 +12950,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.271Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEBLOG\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -12975,7 +13037,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.269Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13070,7 +13131,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.267Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13165,7 +13225,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.265Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVECOMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13253,7 +13312,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.262Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13348,7 +13406,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.259Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13443,7 +13500,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.257Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEPAGE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13538,7 +13594,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.255Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SETSPACEPERMISSIONS\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13626,7 +13681,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.253Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13721,7 +13775,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.251Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13816,7 +13869,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.249Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"EDITSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13904,7 +13956,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.247Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -13999,7 +14050,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.245Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14094,7 +14144,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.242Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"COMMENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14182,7 +14231,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.240Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14277,7 +14325,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.238Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14372,7 +14419,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.235Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14460,7 +14506,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.231Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14555,7 +14600,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.219Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -14650,7 +14694,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:04.192Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"action\":\"Space permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"},{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Space\",\"i18nKey\":\"Space\",\"to\":\"ds\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"VIEWSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15017,7 +15060,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.253Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATESPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15101,7 +15143,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.251Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"CREATESPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15185,7 +15226,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.250Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"PERSONALSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15269,7 +15309,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.246Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"SYSTEMADMINISTRATOR\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15353,7 +15392,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.243Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"USECONFLUENCE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15437,7 +15475,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.241Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"ADMINISTRATECONFLUENCE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15521,7 +15558,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.239Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-users\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-users\",\"id\":\"confluence-users\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-users\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"PERSONALSPACE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15605,7 +15641,6 @@ "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.217Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.permissions\",\"category\":\"Permissions\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"action\":\"Global permission added\"},\"affectedObjects\":[{\"name\":\"confluence-administrators\",\"type\":\"Group\",\"uri\":\"http://confluence.internal:8090/admin/users/domembersofgroupsearch.action?membersOfGroupTerm=confluence-administrators\",\"id\":\"confluence-administrators\"}],\"changedValues\":[{\"key\":\"Group\",\"i18nKey\":\"Group\",\"to\":\"confluence-administrators\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"USECONFLUENCE\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", "type": [ - "admin", "creation" ] }, @@ -15912,7 +15947,9 @@ "action": "audit.logging.summary.directory.added", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:35:03.109Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.user.management\",\"category\":\"Users and groups\",\"actionI18nKey\":\"audit.logging.summary.directory.added\",\"action\":\"User directory created\"},\"affectedObjects\":[{\"name\":\"Confluence Internal Directory\",\"type\":\"Directory\"}],\"changedValues\":[{\"key\":\"Active\",\"i18nKey\":\"Active\",\"to\":\"Yes\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"CREATE_GROUP\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"UPDATE_USER\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"UPDATE_USER_ATTRIBUTE\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"UPDATE_ROLE\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"DELETE_GROUP\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"UPDATE_GROUP_ATTRIBUTE\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"UPDATE_ROLE_ATTRIBUTE\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"CREATE_ROLE\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"DELETE_ROLE\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"UPDATE_GROUP\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"DELETE_USER\"},{\"key\":\"Allowed operation\",\"i18nKey\":\"Allowed operation\",\"to\":\"CREATE_USER\"},{\"key\":\"Description\",\"i18nKey\":\"Description\",\"to\":\"Confluence default internal directory\"},{\"key\":\"Encryption type\",\"i18nKey\":\"Encryption type\",\"to\":\"atlassian-security\"},{\"key\":\"ID\",\"i18nKey\":\"ID\",\"to\":\"327681\"},{\"key\":\"Name\",\"i18nKey\":\"Name\",\"to\":\"Confluence Internal Directory\"},{\"key\":\"Type\",\"i18nKey\":\"Type\",\"to\":\"INTERNAL\"}],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -15977,7 +16014,9 @@ "action": "audit.logging.summary.space.import", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:34:46.735Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.import.export\",\"category\":\"Import/Export\",\"actionI18nKey\":\"audit.logging.summary.space.import\",\"action\":\"Space import\"},\"affectedObjects\":[{\"name\":\"Demonstration Space\",\"type\":\"Space\",\"uri\":\"http://confluence.internal:8090/display/ds\",\"id\":\"98305\"}],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -16040,7 +16079,9 @@ "action": "audit.logging.summary.plugin.enabled", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:34:45.732Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.plugins\",\"category\":\"Apps\",\"actionI18nKey\":\"audit.logging.summary.plugin.enabled\",\"action\":\"App enabled\"},\"affectedObjects\":[{\"name\":\"Synchrony Interop Bootstrap Plugin\",\"type\":\"App\"}],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -16103,7 +16144,9 @@ "action": "audit.logging.summary.plugin.enabled", "kind": "event", "original": "{\"timestamp\":\"2021-11-23T00:34:44.466Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"audit.logging.category.plugins\",\"category\":\"Apps\",\"actionI18nKey\":\"audit.logging.summary.plugin.enabled\",\"action\":\"App enabled\"},\"affectedObjects\":[{\"name\":\"Confluence Collaborative Editor Plugin\",\"type\":\"App\"}],\"changedValues\":[],\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ diff --git a/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json b/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json index cdbc2030a28..f79108643fd 100644 --- a/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json +++ b/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json @@ -24,7 +24,9 @@ "action": "Space logo uploaded", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"John Jacobs\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"df856b17d84fcf010f11fcfcc6be4267\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"df856b17d84fcf010f11fcfcc6be4267\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643097111962,\"summary\":\"Space logo uploaded\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Service Catalogue\",\"objectType\":\"Space\"},\"changedValues\":[],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -79,7 +81,9 @@ "action": "Space logo uploaded", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"John Jacobs\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"df856b17d84fcf010f11fcfcc6be4267\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"df856b17d84fcf010f11fcfcc6be4267\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643097094621,\"summary\":\"Space logo uploaded\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Service Catalogue\",\"objectType\":\"Space\"},\"changedValues\":[],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -134,7 +138,9 @@ "action": "Space logo uploaded", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"John Jacobs\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"df856b17d84fcf010f11fcfcc6be4267\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"df856b17d84fcf010f11fcfcc6be4267\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643096991153,\"summary\":\"Space logo uploaded\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Service Catalogue\",\"objectType\":\"Space\"},\"changedValues\":[],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -211,7 +217,9 @@ "action": "Space configuration updated", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"John Jacobs\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"df856b17d84fcf010f11fcfcc6be4267\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"df856b17d84fcf010f11fcfcc6be4267\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643096679172,\"summary\":\"Space configuration updated\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Service Catalogue\",\"objectType\":\"Space\"},\"changedValues\":[{\"name\":\"Space type\",\"oldValue\":\"\",\"newValue\":\"global\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space status\",\"oldValue\":\"\",\"newValue\":\"CURRENT\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Name\",\"oldValue\":\"\",\"newValue\":\"Service Catalogue\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space key\",\"oldValue\":\"\",\"newValue\":\"SC\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -288,7 +296,9 @@ "action": "Space created", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"John Jacobs\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"df856b17d84fcf010f11fcfcc6be4267\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"df856b17d84fcf010f11fcfcc6be4267\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643096679092,\"summary\":\"Space created\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Service Catalogue\",\"objectType\":\"Space\"},\"changedValues\":[{\"name\":\"Space type\",\"oldValue\":\"\",\"newValue\":\"global\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space status\",\"oldValue\":\"\",\"newValue\":\"CURRENT\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Name\",\"oldValue\":\"\",\"newValue\":\"Service Catalogue\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space key\",\"oldValue\":\"\",\"newValue\":\"SC\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -370,7 +380,9 @@ "action": "Space configuration updated", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"Billy Bob\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"5e72294a9858860c3eb10c8b\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"5e72294a9858860c3eb10c8b\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643035762329,\"summary\":\"Space configuration updated\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Pre-test-scanner\",\"objectType\":\"Space\"},\"changedValues\":[{\"name\":\"Space type\",\"oldValue\":\"\",\"newValue\":\"global\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space status\",\"oldValue\":\"\",\"newValue\":\"CURRENT\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Name\",\"oldValue\":\"\",\"newValue\":\"Pre-test-scanner\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space key\",\"oldValue\":\"\",\"newValue\":\"PTS\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Home page\",\"oldValue\":\"\",\"newValue\":\"page: 484737204 v.1\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -452,7 +464,9 @@ "action": "Space created", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"Billy Bob\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"5e72294a9858860c3eb10c8b\",\"userKey\":\"26971c016361d1f6a3eb8f62461f1e4e\",\"accountId\":\"5e72294a9858860c3eb10c8b\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1643035762311,\"summary\":\"Space created\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Pre-test-scanner\",\"objectType\":\"Space\"},\"changedValues\":[{\"name\":\"Space type\",\"oldValue\":\"\",\"newValue\":\"global\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space status\",\"oldValue\":\"\",\"newValue\":\"CURRENT\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Name\",\"oldValue\":\"\",\"newValue\":\"Pre-test-scanner\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space key\",\"oldValue\":\"\",\"newValue\":\"PTS\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Home page\",\"oldValue\":\"\",\"newValue\":\"page: 484737204 v.1\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -1917,7 +1931,9 @@ "action": "Space configuration updated", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"Lilly Smith\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"98435bcd1061baa5b4fbd19bd5810586\",\"userKey\":\"4711088e62a7b0cf381781a84574a70a\",\"accountId\":\"98435bcd1061baa5b4fbd19bd5810586\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1638894579293,\"summary\":\"Space configuration updated\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Change Control\",\"objectType\":\"Space\"},\"changedValues\":[{\"name\":\"Space type\",\"oldValue\":\"\",\"newValue\":\"global\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space status\",\"oldValue\":\"\",\"newValue\":\"CURRENT\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Name\",\"oldValue\":\"\",\"newValue\":\"Change Control\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space key\",\"oldValue\":\"\",\"newValue\":\"ACC\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -1994,7 +2010,9 @@ "action": "Space created", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"Lilly Smith\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"98435bcd1061baa5b4fbd19bd5810586\",\"userKey\":\"4711088e62a7b0cf381781a84574a70a\",\"accountId\":\"98435bcd1061baa5b4fbd19bd5810586\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1638894578800,\"summary\":\"Space created\",\"description\":\"\",\"category\":\"Spaces\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"Change Control\",\"objectType\":\"Space\"},\"changedValues\":[{\"name\":\"Space type\",\"oldValue\":\"\",\"newValue\":\"global\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space status\",\"oldValue\":\"\",\"newValue\":\"CURRENT\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Name\",\"oldValue\":\"\",\"newValue\":\"Change Control\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"},{\"name\":\"Space key\",\"oldValue\":\"\",\"newValue\":\"ACC\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -2417,7 +2435,9 @@ "action": "User deactivated", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"System\",\"operations\":null,\"isExternalCollaborator\":false,\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1637164837274,\"summary\":\"User deactivated\",\"description\":\"\",\"category\":\"Users and groups\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"\",\"objectType\":\"\"},\"changedValues\":[],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -2483,7 +2503,9 @@ "action": "Page archived", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"John Doe\",\"operations\":null,\"isExternalCollaborator\":false,\"username\":\"e6dd7842c44d594c024fc7129c1e4e49\",\"userKey\":\"7b4a0e7b52db25cdfc113f8e5b8e7aa2\",\"accountId\":\"e6dd7842c44d594c024fc7129c1e4e49\",\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1637073322812,\"summary\":\"Page archived\",\"description\":\"\",\"category\":\"Page\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"KB Articles to be Approved\",\"objectType\":\"Page\"},\"changedValues\":[{\"name\":\"Content status\",\"oldValue\":\"current\",\"newValue\":\"archived\",\"hiddenOldValue\":\"\",\"hiddenNewValue\":\"\"}],\"associatedObjects\":[{\"name\":\"KB Articles to be Approved\",\"objectType\":\"Page\"},{\"name\":\"Topics\",\"objectType\":\"Space\"}]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ @@ -2603,7 +2625,9 @@ "action": "User deactivated", "kind": "event", "original": "{\"author\":{\"type\":\"user\",\"displayName\":\"System\",\"operations\":null,\"isExternalCollaborator\":false,\"accountType\":\"\",\"publicName\":\"Unknown user\",\"externalCollaborator\":false},\"remoteAddress\":\"81.2.69.143\",\"creationDate\":1637054756666,\"summary\":\"User deactivated\",\"description\":\"\",\"category\":\"Users and groups\",\"sysAdmin\":false,\"superAdmin\":false,\"affectedObject\":{\"name\":\"\",\"objectType\":\"\"},\"changedValues\":[],\"associatedObjects\":[]}", - "type": "info" + "type": [ + "info" + ] }, "related": { "ip": [ diff --git a/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json b/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json index 02a82a1b36a..e04d5f0411b 100644 --- a/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json +++ b/packages/atlassian_confluence/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json @@ -28,7 +28,9 @@ "action": "audit.logging.summary.plugin.enabled", "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Synchrony Interop Bootstrap Plugin\",\"type\":\"App\"}],\"auditType\":{\"action\":\"App enabled\",\"actionI18nKey\":\"audit.logging.summary.plugin.enabled\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"Apps\",\"categoryI18nKey\":\"audit.logging.category.plugins\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624567,\"nano\":332000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -93,7 +95,9 @@ "action": "audit.logging.summary.plugin.enabled", "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Confluence Collaborative Editor Plugin\",\"type\":\"App\"}],\"auditType\":{\"action\":\"App enabled\",\"actionI18nKey\":\"audit.logging.summary.plugin.enabled\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"Apps\",\"categoryI18nKey\":\"audit.logging.category.plugins\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624565,\"nano\":791000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -159,7 +163,9 @@ "action": "audit.logging.summary.space.import", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space import\",\"actionI18nKey\":\"audit.logging.summary.space.import\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"Import/Export\",\"categoryI18nKey\":\"audit.logging.category.import.export\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624569,\"nano\":660000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -316,7 +322,9 @@ "action": "audit.logging.summary.directory.added", "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Confluence Internal Directory\",\"type\":\"Directory\"}],\"auditType\":{\"action\":\"User directory created\",\"actionI18nKey\":\"audit.logging.summary.directory.added\",\"area\":\"USER_MANAGEMENT\",\"category\":\"Users and groups\",\"categoryI18nKey\":\"audit.logging.category.user.management\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"ID\",\"key\":\"ID\",\"to\":\"327681\"},{\"i18nKey\":\"Name\",\"key\":\"Name\",\"to\":\"Confluence Internal Directory\"},{\"i18nKey\":\"Active\",\"key\":\"Active\",\"to\":\"Yes\"},{\"i18nKey\":\"Encryption type\",\"key\":\"Encryption type\",\"to\":\"atlassian-security\"},{\"i18nKey\":\"Description\",\"key\":\"Description\",\"to\":\"Confluence default internal directory\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"INTERNAL\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"UPDATE_USER_ATTRIBUTE\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"UPDATE_GROUP\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"DELETE_ROLE\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"DELETE_GROUP\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"UPDATE_USER\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"DELETE_USER\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"UPDATE_GROUP_ATTRIBUTE\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"CREATE_ROLE\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"CREATE_USER\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"UPDATE_ROLE_ATTRIBUTE\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"UPDATE_ROLE\"},{\"i18nKey\":\"Allowed operation\",\"key\":\"Allowed operation\",\"to\":\"CREATE_GROUP\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":440000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -551,7 +559,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"USECONFLUENCE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":592000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -636,7 +643,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"PERSONALSPACE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":620000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -721,7 +727,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"ADMINISTRATECONFLUENCE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":623000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -806,7 +811,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"USECONFLUENCE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":627000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -891,7 +895,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"SYSTEMADMINISTRATOR\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":688000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -976,7 +979,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"PERSONALSPACE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":692000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1061,7 +1063,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"CREATESPACE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":694000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1146,7 +1147,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"}],\"auditType\":{\"action\":\"Global permission added\",\"actionI18nKey\":\"audit.logging.summary.global.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"CREATESPACE\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624601,\"nano\":696000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1525,7 +1525,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"VIEWSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":401000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1620,7 +1619,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"VIEWSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":429000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1709,7 +1707,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"VIEWSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":437000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1804,7 +1801,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":442000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1899,7 +1895,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":445000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -1988,7 +1983,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEOWNCONTENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":447000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2083,7 +2077,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"COMMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":450000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2178,7 +2171,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"COMMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":454000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2267,7 +2259,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"COMMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":457000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2362,7 +2353,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EDITSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":459000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2457,7 +2447,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EDITSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":462000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2546,7 +2535,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EDITSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":464000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2641,7 +2629,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"SETSPACEPERMISSIONS\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":467000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2736,7 +2723,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEPAGE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":470000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2831,7 +2817,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEPAGE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":472000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -2920,7 +2905,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEPAGE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":475000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3015,7 +2999,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVECOMMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":479000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3110,7 +3093,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVECOMMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":481000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3199,7 +3181,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVECOMMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":484000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3294,7 +3275,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEBLOG\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":486000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3389,7 +3369,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEBLOG\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":489000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3478,7 +3457,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEBLOG\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":491000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3573,7 +3551,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"CREATEATTACHMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":493000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3668,7 +3645,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"CREATEATTACHMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":496000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3757,7 +3733,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"CREATEATTACHMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":498000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3852,7 +3827,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEATTACHMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":501000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -3947,7 +3921,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEATTACHMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":503000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4036,7 +4009,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEATTACHMENT\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":506000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4131,7 +4103,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EDITBLOG\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":508000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4226,7 +4197,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EDITBLOG\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":510000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4315,7 +4285,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EDITBLOG\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":513000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4410,7 +4379,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EXPORTSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":515000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4505,7 +4473,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EXPORTSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":518000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4594,7 +4561,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"EXPORTSPACE\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":520000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4689,7 +4655,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEMAIL\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":522000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4784,7 +4749,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEMAIL\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":525000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4873,7 +4837,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"name\":\"Anonymous\",\"type\":\"User\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"REMOVEMAIL\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":527000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -4968,7 +4931,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-administrators\",\"name\":\"confluence-administrators\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-administrators\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":529000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -5063,7 +5025,6 @@ "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"confluence-users\",\"name\":\"confluence-users\",\"type\":\"Group\"},{\"id\":\"98305\",\"name\":\"Demonstration Space\",\"type\":\"Space\"}],\"auditType\":{\"action\":\"Space permission added\",\"actionI18nKey\":\"audit.logging.summary.space.permission.added\",\"area\":\"PERMISSIONS\",\"category\":\"Permissions\",\"categoryI18nKey\":\"audit.logging.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Group\",\"key\":\"Group\",\"to\":\"confluence-users\"},{\"i18nKey\":\"Type\",\"key\":\"Type\",\"to\":\"SETPAGEPERMISSIONS\"},{\"i18nKey\":\"Space\",\"key\":\"Space\",\"to\":\"ds\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":532000000},\"version\":\"1.0\"}", "type": [ - "admin", "creation" ] }, @@ -5135,7 +5096,6 @@ "kind": "event", "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log configuration updated\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.config.updated\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"-1\",\"name\":\"System\",\"type\":\"system\"},\"changedValues\":[{\"i18nKey\":\"atlassian.audit.event.change.retention\",\"key\":\"Retention\",\"to\":\"3 Years\"}],\"extraAttributes\":[],\"method\":\"System\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624602,\"nano\":615000000},\"version\":\"1.0\"}", "type": [ - "admin", "change" ] }, @@ -5198,7 +5158,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"2c9580827d4a06e8017d4a07c3e10000\",\"name\":\"test.user\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"57\"},{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"1 - 57\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T23:42:45.791Z - 2021-11-22T23:43:22.615Z\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624653,\"nano\":873000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -5279,7 +5241,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"2c9580827d4a06e8017d4a07c3e10000\",\"name\":\"test.user\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T23:42:45.791Z - 2021-11-22T23:44:13.873Z\"},{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"1 - 58\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"From : 1970-01-01T00:00:00Z;To : 2021-11-22T23:47:20.782708Z;\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"58\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624840,\"nano\":815000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ @@ -5355,7 +5319,6 @@ "kind": "event", "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Global settings changed\",\"actionI18nKey\":\"audit.logging.summary.global.settings.edited\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"Global Administration\",\"categoryI18nKey\":\"audit.logging.category.admin\",\"level\":\"BASE\"},\"author\":{\"id\":\"2c9580827d4a06e8017d4a07c3e10000\",\"name\":\"test.user\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"Custom contact admin message\",\"key\":\"Custom contact admin message\",\"to\":\"Please enter information about your request for the site administrators. If you are reporting an error please be sure you include information on what you were doing and the time the problem occurred.\"},{\"from\":\"Confluence\",\"i18nKey\":\"Site title\",\"key\":\"Site title\",\"to\":\"Confluence Test\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624990,\"nano\":382000000},\"version\":\"1.0\"}", "type": [ - "admin", "change" ] }, @@ -5721,7 +5684,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"2c9580827d4a06e8017d4a07c3e10000\",\"name\":\"test.user\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"63\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"1 - 63\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T23:42:45.791Z - 2021-11-22T23:50:32.205Z\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637625035,\"nano\":770000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "related": { "hosts": [ diff --git a/packages/atlassian_confluence/data_stream/audit/elasticsearch/ingest_pipeline/default.yml b/packages/atlassian_confluence/data_stream/audit/elasticsearch/ingest_pipeline/default.yml index 08117e92e42..d667c4a5cbe 100644 --- a/packages/atlassian_confluence/data_stream/audit/elasticsearch/ingest_pipeline/default.yml +++ b/packages/atlassian_confluence/data_stream/audit/elasticsearch/ingest_pipeline/default.yml @@ -50,28 +50,24 @@ processors: - iam - configuration type: - - admin - creation audit.logging.summary.global.permission.added: category: - iam - configuration type: - - admin - creation Global permission removed: category: - iam - configuration type: - - admin - deletion audit.logging.summary.space.permission.added: category: - iam - configuration type: - - admin - creation User created: category: @@ -173,19 +169,16 @@ processors: category: - configuration type: - - admin - change atlassian.audit.event.action.audit.config.updated: category: - configuration type: - - admin - change audit.logging.summary.global.settings.edited: category: - configuration type: - - admin - change personal.access.tokens.audit.log.summary.token.created: category: @@ -227,13 +220,11 @@ processors: category: - authentication type: - - admin - start audit.logging.summary.sudo.logout: category: - authentication type: - - admin - end audit.logging.summary.space.created: category: @@ -262,7 +253,7 @@ processors: - change source: >- ctx.event.kind = 'event'; - ctx.event.type = 'info'; + ctx.event.type = ['info']; if (ctx?.event?.action == null) { return; } diff --git a/packages/atlassian_confluence/manifest.yml b/packages/atlassian_confluence/manifest.yml index f48ac2dbd08..0c5cb932eb2 100644 --- a/packages/atlassian_confluence/manifest.yml +++ b/packages/atlassian_confluence/manifest.yml @@ -1,14 +1,12 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: atlassian_confluence title: Atlassian Confluence -version: "1.8.0" -license: basic +version: "1.9.0" description: Collect logs from Atlassian Confluence with Elastic Agent. type: integration categories: - security - productivity_security -release: ga conditions: kibana.version: "^7.16.0 || ^8.0.0" icons: diff --git a/packages/atlassian_jira/_dev/build/build.yml b/packages/atlassian_jira/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/atlassian_jira/_dev/build/build.yml +++ b/packages/atlassian_jira/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/atlassian_jira/changelog.yml b/packages/atlassian_jira/changelog.yml index e80275cdaae..f2a9fcc84ac 100644 --- a/packages/atlassian_jira/changelog.yml +++ b/packages/atlassian_jira/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.9.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.8.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json b/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json index 831f64fb8d8..10467465959 100644 --- a/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json +++ b/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-api.log-expected.json @@ -9,7 +9,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:34:47.536Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"175.16.199.1\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"45 - 94\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"50\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:08:34.163Z - 2021-11-22T00:34:40.008Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -90,7 +92,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:34:40.008Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"175.16.199.1\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"44 - 93\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"50\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:08:34.151Z - 2021-11-22T00:34:23.154Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -240,7 +244,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:32:20.234Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 40\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"40\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:05:08.514Z - 2021-11-22T00:08:33.746Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -309,7 +315,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:31:52.991Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"41 - 90\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"50\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:08:33.887Z - 2021-11-22T00:31:37.412Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -378,7 +386,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:31:37.412Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"69 - 78\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"10\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:08:34.227Z - 2021-11-22T00:08:34.249Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -447,7 +457,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:31:26.455Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"79 - 88\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"10\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:08:34.266Z - 2021-11-22T00:30:59.449Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -516,7 +528,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:30:59.449Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 87\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"87\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:05:08.514Z - 2021-11-22T00:26:03.206Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -585,7 +599,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:26:03.206Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 86\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"86\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:05:08.514Z - 2021-11-22T00:12:02.856Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -654,7 +670,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:12:02.856Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"category\":\"Auditing\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"action\":\"Audit Log search performed\"},\"affectedObjects\":[],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"name\":\"ID Range\",\"value\":\"1 - 85\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"name\":\"Query\",\"value\":\"\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"name\":\"Results returned\",\"value\":\"85\"},{\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"name\":\"Timestamp Range\",\"value\":\"2021-11-22T00:05:08.514Z - 2021-11-22T00:08:34.545Z\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -723,7 +741,9 @@ "action": "jira.auditing.version.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.545Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.projects\",\"category\":\"projects\",\"actionI18nKey\":\"jira.auditing.version.created\",\"action\":\"Project version created\"},\"affectedObjects\":[{\"name\":\"Version 3.0\",\"type\":\"VERSION\",\"uri\":\"http://jira.internal:8088/secure/VersionEdit!default.jspa?versionId=10002\",\"id\":\"10002\"},{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Version 3.0\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -792,7 +812,9 @@ "action": "jira.auditing.version.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.543Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.projects\",\"category\":\"projects\",\"actionI18nKey\":\"jira.auditing.version.created\",\"action\":\"Project version created\"},\"affectedObjects\":[{\"name\":\"Version 2.0\",\"type\":\"VERSION\",\"uri\":\"http://jira.internal:8088/secure/VersionEdit!default.jspa?versionId=10001\",\"id\":\"10001\"},{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Version 2.0\"},{\"key\":\"Release date\",\"i18nKey\":\"version.releasedate\",\"to\":\"2021-11-28\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -866,7 +888,9 @@ "action": "jira.auditing.version.released", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.535Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.projects\",\"category\":\"projects\",\"actionI18nKey\":\"jira.auditing.version.released\",\"action\":\"Project version released\"},\"affectedObjects\":[{\"name\":\"Version 1.0\",\"type\":\"VERSION\",\"uri\":\"http://jira.internal:8088/secure/VersionEdit!default.jspa?versionId=10000\",\"id\":\"10000\"},{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -928,7 +952,9 @@ "action": "jira.auditing.version.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.521Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.projects\",\"category\":\"projects\",\"actionI18nKey\":\"jira.auditing.version.created\",\"action\":\"Project version created\"},\"affectedObjects\":[{\"name\":\"Version 1.0\",\"type\":\"VERSION\",\"uri\":\"http://jira.internal:8088/secure/VersionEdit!default.jspa?versionId=10000\",\"id\":\"10000\"},{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Version 1.0\"},{\"key\":\"Release date\",\"i18nKey\":\"version.releasedate\",\"to\":\"2021-11-14\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1002,7 +1028,9 @@ "action": "jira.auditing.project.roles.changed", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.506Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.projects\",\"category\":\"projects\",\"actionI18nKey\":\"jira.auditing.project.roles.changed\",\"action\":\"Project roles changed\"},\"affectedObjects\":[{\"name\":\"Developers\",\"type\":\"PROJECT_ROLE\",\"id\":\"10100\"},{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Users\",\"i18nKey\":\"admin.common.words.users\",\"to\":\"JIRAUSER10000\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1163,7 +1191,9 @@ "action": "jira.auditing.permission.scheme.added.to.project", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.266Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.added.to.project\",\"action\":\"Permission scheme added to project\"},\"affectedObjects\":[{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"},{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1293,7 +1323,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.243Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Edit Sprints\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1361,7 +1393,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.241Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Start/Complete Sprints\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1429,7 +1463,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.239Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Manage Sprints\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1497,7 +1533,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.236Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"View Development Tools\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1565,7 +1603,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.235Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Transition Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1633,7 +1673,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.233Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"View Read-Only Workflow\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1701,7 +1743,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.231Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete All Worklogs\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1774,7 +1818,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.229Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete Own Worklogs\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1842,7 +1888,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.227Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Edit All Worklogs\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1915,7 +1963,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.225Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Edit Own Worklogs\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1983,7 +2033,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.223Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete Own Attachments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2051,7 +2103,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.221Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete All Attachments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2124,7 +2178,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.219Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete Own Comments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2192,7 +2248,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.217Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete All Comments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2265,7 +2323,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.215Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Edit Own Comments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2333,7 +2393,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.212Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Edit All Comments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2406,7 +2468,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.210Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Manage Watchers\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2479,7 +2543,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.208Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"View Voters and Watchers\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2547,7 +2613,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.204Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Modify Reporter\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2620,7 +2688,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.190Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Schedule Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2688,7 +2758,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.187Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Move Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2756,7 +2828,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.184Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Administer Projects\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2829,7 +2903,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.182Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Link Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2897,7 +2973,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.180Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Work On Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2965,7 +3043,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.178Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Create Attachments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3033,7 +3113,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.176Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Close Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3101,7 +3183,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.174Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Assignable User\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3169,7 +3253,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.173Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Delete Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3242,7 +3328,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.171Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Add Comments\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3310,7 +3398,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.168Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Resolve Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3378,7 +3468,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.166Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Assign Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3446,7 +3538,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.165Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Edit Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3514,7 +3608,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.163Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Create Issues\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3582,7 +3678,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.151Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Browse Projects\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Application access\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3650,7 +3748,9 @@ "action": "jira.auditing.permission.scheme.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.142Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.created\",\"action\":\"Permission scheme created\"},\"affectedObjects\":[{\"name\":\"Default software scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Default scheme for Software projects.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Default software scheme\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3718,7 +3818,9 @@ "action": "Board created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:34.072Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.boards\",\"category\":\"boards\",\"actionI18nKey\":\"Board created\",\"action\":\"Board created\"},\"affectedObjects\":[{\"name\":\"TEST board\",\"type\":\"BOARD\",\"uri\":\"http://jira.internal:8088/secure/RapidView.jspa?rapidView=1\",\"id\":\"1\"},{\"name\":\"TEST board\",\"type\":\"BOARD\",\"uri\":\"http://jira.internal:8088/secure/RapidView.jspa?rapidView=1\",\"id\":\"1\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3780,7 +3882,9 @@ "action": "jira.auditing.filter.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.887Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.filters\",\"category\":\"filters\",\"actionI18nKey\":\"jira.auditing.filter.created\",\"action\":\"Filter created\"},\"affectedObjects\":[{\"name\":\"Filter for TEST board\",\"type\":\"FILTER\",\"uri\":\"http://jira.internal:8088/issues/?filter=10000\",\"id\":\"10000\"},{\"name\":\"test.user\",\"type\":\"USER\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"id\":\"JIRAUSER10000\"},{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.concepts.description\",\"from\":\"\"},{\"key\":\"JQL Query\",\"i18nKey\":\"jira.jql.query\",\"from\":\"\",\"to\":\"{project = \\\"TEST\\\"} order by Rank ASC\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"from\":\"\",\"to\":\"Filter for TEST board\"},{\"key\":\"Owner\",\"i18nKey\":\"common.concepts.owner\",\"from\":\"\",\"to\":\"test.user\"},{\"key\":\"Shared with\",\"i18nKey\":\"common.concepts.shared.with\",\"from\":\"[]\",\"to\":\"[Project: test (VIEW)]\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3875,7 +3979,9 @@ "action": "jira.auditing.workflow.scheme.added.to.project", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.746Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.workflow.scheme.added.to.project\",\"action\":\"Workflow scheme added to project\"},\"affectedObjects\":[{\"name\":\"test\",\"type\":\"PROJECT\",\"uri\":\"http://jira.internal:8088/secure/ViewProject.jspa?pid=10000\",\"id\":\"10000\"},{\"name\":\"TEST: Software Simplified Workflow Scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10100\",\"id\":\"10100\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3937,7 +4043,9 @@ "action": "jira.auditing.workflow.scheme.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.732Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.workflow.scheme.created\",\"action\":\"Workflow scheme created\"},\"affectedObjects\":[{\"name\":\"TEST: Software Simplified Workflow Scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=10100\",\"id\":\"10100\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Generated by JIRA Software version 8.20.2. This workflow scheme is managed internally by Jira Software. Do not manually modify this workflow scheme.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"TEST: Software Simplified Workflow Scheme\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4005,7 +4113,9 @@ "action": "jira.auditing.workflow.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.710Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.workflow.created\",\"action\":\"Workflow created\"},\"affectedObjects\":[{\"name\":\"Software Simplified Workflow for Project TEST\",\"type\":\"WORKFLOW\",\"uri\":\"http://jira.internal:8088/secure/admin/workflows/ViewWorkflowSteps.jspa?workflowMode=live\u0026workflowName=Software Simplified Workflow for Project TEST\",\"id\":\"Software Simplified Workflow for Project TEST\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Generated by JIRA Software version 8.20.2. This workflow is managed internally by Jira Software. Do not manually modify this workflow.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Software Simplified Workflow for Project TEST\"},{\"key\":\"Status\",\"i18nKey\":\"common.words.status\",\"to\":\"To Do, In Progress, Done\"},{\"key\":\"Transition\",\"i18nKey\":\"admin.workflowtransition.transition\",\"to\":\"Create (To Do), To Do (To Do), In Progress (In Progress), Done (Done)\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4083,7 +4193,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.537Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"action\":\"New resolution created\"},\"affectedObjects\":[{\"name\":\"Cannot Reproduce\",\"type\":\"RESOLUTION\",\"uri\":\"http://jira.internal:8088/secure/admin/EditResolution!default.jspa?id=10003\",\"id\":\"10003\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"common.concepts.description\",\"name\":\"Description\",\"value\":\"All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4146,7 +4258,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.536Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"action\":\"New resolution created\"},\"affectedObjects\":[{\"name\":\"Duplicate\",\"type\":\"RESOLUTION\",\"uri\":\"http://jira.internal:8088/secure/admin/EditResolution!default.jspa?id=10002\",\"id\":\"10002\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"common.concepts.description\",\"name\":\"Description\",\"value\":\"The problem is a duplicate of an existing issue.\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4209,7 +4323,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.535Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"action\":\"New resolution created\"},\"affectedObjects\":[{\"name\":\"Won't Do\",\"type\":\"RESOLUTION\",\"uri\":\"http://jira.internal:8088/secure/admin/EditResolution!default.jspa?id=10001\",\"id\":\"10001\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"common.concepts.description\",\"name\":\"Description\",\"value\":\"This issue won't be actioned.\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4272,7 +4388,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:08:33.534Z\",\"author\":{\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"category\":\"workflows\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"action\":\"New resolution created\"},\"affectedObjects\":[{\"name\":\"Done\",\"type\":\"RESOLUTION\",\"uri\":\"http://jira.internal:8088/secure/admin/EditResolution!default.jspa?id=10000\",\"id\":\"10000\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[{\"nameI18nKey\":\"common.concepts.description\",\"name\":\"Description\",\"value\":\"Work has been completed on this issue.\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4335,7 +4453,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:07:09.088Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Story Points\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10111\",\"id\":\"customfield_10111\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Measurement of complexity and/or size of a requirement.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Story Points\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Number Field\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4468,7 +4588,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:07:02.794Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Rank\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10110\",\"id\":\"customfield_10110\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Global rank field for Jira Software use only.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Rank\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Global Rank\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4541,7 +4663,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:07:02.725Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Epic Link\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10109\",\"id\":\"customfield_10109\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Choose an epic to assign this issue to.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Epic Link\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Epic Link Relationship\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4614,7 +4738,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:07:02.694Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Sprint\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10108\",\"id\":\"customfield_10108\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Jira Software sprint field\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Sprint\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Jira Sprint Field\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4687,7 +4813,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:07:01.669Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Epic Colour\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10107\",\"id\":\"customfield_10107\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Epic Colour field for Jira Software use only.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Epic Colour\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Colour of Epic\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4760,7 +4888,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:07:01.644Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Epic Status\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10106\",\"id\":\"customfield_10106\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Epic Status field for Jira Software use only.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Epic Status\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Status of Epic\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4833,7 +4963,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:59.522Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Epic Name\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10105\",\"id\":\"customfield_10105\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"Provide a short name to identify this epic.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Epic Name\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Name of Epic\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4966,7 +5098,9 @@ "action": "jira.auditing.customfield.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:59.340Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.updated\",\"action\":\"Custom field updated\"},\"affectedObjects\":[{\"name\":\"Target end\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10103\",\"id\":\"customfield_10103\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5022,7 +5156,9 @@ "action": "jira.auditing.customfield.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:59.332Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.updated\",\"action\":\"Custom field updated\"},\"affectedObjects\":[{\"name\":\"Target start\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10102\",\"id\":\"customfield_10102\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5078,7 +5214,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:59.313Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Original story points\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10104\",\"id\":\"customfield_10104\"}],\"changedValues\":[{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Original story points\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Original story points\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5146,7 +5284,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:59.266Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Target end\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10103\",\"id\":\"customfield_10103\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"The targeted end date. This custom field is created and required by Portfolio for Jira.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Target end\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Target end\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5219,7 +5359,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:59.224Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Target start\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10102\",\"id\":\"customfield_10102\"}],\"changedValues\":[{\"key\":\"Description\",\"i18nKey\":\"common.words.description\",\"to\":\"The targeted start date. This custom field is created and required by Portfolio for Jira.\"},{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Target start\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Target start\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5292,7 +5434,9 @@ "action": "jira.auditing.customfield.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:58.990Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.updated\",\"action\":\"Custom field updated\"},\"affectedObjects\":[{\"name\":\"Parent Link\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10101\",\"id\":\"customfield_10101\"}],\"changedValues\":[],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5348,7 +5492,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:58.974Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Parent Link\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10101\",\"id\":\"customfield_10101\"}],\"changedValues\":[{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Parent Link\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Parent Link\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5416,7 +5562,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:58.318Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.fields\",\"category\":\"fields\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"action\":\"Custom field created\"},\"affectedObjects\":[{\"name\":\"Team\",\"type\":\"CUSTOM_FIELD\",\"uri\":\"http://jira.internal:8088/secure/admin/ConfigureCustomField!default.jspa?customFieldId=10100\",\"id\":\"customfield_10100\"}],\"changedValues\":[{\"key\":\"Name\",\"i18nKey\":\"common.words.name\",\"to\":\"Team\"},{\"key\":\"Type\",\"i18nKey\":\"common.words.type\",\"to\":\"Team\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5484,7 +5632,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:57.162Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default Permission Scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=0\",\"id\":\"0\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Manage Sprints\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5557,7 +5707,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:57.158Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default Permission Scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=0\",\"id\":\"0\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"Manage Sprints\",\"to\":\"\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"Project Role\",\"to\":\"\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"Administrators\",\"to\":\"\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5630,7 +5782,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:06:57.138Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"category\":\"permissions\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"action\":\"Permission scheme updated\"},\"affectedObjects\":[{\"name\":\"Default Permission Scheme\",\"type\":\"SCHEME\",\"uri\":\"http://jira.internal:8088/secure/admin/EditNotifications!default.jspa?schemeId=0\",\"id\":\"0\"}],\"changedValues\":[{\"key\":\"Permission\",\"i18nKey\":\"admin.common.words.permission\",\"from\":\"\",\"to\":\"Manage Sprints\"},{\"key\":\"Type\",\"i18nKey\":\"admin.common.words.type\",\"from\":\"\",\"to\":\"Project Role\"},{\"key\":\"Value\",\"i18nKey\":\"admin.common.words.value\",\"from\":\"\",\"to\":\"Administrators\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -6239,7 +6393,9 @@ "action": "jira.auditing.system.license.added", "kind": "event", "original": "{\"timestamp\":\"2021-11-22T00:05:08.596Z\",\"author\":{\"name\":\"Anonymous\",\"type\":\"user\",\"id\":\"-2\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.system\",\"category\":\"system\",\"actionI18nKey\":\"jira.auditing.system.license.added\",\"action\":\"New license added\"},\"affectedObjects\":[{\"name\":\"SEN-L17782970\",\"type\":\"LICENSE\",\"id\":\"0\"}],\"changedValues\":[{\"key\":\"Date Purchased\",\"i18nKey\":\"admin.license.date.purchased\",\"to\":\"21/Nov/21\"},{\"key\":\"License Type\",\"i18nKey\":\"admin.license.type\",\"to\":\"Jira Software (Data Center): Evaluation\"},{\"key\":\"Organization\",\"i18nKey\":\"admin.license.organisation\",\"to\":\"myself\"},{\"key\":\"Server ID\",\"i18nKey\":\"admin.server.id\",\"to\":\"BGD5-PMSH-258I-VTTW\"},{\"key\":\"Support Entitlement Number (SEN)\",\"i18nKey\":\"admin.license.sen\",\"to\":\"SEN-L17782970\"},{\"key\":\"User Limit\",\"i18nKey\":\"admin.license.user.limit\",\"to\":\"Unlimited\"},{\"key\":\"jira-software\",\"i18nKey\":\"jira-software\",\"to\":\"-1\"}],\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -6687,7 +6843,9 @@ "action": "jira.auditing.user.renamed", "kind": "event", "original": "{\"timestamp\":\"2021-11-28T18:18:26.076Z\",\"author\":{\"name\":\"admin.user\",\"type\":\"ApplicationUser\",\"id\":\"10000\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=admin.user\",\"avatarUri\":\"\"},\"type\":{\"categoryI18nKey\":\"jira.auditing.category.usermanagement\",\"category\":\"user management\",\"actionI18nKey\":\"jira.auditing.user.renamed\",\"action\":\"User renamed\"},\"affectedObjects\":[{\"name\":\"admin.user1\",\"type\":\"USER\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=admin.user1\",\"id\":\"JIRAUSER10000\"}],\"changedValues\":[{\"key\":\"Username\",\"i18nKey\":\"common.words.username\",\"from\":\"admin.user\",\"to\":\"admin.user1\"}],\"source\":\"10.100.100.2\",\"system\":\"http://jira.internal:8088\",\"method\":\"Browser\",\"extraAttributes\":[]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { diff --git a/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json b/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json index daf54e353b7..c94e46f5d2d 100644 --- a/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json +++ b/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-cloud.log-expected.json @@ -10,7 +10,9 @@ "id": "11959", "kind": "event", "original": "{\"id\":11959,\"summary\":\"Project deleted\",\"created\":\"2022-01-24T08:48:05.645+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Test\",\"typeName\":\"PROJECT\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -41,7 +43,9 @@ "id": "11958", "kind": "event", "original": "{\"id\":11958,\"summary\":\"Field Configuration scheme deleted\",\"created\":\"2022-01-24T08:48:05.316+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Project TEST\",\"typeName\":\"SCHEME\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -72,7 +76,9 @@ "id": "11957", "kind": "event", "original": "{\"id\":11957,\"summary\":\"Field Configuration scheme updated\",\"created\":\"2022-01-24T08:48:05.097+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Project TEST\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"Default Field Configuration\",\"changedTo\":\"\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"Subtask\",\"changedTo\":\"\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -115,7 +121,9 @@ "id": "11956", "kind": "event", "original": "{\"id\":11956,\"summary\":\"Field Configuration scheme updated\",\"created\":\"2022-01-24T08:48:04.939+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Project TEST\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"Default Field Configuration\",\"changedTo\":\"\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"Epic\",\"changedTo\":\"\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -158,7 +166,9 @@ "id": "11955", "kind": "event", "original": "{\"id\":11955,\"summary\":\"Field Configuration scheme updated\",\"created\":\"2022-01-24T08:48:04.716+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Project TEST\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"Default Field Configuration\",\"changedTo\":\"\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"Bug\",\"changedTo\":\"\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -201,7 +211,9 @@ "id": "11954", "kind": "event", "original": "{\"id\":11954,\"summary\":\"Field Configuration scheme updated\",\"created\":\"2022-01-24T08:48:04.530+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Project TEST\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"Default Field Configuration\",\"changedTo\":\"\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"Task\",\"changedTo\":\"\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -244,7 +256,9 @@ "id": "11953", "kind": "event", "original": "{\"id\":11953,\"summary\":\"Field Configuration scheme updated\",\"created\":\"2022-01-24T08:48:04.167+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Project TEST\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"Default Field Configuration\",\"changedTo\":\"\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"Story\",\"changedTo\":\"\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -287,7 +301,9 @@ "id": "11952", "kind": "event", "original": "{\"id\":11952,\"summary\":\"Workflow scheme deleted\",\"created\":\"2022-01-24T08:48:04.020+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10001\",\"name\":\"TEST: Software Simplified Workflow Scheme\",\"typeName\":\"SCHEME\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -318,7 +334,9 @@ "id": "11951", "kind": "event", "original": "{\"id\":11951,\"summary\":\"Workflow deleted\",\"created\":\"2022-01-24T08:48:03.965+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"Project TEST: Software Workflow for 10001\",\"name\":\"Project TEST: Software Workflow for 10001\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -349,7 +367,9 @@ "id": "11950", "kind": "event", "original": "{\"id\":11950,\"summary\":\"Notification scheme deleted\",\"created\":\"2022-01-24T08:48:03.371+0000\",\"category\":\"notifications\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10001\",\"name\":\"TEST: Simplified Notification Scheme\",\"typeName\":\"SCHEME\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -380,7 +400,9 @@ "id": "11949", "kind": "event", "original": "{\"id\":11949,\"summary\":\"Project role deleted\",\"created\":\"2022-01-24T08:48:03.355+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10006\",\"name\":\"Viewer\",\"typeName\":\"PROJECT_ROLE\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -411,7 +433,9 @@ "id": "11948", "kind": "event", "original": "{\"id\":11948,\"summary\":\"Project role deleted\",\"created\":\"2022-01-24T08:48:03.339+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10005\",\"name\":\"Member\",\"typeName\":\"PROJECT_ROLE\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -442,7 +466,9 @@ "id": "11947", "kind": "event", "original": "{\"id\":11947,\"summary\":\"Project role deleted\",\"created\":\"2022-01-24T08:48:03.322+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10007\",\"name\":\"atlassian-addons-project-access\",\"typeName\":\"PROJECT_ROLE\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -473,7 +499,9 @@ "id": "11946", "kind": "event", "original": "{\"id\":11946,\"summary\":\"Project role deleted\",\"created\":\"2022-01-24T08:48:03.305+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10004\",\"name\":\"Administrator\",\"typeName\":\"PROJECT_ROLE\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -504,7 +532,9 @@ "id": "11945", "kind": "event", "original": "{\"id\":11945,\"summary\":\"Issue Security scheme deleted\",\"created\":\"2022-01-24T08:48:03.259+0000\",\"category\":\"permissions\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"TEST: Simplified Issue Security Scheme\",\"typeName\":\"SCHEME\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -535,7 +565,9 @@ "id": "11944", "kind": "event", "original": "{\"id\":11944,\"summary\":\"Permission scheme deleted\",\"created\":\"2022-01-24T08:48:03.223+0000\",\"category\":\"permissions\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10000\",\"name\":\"TEST: Simplified Permission Scheme\",\"typeName\":\"SCHEME\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -857,7 +889,9 @@ "id": "11933", "kind": "event", "original": "{\"id\":11933,\"summary\":\"User's password changed\",\"remoteAddress\":\"81.2.69.193\",\"created\":\"2022-01-10T12:44:41.065+0000\",\"category\":\"user management\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"name\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"com.atlassian.crowd.directory.IdentityPlatformRemoteDirectory\"},\"associatedItems\":[{\"id\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"name\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"com.atlassian.crowd.directory.IdentityPlatformRemoteDirectory\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -911,7 +945,9 @@ "id": "11932", "kind": "event", "original": "{\"id\":11932,\"summary\":\"Workflow updated\",\"remoteAddress\":\"10.83.76.139\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2022-01-06T09:49:07.418+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"Software workflow for project 10018\",\"name\":\"Software workflow for project 10018\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -954,7 +990,9 @@ "id": "11931", "kind": "event", "original": "{\"id\":11931,\"summary\":\"Workflow updated\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2022-01-05T07:23:49.369+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"Software workflow for project 10018\",\"name\":\"Software workflow for project 10018\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -988,7 +1026,9 @@ "id": "11930", "kind": "event", "original": "{\"id\":11930,\"summary\":\"Workflow updated\",\"remoteAddress\":\"10.83.76.139\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2022-01-05T07:23:49.162+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"Software workflow for project 10018\",\"name\":\"Software workflow for project 10018\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1031,7 +1071,9 @@ "id": "11898", "kind": "event", "original": "{\"id\":11898,\"summary\":\"Workflow updated\",\"remoteAddress\":\"10.83.62.36\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-12-13T14:10:35.436+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"Software workflow for project 10018\",\"name\":\"Software workflow for project 10018\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1074,7 +1116,9 @@ "id": "11897", "kind": "event", "original": "{\"id\":11897,\"summary\":\"User's password changed\",\"remoteAddress\":\"81.2.69.193\",\"created\":\"2021-12-10T11:57:29.971+0000\",\"category\":\"user management\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"name\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"com.atlassian.crowd.directory.IdentityPlatformRemoteDirectory\"},\"associatedItems\":[{\"id\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"name\":\"qm:698d24b2-838f-4c47-8c05-d125e44bc6ae:41e9b5da-f312-4943-807c-02b484a1c682\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"com.atlassian.crowd.directory.IdentityPlatformRemoteDirectory\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1205,7 +1249,9 @@ "id": "11895", "kind": "event", "original": "{\"id\":11895,\"summary\":\"Customer invited notification changed\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-10T11:52:39.940+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10003\",\"name\":\"Support\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"isEnabled\",\"changedFrom\":\"false\",\"changedTo\":\"true\"}],\"associatedItems\":[{\"id\":\"10003\",\"name\":\"Support\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1345,7 +1391,9 @@ "id": "11893", "kind": "event", "original": "{\"id\":11893,\"summary\":\"Customer permissions changed\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T17:03:54.188+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"description\":\"Update who can access the portal and send requests\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"Customer access\",\"changedFrom\":\"Anyone with an account\",\"changedTo\":\"Customers my team adds to the project\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1408,7 +1456,9 @@ "id": "11892", "kind": "event", "original": "{\"id\":11892,\"summary\":\"Request type deleted\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:56:48.122+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"id\",\"changedFrom\":\"89\",\"changedTo\":\"\"},{\"fieldName\":\"description\",\"changedFrom\":\"Want to access work stuff from outside? Let us know.\",\"changedTo\":\"\"},{\"fieldName\":\"name\",\"changedFrom\":\"Set up VPN to the office\",\"changedTo\":\"\"},{\"fieldName\":\"issueTypeId\",\"changedFrom\":\"10024\",\"changedTo\":\"\"},{\"fieldName\":\"iconId\",\"changedFrom\":\"10526\",\"changedTo\":\"\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1490,7 +1540,9 @@ "id": "11891", "kind": "event", "original": "{\"id\":11891,\"summary\":\"Request type deleted\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:56:24.940+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"id\",\"changedFrom\":\"86\",\"changedTo\":\"\"},{\"fieldName\":\"description\",\"changedFrom\":\"Get assistance for general IT problems and questions.\",\"changedTo\":\"\"},{\"fieldName\":\"name\",\"changedFrom\":\"Get IT help\",\"changedTo\":\"\"},{\"fieldName\":\"issueTypeId\",\"changedFrom\":\"10024\",\"changedTo\":\"\"},{\"fieldName\":\"iconId\",\"changedFrom\":\"10541\",\"changedTo\":\"\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1572,7 +1624,9 @@ "id": "11890", "kind": "event", "original": "{\"id\":11890,\"summary\":\"Request type deleted\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:56:07.861+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"id\",\"changedFrom\":\"96\",\"changedTo\":\"\"},{\"fieldName\":\"description\",\"changedFrom\":\"Need a mobile phone or time for replacement? Let us know.\",\"changedTo\":\"\"},{\"fieldName\":\"name\",\"changedFrom\":\"New mobile device\",\"changedTo\":\"\"},{\"fieldName\":\"issueTypeId\",\"changedFrom\":\"10025\",\"changedTo\":\"\"},{\"fieldName\":\"iconId\",\"changedFrom\":\"10534\",\"changedTo\":\"\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1654,7 +1708,9 @@ "id": "11889", "kind": "event", "original": "{\"id\":11889,\"summary\":\"Request type deleted\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:54:03.906+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"id\",\"changedFrom\":\"88\",\"changedTo\":\"\"},{\"fieldName\":\"description\",\"changedFrom\":\"Raise a request to ask for temp wifi access for guests.\",\"changedTo\":\"\"},{\"fieldName\":\"name\",\"changedFrom\":\"Get a guest wifi account\",\"changedTo\":\"\"},{\"fieldName\":\"issueTypeId\",\"changedFrom\":\"10024\",\"changedTo\":\"\"},{\"fieldName\":\"iconId\",\"changedFrom\":\"10519\",\"changedTo\":\"\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2106,7 +2162,9 @@ "id": "11882", "kind": "event", "original": "{\"id\":11882,\"summary\":\"Custom email channel turned on\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:38.789+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"userName\",\"changedFrom\":\"\",\"changedTo\":\"support@cyberfort.atlassian.net\"},{\"fieldName\":\"host\",\"changedFrom\":\"\",\"changedTo\":\"mailstore\"},{\"fieldName\":\"port\",\"changedFrom\":\"\",\"changedTo\":\"110\"},{\"fieldName\":\"tlsEnabled\",\"changedFrom\":\"\",\"changedTo\":\"false\"},{\"fieldName\":\"emailAddress\",\"changedFrom\":\"\",\"changedTo\":\"support@cyberfort.atlassian.net\"},{\"fieldName\":\"protocol\",\"changedFrom\":\"\",\"changedTo\":\"vertimail\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2172,7 +2230,9 @@ "id": "11881", "kind": "event", "original": "{\"id\":11881,\"summary\":\"Cloud Email settings created\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:38.773+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"id\",\"changedFrom\":\"\",\"changedTo\":\"7\"},{\"fieldName\":\"requestTypeId\",\"changedFrom\":\"\",\"changedTo\":\"95\"},{\"fieldName\":\"serviceDeskId\",\"changedFrom\":\"\",\"changedTo\":\"6\"},{\"fieldName\":\"emailAddress\",\"changedFrom\":\"\",\"changedTo\":\"support@cyberfort.atlassian.net\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2228,7 +2288,9 @@ "id": "11880", "kind": "event", "original": "{\"id\":11880,\"summary\":\"Cloud email channel turned on\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:38.426+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"changedValues\":[{\"fieldName\":\"userName\",\"changedFrom\":\"\",\"changedTo\":\"support@cyberfort.atlassian.net\"},{\"fieldName\":\"host\",\"changedFrom\":\"\",\"changedTo\":\"mailstore\"},{\"fieldName\":\"port\",\"changedFrom\":\"\",\"changedTo\":\"110\"},{\"fieldName\":\"tlsEnabled\",\"changedFrom\":\"\",\"changedTo\":\"null\"},{\"fieldName\":\"emailAddress\",\"changedFrom\":\"\",\"changedTo\":\"support@cyberfort.atlassian.net\"},{\"fieldName\":\"protocol\",\"changedFrom\":\"\",\"changedTo\":\"vertimail\"}],\"associatedItems\":[{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2294,7 +2356,9 @@ "id": "11879", "kind": "event", "original": "{\"id\":11879,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.956+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10099\",\"name\":\"Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2383,7 +2447,9 @@ "id": "11878", "kind": "event", "original": "{\"id\":11878,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.930+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10098\",\"name\":\"VPN Server\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"VPN Server\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2472,7 +2538,9 @@ "id": "11877", "kind": "event", "original": "{\"id\":11877,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.903+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10097\",\"name\":\"Public Website\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Public Website\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2561,7 +2629,9 @@ "id": "11876", "kind": "event", "original": "{\"id\":11876,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.877+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10096\",\"name\":\"Printers\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Printers\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2650,7 +2720,9 @@ "id": "11875", "kind": "event", "original": "{\"id\":11875,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.849+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10095\",\"name\":\"Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2739,7 +2811,9 @@ "id": "11874", "kind": "event", "original": "{\"id\":11874,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.823+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10094\",\"name\":\"Office Network\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Office Network\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2828,7 +2902,9 @@ "id": "11873", "kind": "event", "original": "{\"id\":11873,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.797+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10093\",\"name\":\"Jira\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Jira\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2917,7 +2993,9 @@ "id": "11872", "kind": "event", "original": "{\"id\":11872,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.770+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10092\",\"name\":\"Intranet\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Intranet\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3006,7 +3084,9 @@ "id": "11871", "kind": "event", "original": "{\"id\":11871,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.743+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10091\",\"name\":\"Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3095,7 +3175,9 @@ "id": "11870", "kind": "event", "original": "{\"id\":11870,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.717+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10090\",\"name\":\"Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3184,7 +3266,9 @@ "id": "11869", "kind": "event", "original": "{\"id\":11869,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.691+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10089\",\"name\":\"Email and Collaboration Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Email and Collaboration Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3273,7 +3357,9 @@ "id": "11868", "kind": "event", "original": "{\"id\":11868,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.664+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10088\",\"name\":\"Data Center Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Data Center Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3362,7 +3448,9 @@ "id": "11867", "kind": "event", "original": "{\"id\":11867,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.637+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10087\",\"name\":\"Cloud Storage Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Cloud Storage Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3451,7 +3539,9 @@ "id": "11866", "kind": "event", "original": "{\"id\":11866,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.609+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10086\",\"name\":\"Billing Services\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Billing Services\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3540,7 +3630,9 @@ "id": "11865", "kind": "event", "original": "{\"id\":11865,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.561+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10085\",\"name\":\"Analytics and Reporting Service\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Analytics and Reporting Service\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3629,7 +3721,9 @@ "id": "11864", "kind": "event", "original": "{\"id\":11864,\"summary\":\"Project component created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.529+0000\",\"category\":\"projects\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10084\",\"name\":\"Active Directory\",\"typeName\":\"PROJECT_COMPONENT\"},\"changedValues\":[{\"fieldName\":\"Default Assignee\",\"changedTo\":\"Project Default\"},{\"fieldName\":\"Component Lead\",\"changedTo\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\"},{\"fieldName\":\"Description\",\"changedTo\":\"Created by Jira Service Management\"},{\"fieldName\":\"Name\",\"changedTo\":\"Active Directory\"}],\"associatedItems\":[{\"id\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"name\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"typeName\":\"USER\",\"parentId\":\"10000\",\"parentName\":\"IDP Directory\"},{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3718,7 +3812,9 @@ "id": "11863", "kind": "event", "original": "{\"id\":11863,\"summary\":\"Workflow scheme added to project\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.499+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10022\",\"name\":\"Change Control\",\"typeName\":\"PROJECT\"},\"associatedItems\":[{\"id\":\"10023\",\"name\":\"Jira Service Management IT Support Workflow Scheme generated for Project ACC\",\"typeName\":\"SCHEME\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3778,7 +3874,9 @@ "id": "11862", "kind": "event", "original": "{\"id\":11862,\"summary\":\"Workflow updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.468+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Jira Service Management default workflow\",\"name\":\"ACC: Jira Service Management default workflow\",\"typeName\":\"WORKFLOW\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedFrom\":\"\",\"changedTo\":\"This Jira Service Management default workflow was generated for Project ACC\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3840,7 +3938,9 @@ "id": "11861", "kind": "event", "original": "{\"id\":11861,\"summary\":\"Workflow updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.448+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Jira Service Management default workflow\",\"name\":\"ACC: Jira Service Management default workflow\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3895,7 +3995,9 @@ "id": "11860", "kind": "event", "original": "{\"id\":11860,\"summary\":\"Workflow created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.421+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Jira Service Management default workflow\",\"name\":\"ACC: Jira Service Management default workflow\",\"typeName\":\"WORKFLOW\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedTo\":\"\"},{\"fieldName\":\"Name\",\"changedTo\":\"ACC: Jira Service Management default workflow\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3961,7 +4063,9 @@ "id": "11859", "kind": "event", "original": "{\"id\":11859,\"summary\":\"Workflow updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.329+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Problem Management workflow for Jira Service Management\",\"name\":\"ACC: Problem Management workflow for Jira Service Management\",\"typeName\":\"WORKFLOW\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedFrom\":\"\",\"changedTo\":\"This Jira Service Management Problem Management workflow was generated for Project ACC\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4023,7 +4127,9 @@ "id": "11858", "kind": "event", "original": "{\"id\":11858,\"summary\":\"Workflow updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.310+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Problem Management workflow for Jira Service Management\",\"name\":\"ACC: Problem Management workflow for Jira Service Management\",\"typeName\":\"WORKFLOW\"}}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4078,7 +4184,9 @@ "id": "11857", "kind": "event", "original": "{\"id\":11857,\"summary\":\"Workflow created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.283+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Problem Management workflow for Jira Service Management\",\"name\":\"ACC: Problem Management workflow for Jira Service Management\",\"typeName\":\"WORKFLOW\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedTo\":\"\"},{\"fieldName\":\"Name\",\"changedTo\":\"ACC: Problem Management workflow for Jira Service Management\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4144,7 +4252,9 @@ "id": "11856", "kind": "event", "original": "{\"id\":11856,\"summary\":\"Workflow updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:20aaaebb-1ee5-400a-af76-d2550b6363b3\",\"authorAccountId\":\"5e72548417c6640c385f2a16\",\"created\":\"2021-12-07T16:29:36.186+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"ACC: Incident Management workflow for Jira Service Management\",\"name\":\"ACC: Incident Management workflow for Jira Service Management\",\"typeName\":\"WORKFLOW\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedFrom\":\"\",\"changedTo\":\"This Jira Service Management Incident Management workflow was generated for Project ACC\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4206,7 +4316,9 @@ "id": "11663", "kind": "event", "original": "{\"id\":11663,\"summary\":\"Field Configuration scheme updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:11.410+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10015\",\"name\":\"Field Configuration Scheme for Project PEN\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"\",\"changedTo\":\"PEN-10052\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"\",\"changedTo\":\"Subtask\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4273,7 +4385,9 @@ "id": "11662", "kind": "event", "original": "{\"id\":11662,\"summary\":\"Field Configuration scheme updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:11.132+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10015\",\"name\":\"Field Configuration Scheme for Project PEN\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"\",\"changedTo\":\"PEN-10051\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"\",\"changedTo\":\"Epic\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4340,7 +4454,9 @@ "id": "11661", "kind": "event", "original": "{\"id\":11661,\"summary\":\"Workflow scheme added to project\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.771+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10018\",\"name\":\"Arcturus Assurance\",\"typeName\":\"PROJECT\"},\"associatedItems\":[{\"id\":\"10019\",\"name\":\"PEN: Software Simplified Workflow Scheme\",\"typeName\":\"SCHEME\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4400,7 +4516,9 @@ "id": "11660", "kind": "event", "original": "{\"id\":11660,\"summary\":\"Workflow scheme created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.754+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10019\",\"name\":\"PEN: Software Simplified Workflow Scheme\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedTo\":\"\"},{\"fieldName\":\"Name\",\"changedTo\":\"PEN: Software Simplified Workflow Scheme\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4466,7 +4584,9 @@ "id": "11659", "kind": "event", "original": "{\"id\":11659,\"summary\":\"Workflow created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.744+0000\",\"category\":\"workflows\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"Software workflow for project 10018\",\"name\":\"Software workflow for project 10018\",\"typeName\":\"WORKFLOW\"},\"changedValues\":[{\"fieldName\":\"Name\",\"changedTo\":\"Software workflow for project 10018\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4528,7 +4648,9 @@ "id": "11658", "kind": "event", "original": "{\"id\":11658,\"summary\":\"Field Configuration scheme updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.473+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10015\",\"name\":\"Field Configuration Scheme for Project PEN\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"\",\"changedTo\":\"PEN-10050\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"\",\"changedTo\":\"Task\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4595,7 +4717,9 @@ "id": "11657", "kind": "event", "original": "{\"id\":11657,\"summary\":\"Field Configuration scheme updated\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.265+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10015\",\"name\":\"Field Configuration Scheme for Project PEN\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Field Configuration\",\"changedFrom\":\"Default Field Configuration\",\"changedTo\":\"Field Layout for PEN\"},{\"fieldName\":\"Issue Type\",\"changedFrom\":\"Default\",\"changedTo\":\"Default\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4664,7 +4788,9 @@ "id": "11656", "kind": "event", "original": "{\"id\":11656,\"summary\":\"Field Configuration scheme added to project\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.174+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10018\",\"name\":\"Arcturus Assurance\",\"typeName\":\"PROJECT\"},\"associatedItems\":[{\"id\":\"10015\",\"name\":\"Field Configuration Scheme for Project PEN\",\"typeName\":\"SCHEME\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4724,7 +4850,9 @@ "id": "11655", "kind": "event", "original": "{\"id\":11655,\"summary\":\"Field Configuration scheme created\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.146+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10015\",\"name\":\"Field Configuration Scheme for Project PEN\",\"typeName\":\"SCHEME\"},\"changedValues\":[{\"fieldName\":\"Description\",\"changedTo\":\"This Field Configuration Scheme was generated for Project PEN\"},{\"fieldName\":\"Name\",\"changedTo\":\"Field Configuration Scheme for Project PEN\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4791,7 +4919,9 @@ "id": "11654", "kind": "event", "original": "{\"id\":11654,\"summary\":\"Issue Security scheme added to project\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.114+0000\",\"category\":\"permissions\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10018\",\"name\":\"Arcturus Assurance\",\"typeName\":\"PROJECT\"},\"associatedItems\":[{\"id\":\"10010\",\"name\":\"PEN: Simplified Issue Security Scheme\",\"typeName\":\"SCHEME\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4851,7 +4981,9 @@ "id": "11653", "kind": "event", "original": "{\"id\":11653,\"summary\":\"Permission scheme added to project\",\"remoteAddress\":\"81.2.69.193\",\"authorKey\":\"ug:0613fc34-a1b3-4137-b06e-fd92c3094033\",\"authorAccountId\":\"5ff328f2a9d0300107c045a6\",\"created\":\"2021-11-18T10:58:10.062+0000\",\"category\":\"permissions\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"10018\",\"name\":\"Arcturus Assurance\",\"typeName\":\"PROJECT\"},\"associatedItems\":[{\"id\":\"10016\",\"name\":\"PEN: Simplified Permission Scheme\",\"typeName\":\"SCHEME\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5005,7 +5137,9 @@ "id": "11650", "kind": "event", "original": "{\"id\":11650,\"summary\":\"Custom field created\",\"created\":\"2021-11-16T08:48:05.867+0000\",\"category\":\"fields\",\"eventSource\":\"\",\"objectItem\":{\"id\":\"customfield_10072\",\"name\":\"Work category\",\"typeName\":\"CUSTOM_FIELD\"},\"changedValues\":[{\"fieldName\":\"Type\",\"changedTo\":\"Work category\"},{\"fieldName\":\"Description\",\"changedTo\":\"Jira system field that displays the category of work a specific issue belongs to.\"},{\"fieldName\":\"Name\",\"changedTo\":\"Work category\"}]}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { diff --git a/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json b/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json index 83623ff9314..14bc21b4685 100644 --- a/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json +++ b/packages/atlassian_jira/data_stream/audit/_dev/test/pipeline/test-audit-files.log-expected.json @@ -374,7 +374,9 @@ "action": "jira.auditing.system.license.added", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"0\",\"name\":\"SEN-L17782970\",\"type\":\"LICENSE\"}],\"auditType\":{\"action\":\"New license added\",\"actionI18nKey\":\"jira.auditing.system.license.added\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"system\",\"categoryI18nKey\":\"jira.auditing.category.system\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"admin.license.organisation\",\"key\":\"Organization\",\"to\":\"myself\"},{\"i18nKey\":\"admin.license.date.purchased\",\"key\":\"Date Purchased\",\"to\":\"21/Nov/21\"},{\"i18nKey\":\"admin.license.type\",\"key\":\"License Type\",\"to\":\"Jira Software (Data Center): Evaluation\"},{\"i18nKey\":\"admin.server.id\",\"key\":\"Server ID\",\"to\":\"BGD5-PMSH-258I-VTTW\"},{\"i18nKey\":\"admin.license.sen\",\"key\":\"Support Entitlement Number (SEN)\",\"to\":\"SEN-L17782970\"},{\"i18nKey\":\"admin.license.user.limit\",\"key\":\"User Limit\",\"to\":\"Unlimited\"},{\"i18nKey\":\"jira-software\",\"key\":\"jira-software\",\"to\":\"-1\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539508,\"nano\":596000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1013,7 +1015,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"0\",\"name\":\"Default Permission Scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Manage Sprints\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539617,\"nano\":138000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1087,7 +1091,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"0\",\"name\":\"Default Permission Scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"from\":\"Manage Sprints\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"\"},{\"from\":\"Project Role\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"\"},{\"from\":\"Administrators\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539617,\"nano\":158000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1161,7 +1167,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"0\",\"name\":\"Default Permission Scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Manage Sprints\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539617,\"nano\":162000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1235,7 +1243,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10100\",\"name\":\"Team\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Team\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Team\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539618,\"nano\":318000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1304,7 +1314,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10101\",\"name\":\"Parent Link\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Parent Link\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Parent Link\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539618,\"nano\":974000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1373,7 +1385,9 @@ "action": "jira.auditing.customfield.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10101\",\"name\":\"Parent Link\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field updated\",\"actionI18nKey\":\"jira.auditing.customfield.updated\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539618,\"nano\":990000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1430,7 +1444,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10102\",\"name\":\"Target start\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Target start\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"The targeted start date. This custom field is created and required by Portfolio for Jira.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Target start\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539619,\"nano\":224000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1504,7 +1520,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10103\",\"name\":\"Target end\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Target end\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"The targeted end date. This custom field is created and required by Portfolio for Jira.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Target end\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539619,\"nano\":266000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1578,7 +1596,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10104\",\"name\":\"Original story points\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Original story points\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Original story points\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539619,\"nano\":313000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1647,7 +1667,9 @@ "action": "jira.auditing.customfield.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10102\",\"name\":\"Target start\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field updated\",\"actionI18nKey\":\"jira.auditing.customfield.updated\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539619,\"nano\":332000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1704,7 +1726,9 @@ "action": "jira.auditing.customfield.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10103\",\"name\":\"Target end\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field updated\",\"actionI18nKey\":\"jira.auditing.customfield.updated\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539619,\"nano\":340000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1823,7 +1847,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10105\",\"name\":\"Epic Name\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Epic Name\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Provide a short name to identify this epic.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Name of Epic\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539619,\"nano\":522000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1897,7 +1923,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10106\",\"name\":\"Epic Status\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Epic Status\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Epic Status field for Jira Software use only.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Status of Epic\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539621,\"nano\":644000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -1971,7 +1999,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10107\",\"name\":\"Epic Colour\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Epic Colour\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Epic Colour field for Jira Software use only.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Colour of Epic\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539621,\"nano\":669000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2045,7 +2075,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10108\",\"name\":\"Sprint\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Sprint\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Jira Software sprint field\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Jira Sprint Field\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539622,\"nano\":694000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2119,7 +2151,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10109\",\"name\":\"Epic Link\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Epic Link\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Choose an epic to assign this issue to.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Epic Link Relationship\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539622,\"nano\":725000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2193,7 +2227,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10110\",\"name\":\"Rank\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Rank\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Global rank field for Jira Software use only.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Global Rank\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539622,\"nano\":794000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2329,7 +2365,9 @@ "action": "jira.auditing.customfield.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"customfield_10111\",\"name\":\"Story Points\",\"type\":\"CUSTOM_FIELD\"}],\"auditType\":{\"action\":\"Custom field created\",\"actionI18nKey\":\"jira.auditing.customfield.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"fields\",\"categoryI18nKey\":\"jira.auditing.category.fields\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Story Points\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Measurement of complexity and/or size of a requirement.\"},{\"i18nKey\":\"common.words.type\",\"key\":\"Type\",\"to\":\"Number Field\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539629,\"nano\":88000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2403,7 +2441,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Done\",\"type\":\"RESOLUTION\"}],\"auditType\":{\"action\":\"New resolution created\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Description\",\"nameI18nKey\":\"common.concepts.description\",\"value\":\"Work has been completed on this issue.\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":534000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2467,7 +2507,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10001\",\"name\":\"Won't Do\",\"type\":\"RESOLUTION\"}],\"auditType\":{\"action\":\"New resolution created\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Description\",\"nameI18nKey\":\"common.concepts.description\",\"value\":\"This issue won't be actioned.\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":535000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2531,7 +2573,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10002\",\"name\":\"Duplicate\",\"type\":\"RESOLUTION\"}],\"auditType\":{\"action\":\"New resolution created\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Description\",\"nameI18nKey\":\"common.concepts.description\",\"value\":\"The problem is a duplicate of an existing issue.\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":536000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2595,7 +2639,9 @@ "action": "jira.auditing.resolutions.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10003\",\"name\":\"Cannot Reproduce\",\"type\":\"RESOLUTION\"}],\"auditType\":{\"action\":\"New resolution created\",\"actionI18nKey\":\"jira.auditing.resolutions.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Description\",\"nameI18nKey\":\"common.concepts.description\",\"value\":\"All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":537000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2659,7 +2705,9 @@ "action": "jira.auditing.workflow.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"Software Simplified Workflow for Project TEST\",\"name\":\"Software Simplified Workflow for Project TEST\",\"type\":\"WORKFLOW\"}],\"auditType\":{\"action\":\"Workflow created\",\"actionI18nKey\":\"jira.auditing.workflow.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"admin.workflowtransition.transition\",\"key\":\"Transition\",\"to\":\"Create (To Do), To Do (To Do), In Progress (In Progress), Done (Done)\"},{\"i18nKey\":\"common.words.status\",\"key\":\"Status\",\"to\":\"To Do, In Progress, Done\"},{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Software Simplified Workflow for Project TEST\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Generated by JIRA Software version 8.20.2. This workflow is managed internally by Jira Software. Do not manually modify this workflow.\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":710000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2738,7 +2786,9 @@ "action": "jira.auditing.workflow.scheme.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10100\",\"name\":\"TEST: Software Simplified Workflow Scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Workflow scheme created\",\"actionI18nKey\":\"jira.auditing.workflow.scheme.created\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"TEST: Software Simplified Workflow Scheme\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Generated by JIRA Software version 8.20.2. This workflow scheme is managed internally by Jira Software. Do not manually modify this workflow scheme.\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":732000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2807,7 +2857,9 @@ "action": "jira.auditing.workflow.scheme.added.to.project", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"},{\"id\":\"10100\",\"name\":\"TEST: Software Simplified Workflow Scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Workflow scheme added to project\",\"actionI18nKey\":\"jira.auditing.workflow.scheme.added.to.project\",\"area\":\"GLOBAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"workflows\",\"categoryI18nKey\":\"jira.auditing.category.workflows\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":746000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2869,7 +2921,9 @@ "action": "jira.auditing.filter.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Filter for TEST board\",\"type\":\"FILTER\"},{\"id\":\"JIRAUSER10000\",\"name\":\"test.user\",\"type\":\"USER\"},{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"}],\"auditType\":{\"action\":\"Filter created\",\"actionI18nKey\":\"jira.auditing.filter.created\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"filters\",\"categoryI18nKey\":\"jira.auditing.category.filters\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Filter for TEST board\"},{\"from\":\"\",\"i18nKey\":\"common.concepts.description\",\"key\":\"Description\"},{\"from\":\"\",\"i18nKey\":\"common.concepts.owner\",\"key\":\"Owner\",\"to\":\"test.user\"},{\"from\":\"[]\",\"i18nKey\":\"common.concepts.shared.with\",\"key\":\"Shared with\",\"to\":\"[Project: test (VIEW)]\"},{\"from\":\"\",\"i18nKey\":\"jira.jql.query\",\"key\":\"JQL Query\",\"to\":\"{project = \\\"TEST\\\"} order by Rank ASC\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539713,\"nano\":887000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -2963,7 +3017,9 @@ "action": "Board created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"1\",\"name\":\"TEST board\",\"type\":\"BOARD\"},{\"id\":\"1\",\"name\":\"TEST board\",\"type\":\"BOARD\"}],\"auditType\":{\"action\":\"Board created\",\"actionI18nKey\":\"Board created\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"boards\",\"categoryI18nKey\":\"jira.auditing.category.boards\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":72000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3025,7 +3081,9 @@ "action": "jira.auditing.permission.scheme.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme created\",\"actionI18nKey\":\"jira.auditing.permission.scheme.created\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Default software scheme\"},{\"i18nKey\":\"common.words.description\",\"key\":\"Description\",\"to\":\"Default scheme for Software projects.\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":142000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3094,7 +3152,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Browse Projects\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":151000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3163,7 +3223,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Create Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":163000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3232,7 +3294,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Edit Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":165000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3301,7 +3365,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Assign Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":166000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3370,7 +3436,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Resolve Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":168000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3439,7 +3507,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Add Comments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":171000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3508,7 +3578,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":173000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3582,7 +3654,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Assignable User\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":174000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3651,7 +3725,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Close Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":176000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3720,7 +3796,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Create Attachments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":178000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3789,7 +3867,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Work On Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":180000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3858,7 +3938,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Link Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":182000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -3927,7 +4009,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Administer Projects\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":184000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4001,7 +4085,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Move Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":187000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4070,7 +4156,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Schedule Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":190000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4139,7 +4227,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Modify Reporter\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":204000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4213,7 +4303,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"View Voters and Watchers\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":208000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4282,7 +4374,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Manage Watchers\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":210000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4356,7 +4450,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Edit All Comments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":212000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4430,7 +4526,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Edit Own Comments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":215000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4499,7 +4597,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete All Comments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":217000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4573,7 +4673,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete Own Comments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":219000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4642,7 +4744,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete All Attachments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":221000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4716,7 +4820,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete Own Attachments\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":223000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4785,7 +4891,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Edit Own Worklogs\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":225000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4854,7 +4962,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Edit All Worklogs\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":227000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4928,7 +5038,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete Own Worklogs\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":229000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -4997,7 +5109,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Delete All Worklogs\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Project Role\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.value\",\"key\":\"Value\",\"to\":\"Administrators\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":231000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5071,7 +5185,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"View Read-Only Workflow\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":233000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5140,7 +5256,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Transition Issues\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":235000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5209,7 +5327,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"View Development Tools\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":236000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5278,7 +5398,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Manage Sprints\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":239000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5347,7 +5469,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Start/Complete Sprints\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":241000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5416,7 +5540,9 @@ "action": "jira.auditing.permission.scheme.updated", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme updated\",\"actionI18nKey\":\"jira.auditing.permission.scheme.updated\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"from\":\"\",\"i18nKey\":\"admin.common.words.permission\",\"key\":\"Permission\",\"to\":\"Edit Sprints\"},{\"from\":\"\",\"i18nKey\":\"admin.common.words.type\",\"key\":\"Type\",\"to\":\"Application access\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":243000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5565,7 +5691,9 @@ "action": "jira.auditing.permission.scheme.added.to.project", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"},{\"id\":\"10000\",\"name\":\"Default software scheme\",\"type\":\"SCHEME\"}],\"auditType\":{\"action\":\"Permission scheme added to project\",\"actionI18nKey\":\"jira.auditing.permission.scheme.added.to.project\",\"area\":\"PERMISSIONS\",\"category\":\"permissions\",\"categoryI18nKey\":\"jira.auditing.category.permissions\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":266000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5720,7 +5848,9 @@ "action": "jira.auditing.project.roles.changed", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10100\",\"name\":\"Developers\",\"type\":\"PROJECT_ROLE\"},{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"}],\"auditType\":{\"action\":\"Project roles changed\",\"actionI18nKey\":\"jira.auditing.project.roles.changed\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"projects\",\"categoryI18nKey\":\"jira.auditing.category.projects\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"admin.common.words.users\",\"key\":\"Users\",\"to\":\"JIRAUSER10000\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":506000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5789,7 +5919,9 @@ "action": "jira.auditing.version.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Version 1.0\",\"type\":\"VERSION\"},{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"}],\"auditType\":{\"action\":\"Project version created\",\"actionI18nKey\":\"jira.auditing.version.created\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"projects\",\"categoryI18nKey\":\"jira.auditing.category.projects\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Version 1.0\"},{\"i18nKey\":\"version.releasedate\",\"key\":\"Release date\",\"to\":\"2021-11-14\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":521000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5863,7 +5995,9 @@ "action": "jira.auditing.version.released", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10000\",\"name\":\"Version 1.0\",\"type\":\"VERSION\"},{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"}],\"auditType\":{\"action\":\"Project version released\",\"actionI18nKey\":\"jira.auditing.version.released\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"projects\",\"categoryI18nKey\":\"jira.auditing.category.projects\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"175.16.199.1\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":535000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -5937,7 +6071,9 @@ "action": "jira.auditing.version.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10001\",\"name\":\"Version 2.0\",\"type\":\"VERSION\"},{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"}],\"auditType\":{\"action\":\"Project version created\",\"actionI18nKey\":\"jira.auditing.version.created\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"projects\",\"categoryI18nKey\":\"jira.auditing.category.projects\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Version 2.0\"},{\"i18nKey\":\"version.releasedate\",\"key\":\"Release date\",\"to\":\"2021-11-28\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":543000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -6011,7 +6147,9 @@ "action": "jira.auditing.version.created", "kind": "event", "original": "{\"affectedObjects\":[{\"id\":\"10002\",\"name\":\"Version 3.0\",\"type\":\"VERSION\"},{\"id\":\"10000\",\"name\":\"test\",\"type\":\"PROJECT\"}],\"auditType\":{\"action\":\"Project version created\",\"actionI18nKey\":\"jira.auditing.version.created\",\"area\":\"LOCAL_CONFIG_AND_ADMINISTRATION\",\"category\":\"projects\",\"categoryI18nKey\":\"jira.auditing.category.projects\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[{\"i18nKey\":\"common.words.name\",\"key\":\"Name\",\"to\":\"Version 3.0\"}],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539714,\"nano\":545000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { @@ -6080,7 +6218,9 @@ "action": "atlassian.audit.event.action.audit.search", "kind": "event", "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"85\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T00:05:08.514Z - 2021-11-22T00:08:34.545Z\"},{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"1 - 85\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539922,\"nano\":856000000},\"version\":\"1.0\"}", - "type": "info" + "type": [ + "info" + ] }, "jira": { "audit": { diff --git a/packages/atlassian_jira/data_stream/audit/elasticsearch/ingest_pipeline/default.yml b/packages/atlassian_jira/data_stream/audit/elasticsearch/ingest_pipeline/default.yml index 45cce84da82..4fc2a28ba00 100644 --- a/packages/atlassian_jira/data_stream/audit/elasticsearch/ingest_pipeline/default.yml +++ b/packages/atlassian_jira/data_stream/audit/elasticsearch/ingest_pipeline/default.yml @@ -262,7 +262,7 @@ processors: - deletion source: >- ctx.event.kind = 'event'; - ctx.event.type = 'info'; + ctx.event.type = ['info']; if (ctx?.event?.action == null) { return; diff --git a/packages/atlassian_jira/manifest.yml b/packages/atlassian_jira/manifest.yml index 43bff80336a..1fecad29213 100644 --- a/packages/atlassian_jira/manifest.yml +++ b/packages/atlassian_jira/manifest.yml @@ -1,14 +1,12 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: atlassian_jira title: Atlassian Jira -version: "1.8.0" -license: basic +version: "1.9.0" description: Collect logs from Atlassian Jira with Elastic Agent. type: integration categories: - security - productivity_security -release: ga conditions: kibana.version: "^7.16.0 || ^8.0.0" icons: diff --git a/packages/auditd/_dev/build/build.yml b/packages/auditd/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/auditd/_dev/build/build.yml +++ b/packages/auditd/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/auditd/changelog.yml b/packages/auditd/changelog.yml index 81507a3e128..3d9f19b5c3f 100644 --- a/packages/auditd/changelog.yml +++ b/packages/auditd/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.7.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "3.6.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/auditd/manifest.yml b/packages/auditd/manifest.yml index 434495cb127..07249abb451 100644 --- a/packages/auditd/manifest.yml +++ b/packages/auditd/manifest.yml @@ -1,7 +1,6 @@ name: auditd title: Auditd Logs -version: "3.6.0" -release: ga +version: "3.7.0" description: Collect logs from Linux audit daemon with Elastic Agent. type: integration icons: @@ -9,8 +8,7 @@ icons: title: linux size: 299x354 type: image/svg+xml -format_version: 1.0.0 -license: basic +format_version: 2.7.0 categories: - security - auditd diff --git a/packages/auditd_manager/_dev/build/build.yml b/packages/auditd_manager/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/auditd_manager/_dev/build/build.yml +++ b/packages/auditd_manager/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/auditd_manager/changelog.yml b/packages/auditd_manager/changelog.yml index 023a29b36f5..7d5e7e6665d 100644 --- a/packages/auditd_manager/changelog.yml +++ b/packages/auditd_manager/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.7.1" changes: - description: Fix wrong field type for auditd.data.exit diff --git a/packages/auditd_manager/data_stream/auditd/fields/fields.yml b/packages/auditd_manager/data_stream/auditd/fields/fields.yml index cc38e7beff6..ecfd2d66fbf 100644 --- a/packages/auditd_manager/data_stream/auditd/fields/fields.yml +++ b/packages/auditd_manager/data_stream/auditd/fields/fields.yml @@ -123,7 +123,7 @@ description: Mode flags on a file type: keyword - name: auditd.paths.name - desription: File name in avcs + description: File name in avcs type: keyword - name: auditd.data.action description: netfilter packet disposition diff --git a/packages/auditd_manager/docs/README.md b/packages/auditd_manager/docs/README.md index fa1aa785ef4..a27236b39c0 100644 --- a/packages/auditd_manager/docs/README.md +++ b/packages/auditd_manager/docs/README.md @@ -470,7 +470,7 @@ An example event for `auditd` looks as following: | auditd.paths.inode | inode number | keyword | | auditd.paths.item | Which item is being recorded | keyword | | auditd.paths.mode | Mode flags on a file | keyword | -| auditd.paths.name | | keyword | +| auditd.paths.name | File name in avcs | keyword | | auditd.paths.nametype | Kind of file operation being referenced | keyword | | auditd.paths.obj_domain | | keyword | | auditd.paths.obj_level | | keyword | diff --git a/packages/auditd_manager/manifest.yml b/packages/auditd_manager/manifest.yml index 1ff2ceeea41..325a012cf45 100644 --- a/packages/auditd_manager/manifest.yml +++ b/packages/auditd_manager/manifest.yml @@ -1,9 +1,7 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: auditd_manager title: "Auditd Manager" -version: "1.7.1" -release: ga -license: basic +version: "1.8.0" description: "The Auditd Manager Integration receives audit events from the Linux Audit Framework that is a part of the Linux kernel." type: integration categories: diff --git a/packages/auth0/_dev/build/build.yml b/packages/auth0/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/auth0/_dev/build/build.yml +++ b/packages/auth0/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/auth0/changelog.yml b/packages/auth0/changelog.yml index 9eec0307418..681ecb81c77 100644 --- a/packages/auth0/changelog.yml +++ b/packages/auth0/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.5.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/auth0/manifest.yml b/packages/auth0/manifest.yml index 43c541ce7a3..c21640c99fb 100644 --- a/packages/auth0/manifest.yml +++ b/packages/auth0/manifest.yml @@ -1,14 +1,12 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: auth0 title: "Auth0" -version: "1.5.0" -license: basic +version: "1.6.0" description: Collect logs from Auth0 with Elastic Agent. type: integration categories: - security - iam -release: ga conditions: kibana.version: ^8.1.0 screenshots: diff --git a/packages/azure_blob_storage/_dev/build/build.yml b/packages/azure_blob_storage/_dev/build/build.yml index 45fb1cc4269..883ced510cf 100644 --- a/packages/azure_blob_storage/_dev/build/build.yml +++ b/packages/azure_blob_storage/_dev/build/build.yml @@ -1,4 +1,4 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 import_mappings: true diff --git a/packages/azure_blob_storage/changelog.yml b/packages/azure_blob_storage/changelog.yml index 45884f1dfe7..53c1180ffa8 100644 --- a/packages/azure_blob_storage/changelog.yml +++ b/packages/azure_blob_storage/changelog.yml @@ -1,3 +1,13 @@ +- version: "0.4.0" + changes: + - description: Update package to ECS 8.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/{{ PULL_REQUEST_NUMBER }} +- version: "0.3.0" + changes: + - description: Update package to ECS 8.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "0.2.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/azure_blob_storage/manifest.yml b/packages/azure_blob_storage/manifest.yml index 00b620b5758..a2710b4f928 100644 --- a/packages/azure_blob_storage/manifest.yml +++ b/packages/azure_blob_storage/manifest.yml @@ -1,9 +1,9 @@ -format_version: 2.3.0 +format_version: 2.7.0 name: azure_blob_storage title: Custom Azure Blob Storage Input description: Collect JSON data from configured Azure Blob Storage Container with Elastic Agent. type: integration -version: "0.2.0" +version: "0.4.0" conditions: kibana.version: "^8.6.2" categories: diff --git a/packages/azure_frontdoor/_dev/build/build.yml b/packages/azure_frontdoor/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/azure_frontdoor/_dev/build/build.yml +++ b/packages/azure_frontdoor/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/azure_frontdoor/changelog.yml b/packages/azure_frontdoor/changelog.yml index af1d60b01e7..0b878ad5f77 100644 --- a/packages/azure_frontdoor/changelog.yml +++ b/packages/azure_frontdoor/changelog.yml @@ -1,3 +1,8 @@ +- version: "0.2.0" + changes: + - description: Update package to ECS 8.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/{{ PULL_REQUEST_NUMBER }} - version: "0.1.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/azure_frontdoor/data_stream/access/fields/ecs.yml b/packages/azure_frontdoor/data_stream/access/fields/ecs.yml index 34b91e4755f..e31f665a9be 100644 --- a/packages/azure_frontdoor/data_stream/access/fields/ecs.yml +++ b/packages/azure_frontdoor/data_stream/access/fields/ecs.yml @@ -56,8 +56,6 @@ external: ecs - name: network.protocol external: ecs -- name: host.ip - external: ecs - name: related.ip external: ecs - name: related.user @@ -104,8 +102,6 @@ external: ecs - name: user.domain external: ecs -- name: user.name - external: ecs - name: user.id external: ecs - name: user.name diff --git a/packages/azure_frontdoor/data_stream/waf/fields/ecs.yml b/packages/azure_frontdoor/data_stream/waf/fields/ecs.yml index f5dacaaec80..cf0c9319672 100644 --- a/packages/azure_frontdoor/data_stream/waf/fields/ecs.yml +++ b/packages/azure_frontdoor/data_stream/waf/fields/ecs.yml @@ -56,8 +56,6 @@ external: ecs - name: network.protocol external: ecs -- name: host.ip - external: ecs - name: related.ip external: ecs - name: related.user @@ -104,8 +102,6 @@ external: ecs - name: user.domain external: ecs -- name: user.name - external: ecs - name: user.id external: ecs - name: user.name diff --git a/packages/azure_frontdoor/manifest.yml b/packages/azure_frontdoor/manifest.yml index aeca9b9de8d..65ca2f25d9c 100644 --- a/packages/azure_frontdoor/manifest.yml +++ b/packages/azure_frontdoor/manifest.yml @@ -1,8 +1,7 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: azure_frontdoor title: "Azure Frontdoor" -version: "0.1.0" -license: basic +version: "0.2.0" description: "This Elastic integration collects logs from Azure Frontdoor." type: integration categories: @@ -10,7 +9,6 @@ categories: - network - security - web -release: experimental conditions: kibana.version: "^8.6.0" screenshots: @@ -71,3 +69,4 @@ policy_templates: show_user: true owner: github: elastic/security-external-integrations + diff --git a/packages/barracuda/_dev/build/build.yml b/packages/barracuda/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/barracuda/_dev/build/build.yml +++ b/packages/barracuda/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/barracuda/changelog.yml b/packages/barracuda/changelog.yml index 9ee8399ce25..6b7bc97a3f0 100644 --- a/packages/barracuda/changelog.yml +++ b/packages/barracuda/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.2.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/barracuda/manifest.yml b/packages/barracuda/manifest.yml index ab10dee2ee2..6d5430d1c7e 100644 --- a/packages/barracuda/manifest.yml +++ b/packages/barracuda/manifest.yml @@ -1,7 +1,7 @@ -format_version: 2.3.0 +format_version: 2.7.0 name: barracuda title: "Barracuda Logs" -version: "1.2.0" +version: "1.3.0" description: Ingest Events from Barracuda Web Application Firewall type: integration categories: diff --git a/packages/barracuda_cloudgen_firewall/_dev/build/build.yml b/packages/barracuda_cloudgen_firewall/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/barracuda_cloudgen_firewall/_dev/build/build.yml +++ b/packages/barracuda_cloudgen_firewall/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/barracuda_cloudgen_firewall/changelog.yml b/packages/barracuda_cloudgen_firewall/changelog.yml index 45be5d88a23..e1f9233691a 100644 --- a/packages/barracuda_cloudgen_firewall/changelog.yml +++ b/packages/barracuda_cloudgen_firewall/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.1.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/barracuda_cloudgen_firewall/manifest.yml b/packages/barracuda_cloudgen_firewall/manifest.yml index 6b6ee3abc26..1db158f208f 100644 --- a/packages/barracuda_cloudgen_firewall/manifest.yml +++ b/packages/barracuda_cloudgen_firewall/manifest.yml @@ -1,11 +1,9 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: barracuda_cloudgen_firewall title: Barracuda CloudGen Firewall Logs -version: "1.1.0" +version: "1.2.0" description: Collect logs from Barracuda CloudGen Firewall devices with Elastic Agent. categories: ["network", "security", "firewall_security"] -release: ga -license: basic type: integration conditions: kibana.version: "^8.5.0" diff --git a/packages/bitdefender/_dev/build/build.yml b/packages/bitdefender/_dev/build/build.yml index aaafc5d833b..e3c4cca65a3 100644 --- a/packages/bitdefender/_dev/build/build.yml +++ b/packages/bitdefender/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.5.1 + reference: git@v8.7.0 diff --git a/packages/bitdefender/changelog.yml b/packages/bitdefender/changelog.yml index dacc57ee173..ac0e0f883f2 100644 --- a/packages/bitdefender/changelog.yml +++ b/packages/bitdefender/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.1.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "0.0.1" changes: - description: Initial draft of the package diff --git a/packages/bitdefender/data_stream/push_configuration/_dev/test/pipeline/test-push-configuration.json-expected.json b/packages/bitdefender/data_stream/push_configuration/_dev/test/pipeline/test-push-configuration.json-expected.json index 209dd01b24b..82ab5a544d6 100644 --- a/packages/bitdefender/data_stream/push_configuration/_dev/test/pipeline/test-push-configuration.json-expected.json +++ b/packages/bitdefender/data_stream/push_configuration/_dev/test/pipeline/test-push-configuration.json-expected.json @@ -48,7 +48,7 @@ } }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "original": "{\"id\":\"1\",\"jsonrpc\":\"2.0\",\"result\":{\"serviceSettings\":{\"authorization\":\"********\",\"requireValidSslCertificate\":true,\"url\":\"https://webhook.your.tld/push/notifications\"},\"serviceType\":\"jsonRPC\",\"status\":1,\"subscribeToCompanies\":[\"12341234abcd12341234abcd\"],\"subscribeToEventTypes\":{\"adcloud\":true,\"antiexploit\":true,\"aph\":true,\"av\":true,\"avc\":true,\"dp\":true,\"endpoint-moved-in\":true,\"endpoint-moved-out\":true,\"exchange-malware\":true,\"exchange-user-credentials\":true,\"fw\":true,\"hd\":true,\"hwid-change\":true,\"install\":true,\"modules\":true,\"network-monitor\":true,\"network-sandboxing\":true,\"new-incident\":true,\"ransomware-mitigation\":true,\"registration\":true,\"security-container-update-available\":true,\"supa-update-status\":true,\"sva\":true,\"sva-load\":true,\"task-status\":true,\"troubleshooting-activity\":true,\"uc\":true,\"uninstall\":true}}}" diff --git a/packages/bitdefender/data_stream/push_configuration/elasticsearch/ingest_pipeline/default.yml b/packages/bitdefender/data_stream/push_configuration/elasticsearch/ingest_pipeline/default.yml index c89abf48ab7..a8bcda0e68b 100644 --- a/packages/bitdefender/data_stream/push_configuration/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitdefender/data_stream/push_configuration/elasticsearch/ingest_pipeline/default.yml @@ -10,7 +10,7 @@ processors: message: missing json object in input document - set: field: ecs.version - value: '8.5.0' + value: '8.7.0' - rename: field: message target_field: event.original diff --git a/packages/bitdefender/data_stream/push_configuration/sample_event.json b/packages/bitdefender/data_stream/push_configuration/sample_event.json index 0839006a791..27a7f12e094 100644 --- a/packages/bitdefender/data_stream/push_configuration/sample_event.json +++ b/packages/bitdefender/data_stream/push_configuration/sample_event.json @@ -56,7 +56,7 @@ "type": "logs" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "elastic_agent": { "id": "f0239f6f-245e-4d57-bada-68e5f564b259", diff --git a/packages/bitdefender/data_stream/push_notifications/_dev/test/pipeline/test-push-notification.json-expected.json b/packages/bitdefender/data_stream/push_notifications/_dev/test/pipeline/test-push-notification.json-expected.json index 18c73a5923e..6cdae67eec5 100644 --- a/packages/bitdefender/data_stream/push_notifications/_dev/test/pipeline/test-push-notification.json-expected.json +++ b/packages/bitdefender/data_stream/push_notifications/_dev/test/pipeline/test-push-notification.json-expected.json @@ -23,7 +23,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "aph_blocked", @@ -109,7 +109,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "email": { "sender": { @@ -181,7 +181,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -246,7 +246,7 @@ "ip": "10.17.46.196" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "deleted", @@ -326,7 +326,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "avc_blocked", @@ -405,7 +405,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -469,7 +469,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "portscan_blocked", @@ -537,7 +537,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "0", @@ -603,7 +603,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "data_protection_blocked", @@ -678,7 +678,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "uc_site_blocked", @@ -756,7 +756,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "3", @@ -825,7 +825,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -890,7 +890,7 @@ "ip": "192.168.0.1" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -960,7 +960,7 @@ "id": "test1234" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1024,7 +1024,7 @@ "id": "test1234" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1087,7 +1087,7 @@ "ip": "81.2.69.144" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1173,7 +1173,7 @@ "port": 80 }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "reportOnly", @@ -1283,7 +1283,7 @@ "ip": "10.17.23.30" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "no action", @@ -1389,7 +1389,7 @@ "ip": "10.17.16.10" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1461,7 +1461,7 @@ "ip": "10.17.15.247" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1523,7 +1523,7 @@ "ip": "10.10.18.226" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1584,7 +1584,7 @@ "ip": "10.10.18.226" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1645,7 +1645,7 @@ "ip": "10.10.18.226" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1715,7 +1715,7 @@ "ip": "10.10.18.226" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "kill", @@ -1799,7 +1799,7 @@ "ip": "10.10.18.226" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ @@ -1870,7 +1870,7 @@ "ip": "10.10.0.101" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "3", @@ -1969,7 +1969,7 @@ "ip": "89.160.20.112" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "action": "quarantined", @@ -2036,7 +2036,7 @@ "id": "test1234" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "category": [ diff --git a/packages/bitdefender/data_stream/push_notifications/elasticsearch/ingest_pipeline/default.yml b/packages/bitdefender/data_stream/push_notifications/elasticsearch/ingest_pipeline/default.yml index 0ac0fbed489..526623f6e38 100644 --- a/packages/bitdefender/data_stream/push_notifications/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitdefender/data_stream/push_notifications/elasticsearch/ingest_pipeline/default.yml @@ -31,7 +31,7 @@ processors: - set: field: ecs.version - value: '8.5.0' + value: '8.7.0' ### fix common dumb string/numeric conflicts that we've seen so far, before doing anything else ### NOTE: given the insanity oozing out of the "defined" BitDefender push notification event type formats, diff --git a/packages/bitdefender/data_stream/push_notifications/sample_event.json b/packages/bitdefender/data_stream/push_notifications/sample_event.json index e06a660b81b..9e9ae3dcb46 100644 --- a/packages/bitdefender/data_stream/push_notifications/sample_event.json +++ b/packages/bitdefender/data_stream/push_notifications/sample_event.json @@ -24,7 +24,7 @@ "type": "logs" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "elastic_agent": { "id": "f0239f6f-245e-4d57-bada-68e5f564b259", diff --git a/packages/bitdefender/data_stream/push_statistics/_dev/test/pipeline/test-push-statistics.json-expected.json b/packages/bitdefender/data_stream/push_statistics/_dev/test/pipeline/test-push-statistics.json-expected.json index 34d875585c9..d7e103499b7 100644 --- a/packages/bitdefender/data_stream/push_statistics/_dev/test/pipeline/test-push-statistics.json-expected.json +++ b/packages/bitdefender/data_stream/push_statistics/_dev/test/pipeline/test-push-statistics.json-expected.json @@ -25,7 +25,7 @@ } }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "event": { "original": "{\"id\":\"1\",\"jsonrpc\":\"2.0\",\"result\":{\"count\":{\"errorMessages\":0,\"events\":9,\"sentMessages\":7,\"testEvents\":0},\"error\":{\"configurationError\":0,\"connectionError\":0,\"serviceError\":0,\"statusCode2xx\":0,\"statusCode300\":0,\"statusCode400\":0,\"statusCode500\":0,\"timeout\":0},\"lastUpdateTime\":\"2023-01-13T16:26:34\"}}" diff --git a/packages/bitdefender/data_stream/push_statistics/elasticsearch/ingest_pipeline/default.yml b/packages/bitdefender/data_stream/push_statistics/elasticsearch/ingest_pipeline/default.yml index 42052ff142f..372aa545fa7 100644 --- a/packages/bitdefender/data_stream/push_statistics/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitdefender/data_stream/push_statistics/elasticsearch/ingest_pipeline/default.yml @@ -10,7 +10,7 @@ processors: message: missing json object in input document - set: field: ecs.version - value: '8.5.0' + value: '8.7.0' - rename: field: message target_field: event.original diff --git a/packages/bitdefender/data_stream/push_statistics/sample_event.json b/packages/bitdefender/data_stream/push_statistics/sample_event.json index 3227149eaa1..58798da55ec 100644 --- a/packages/bitdefender/data_stream/push_statistics/sample_event.json +++ b/packages/bitdefender/data_stream/push_statistics/sample_event.json @@ -36,7 +36,7 @@ "type": "logs" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "elastic_agent": { "id": "f0239f6f-245e-4d57-bada-68e5f564b259", diff --git a/packages/bitdefender/docs/README.md b/packages/bitdefender/docs/README.md index c186b785150..462e6956edb 100644 --- a/packages/bitdefender/docs/README.md +++ b/packages/bitdefender/docs/README.md @@ -357,7 +357,7 @@ All BitDefender GravityZone log events are available in the `bitdefender_gravity | file.path | Full path to the file, including the file name. It should include the drive letter, when appropriate. | keyword | | file.path.text | Multi-field of `file.path`. | match_only_text | | file.size | File size in bytes. Only relevant when `file.type` is "file". | long | -| host.name | Name of the host. It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use. | keyword | +| host.name | Name of the host. It can contain what hostname returns on Unix systems, the fully qualified domain name (FQDN), or a name specified by the user. The recommended value is the lowercase FQDN of the host. | keyword | | input.type | | keyword | | log.level | Original log level of the log event. If the source of the event provides a log level or textual severity, this is the one that goes in `log.level`. If your source doesn't specify one, you may put your event transport's severity here (e.g. Syslog severity). Some examples are `warn`, `err`, `i`, `informational`. | keyword | | message | For log events the message field contains the log message, optimized for viewing in a log viewer. For structured logs without an original message field, other fields can be concatenated to form a human-readable summary of the event. If multiple messages exist, they can be combined into one message. | match_only_text | @@ -466,7 +466,7 @@ An example event for `push_notifications` looks as following: "type": "logs" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "elastic_agent": { "id": "f0239f6f-245e-4d57-bada-68e5f564b259", @@ -621,7 +621,7 @@ An example event for `push_configuration` looks as following: "type": "logs" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "elastic_agent": { "id": "f0239f6f-245e-4d57-bada-68e5f564b259", @@ -720,7 +720,7 @@ An example event for `push_statistics` looks as following: "type": "logs" }, "ecs": { - "version": "8.5.0" + "version": "8.7.0" }, "elastic_agent": { "id": "f0239f6f-245e-4d57-bada-68e5f564b259", diff --git a/packages/bitdefender/manifest.yml b/packages/bitdefender/manifest.yml index 73d761ee7cd..8c24b30abf0 100644 --- a/packages/bitdefender/manifest.yml +++ b/packages/bitdefender/manifest.yml @@ -1,7 +1,7 @@ -format_version: 2.0.0 +format_version: 2.7.0 name: bitdefender title: "BitDefender" -version: 0.0.1 +version: "0.1.0" source: license: "Elastic-2.0" description: "Ingest BitDefender GravityZone logs and data" diff --git a/packages/bitwarden/_dev/build/build.yml b/packages/bitwarden/_dev/build/build.yml index fcd61c363f1..883ced510cf 100644 --- a/packages/bitwarden/_dev/build/build.yml +++ b/packages/bitwarden/_dev/build/build.yml @@ -1,4 +1,4 @@ dependencies: ecs: - reference: git@v8.6.0 + reference: git@v8.7.0 import_mappings: true diff --git a/packages/bitwarden/changelog.yml b/packages/bitwarden/changelog.yml index 4dc3f25195e..95c69dc7575 100644 --- a/packages/bitwarden/changelog.yml +++ b/packages/bitwarden/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "0.1.0" changes: - description: Initial release. diff --git a/packages/bitwarden/data_stream/collection/_dev/test/pipeline/test-collection.log-expected.json b/packages/bitwarden/data_stream/collection/_dev/test/pipeline/test-collection.log-expected.json index 67f2df56d6e..a7307e95216 100644 --- a/packages/bitwarden/data_stream/collection/_dev/test/pipeline/test-collection.log-expected.json +++ b/packages/bitwarden/data_stream/collection/_dev/test/pipeline/test-collection.log-expected.json @@ -11,7 +11,7 @@ "object": "collection" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", diff --git a/packages/bitwarden/data_stream/collection/elasticsearch/ingest_pipeline/default.yml b/packages/bitwarden/data_stream/collection/elasticsearch/ingest_pipeline/default.yml index 5cae465b017..be7e60c929b 100644 --- a/packages/bitwarden/data_stream/collection/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitwarden/data_stream/collection/elasticsearch/ingest_pipeline/default.yml @@ -3,7 +3,7 @@ description: Pipeline for processing collection logs. processors: - set: field: ecs.version - value: 8.6.0 + value: 8.7.0 - rename: field: message target_field: event.original diff --git a/packages/bitwarden/data_stream/collection/sample_event.json b/packages/bitwarden/data_stream/collection/sample_event.json index 9b4830fecda..d8511f0dac2 100644 --- a/packages/bitwarden/data_stream/collection/sample_event.json +++ b/packages/bitwarden/data_stream/collection/sample_event.json @@ -22,7 +22,7 @@ "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", diff --git a/packages/bitwarden/data_stream/event/_dev/test/pipeline/test-event.log-expected.json b/packages/bitwarden/data_stream/event/_dev/test/pipeline/test-event.log-expected.json index 8059ab36f43..04d33b9b523 100644 --- a/packages/bitwarden/data_stream/event/_dev/test/pipeline/test-event.log-expected.json +++ b/packages/bitwarden/data_stream/event/_dev/test/pipeline/test-event.log-expected.json @@ -36,7 +36,7 @@ "object": "event" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "category": [ @@ -101,7 +101,7 @@ "object": "event" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "category": [ @@ -166,7 +166,7 @@ "object": "event" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "category": [ @@ -224,7 +224,7 @@ "object": "event" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "category": [ diff --git a/packages/bitwarden/data_stream/event/elasticsearch/ingest_pipeline/default.yml b/packages/bitwarden/data_stream/event/elasticsearch/ingest_pipeline/default.yml index cb4763c7e52..4bd9f520462 100644 --- a/packages/bitwarden/data_stream/event/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitwarden/data_stream/event/elasticsearch/ingest_pipeline/default.yml @@ -3,7 +3,7 @@ description: Pipeline for processing event logs. processors: - set: field: ecs.version - value: 8.6.0 + value: 8.7.0 - rename: field: message target_field: event.original diff --git a/packages/bitwarden/data_stream/event/sample_event.json b/packages/bitwarden/data_stream/event/sample_event.json index 49fa512a876..a13d30feead 100644 --- a/packages/bitwarden/data_stream/event/sample_event.json +++ b/packages/bitwarden/data_stream/event/sample_event.json @@ -46,7 +46,7 @@ "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", diff --git a/packages/bitwarden/data_stream/group/_dev/test/pipeline/test-group.log-expected.json b/packages/bitwarden/data_stream/group/_dev/test/pipeline/test-group.log-expected.json index 770ae051332..d584a572f82 100644 --- a/packages/bitwarden/data_stream/group/_dev/test/pipeline/test-group.log-expected.json +++ b/packages/bitwarden/data_stream/group/_dev/test/pipeline/test-group.log-expected.json @@ -19,7 +19,7 @@ "object": "group" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "category": [ diff --git a/packages/bitwarden/data_stream/group/elasticsearch/ingest_pipeline/default.yml b/packages/bitwarden/data_stream/group/elasticsearch/ingest_pipeline/default.yml index 3515a0e690a..3a02ce819e1 100644 --- a/packages/bitwarden/data_stream/group/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitwarden/data_stream/group/elasticsearch/ingest_pipeline/default.yml @@ -3,7 +3,7 @@ description: Pipeline for processing event logs. processors: - set: field: ecs.version - value: 8.6.0 + value: 8.7.0 - rename: field: message target_field: event.original diff --git a/packages/bitwarden/data_stream/group/sample_event.json b/packages/bitwarden/data_stream/group/sample_event.json index 04cf22c3c1c..762be4c684e 100644 --- a/packages/bitwarden/data_stream/group/sample_event.json +++ b/packages/bitwarden/data_stream/group/sample_event.json @@ -30,7 +30,7 @@ "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", diff --git a/packages/bitwarden/data_stream/policy/_dev/test/pipeline/test-policy.log-expected.json b/packages/bitwarden/data_stream/policy/_dev/test/pipeline/test-policy.log-expected.json index 1749d870ec8..4a91aeef2d4 100644 --- a/packages/bitwarden/data_stream/policy/_dev/test/pipeline/test-policy.log-expected.json +++ b/packages/bitwarden/data_stream/policy/_dev/test/pipeline/test-policy.log-expected.json @@ -30,7 +30,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -60,7 +60,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -99,7 +99,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -129,7 +129,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -159,7 +159,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -186,7 +186,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -213,7 +213,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", @@ -240,7 +240,7 @@ } }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "event": { "kind": "event", diff --git a/packages/bitwarden/data_stream/policy/elasticsearch/ingest_pipeline/default.yml b/packages/bitwarden/data_stream/policy/elasticsearch/ingest_pipeline/default.yml index 62f94341a8b..b9ef93016bb 100644 --- a/packages/bitwarden/data_stream/policy/elasticsearch/ingest_pipeline/default.yml +++ b/packages/bitwarden/data_stream/policy/elasticsearch/ingest_pipeline/default.yml @@ -3,7 +3,7 @@ description: Pipeline for processing policy logs. processors: - set: field: ecs.version - value: 8.6.0 + value: 8.7.0 - rename: field: message target_field: event.original diff --git a/packages/bitwarden/data_stream/policy/sample_event.json b/packages/bitwarden/data_stream/policy/sample_event.json index 0e1fe6d5abb..b55a4230d6e 100644 --- a/packages/bitwarden/data_stream/policy/sample_event.json +++ b/packages/bitwarden/data_stream/policy/sample_event.json @@ -41,7 +41,7 @@ "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", diff --git a/packages/bitwarden/docs/README.md b/packages/bitwarden/docs/README.md index c5aa65517dd..17ce98d38a4 100644 --- a/packages/bitwarden/docs/README.md +++ b/packages/bitwarden/docs/README.md @@ -73,7 +73,7 @@ An example event for `collection` looks as following: "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", @@ -179,7 +179,7 @@ An example event for `event` looks as following: "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", @@ -306,7 +306,7 @@ An example event for `group` looks as following: "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", @@ -417,7 +417,7 @@ An example event for `policy` looks as following: "type": "logs" }, "ecs": { - "version": "8.6.0" + "version": "8.7.0" }, "elastic_agent": { "id": "ff2a1bfe-20b0-4bab-ad84-8609f33b69f8", diff --git a/packages/bitwarden/manifest.yml b/packages/bitwarden/manifest.yml index 1d838e35bda..c07d275b381 100644 --- a/packages/bitwarden/manifest.yml +++ b/packages/bitwarden/manifest.yml @@ -1,7 +1,7 @@ -format_version: 2.3.0 +format_version: 2.7.0 name: bitwarden title: Bitwarden -version: 0.1.0 +version: "0.2.0" source: license: Elastic-2.0 description: Collect logs from Bitwarden with Elastic Agent. diff --git a/packages/bluecoat/_dev/build/build.yml b/packages/bluecoat/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/bluecoat/_dev/build/build.yml +++ b/packages/bluecoat/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/bluecoat/changelog.yml b/packages/bluecoat/changelog.yml index 25dd3db5b6f..45e70b71ba4 100644 --- a/packages/bluecoat/changelog.yml +++ b/packages/bluecoat/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.14.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "0.13.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/bluecoat/manifest.yml b/packages/bluecoat/manifest.yml index 0f27552a589..69bfe6dc26c 100644 --- a/packages/bluecoat/manifest.yml +++ b/packages/bluecoat/manifest.yml @@ -1,11 +1,9 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: bluecoat title: Blue Coat Director Logs -version: "0.13.0" +version: "0.14.0" description: Collect director logs from Blue Coat devices with Elastic Agent. categories: ["network", "security", "proxy_security"] -release: experimental -license: basic type: integration conditions: kibana.version: "^7.14.1 || ^8.0.0" diff --git a/packages/carbon_black_cloud/_dev/build/build.yml b/packages/carbon_black_cloud/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/carbon_black_cloud/_dev/build/build.yml +++ b/packages/carbon_black_cloud/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/carbon_black_cloud/changelog.yml b/packages/carbon_black_cloud/changelog.yml index e8d3cc6148c..ba1703ba6b6 100644 --- a/packages/carbon_black_cloud/changelog.yml +++ b/packages/carbon_black_cloud/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.7.1" changes: - description: Cleanup fields based on Alert API doc diff --git a/packages/carbon_black_cloud/manifest.yml b/packages/carbon_black_cloud/manifest.yml index ce01fc0a25c..c9793bd47e5 100644 --- a/packages/carbon_black_cloud/manifest.yml +++ b/packages/carbon_black_cloud/manifest.yml @@ -1,14 +1,12 @@ -format_version: 1.0.0 +format_version: 2.7.0 name: carbon_black_cloud title: VMware Carbon Black Cloud -version: "1.7.1" -license: basic +version: "1.8.0" description: Collect logs from VMWare Carbon Black Cloud with Elastic Agent. type: integration categories: - security - edr_xdr -release: ga conditions: kibana.version: ^7.17.0 || ^8.0.0 screenshots: diff --git a/packages/carbonblack_edr/_dev/build/build.yml b/packages/carbonblack_edr/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/carbonblack_edr/_dev/build/build.yml +++ b/packages/carbonblack_edr/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/carbonblack_edr/changelog.yml b/packages/carbonblack_edr/changelog.yml index 8e9144a0408..b23c5dd1284 100644 --- a/packages/carbonblack_edr/changelog.yml +++ b/packages/carbonblack_edr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.9.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.8.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/carbonblack_edr/data_stream/log/fields/fields.yml b/packages/carbonblack_edr/data_stream/log/fields/fields.yml index dfe35699bf3..776ded3f031 100644 --- a/packages/carbonblack_edr/data_stream/log/fields/fields.yml +++ b/packages/carbonblack_edr/data_stream/log/fields/fields.yml @@ -1,6 +1,5 @@ - name: carbonblack.edr type: group - release: experimental description: > Fields for VMware Carbon Black EDR Logs diff --git a/packages/carbonblack_edr/manifest.yml b/packages/carbonblack_edr/manifest.yml index 5046694fd98..079e8bb12c5 100644 --- a/packages/carbonblack_edr/manifest.yml +++ b/packages/carbonblack_edr/manifest.yml @@ -1,11 +1,9 @@ name: carbonblack_edr title: VMware Carbon Black EDR -version: "1.8.0" -release: ga +version: "1.9.0" description: Collect logs from VMware Carbon Black EDR with Elastic Agent. type: integration -format_version: 1.0.0 -license: basic +format_version: 2.7.0 categories: [security, edr_xdr] conditions: kibana.version: ^7.14.0 || ^8.0.0 diff --git a/packages/cef/_dev/build/build.yml b/packages/cef/_dev/build/build.yml index 45fb1cc4269..883ced510cf 100644 --- a/packages/cef/_dev/build/build.yml +++ b/packages/cef/_dev/build/build.yml @@ -1,4 +1,4 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 import_mappings: true diff --git a/packages/cef/changelog.yml b/packages/cef/changelog.yml index 69902109599..6787b32e037 100644 --- a/packages/cef/changelog.yml +++ b/packages/cef/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.9.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: 2.8.0 changes: - description: Updating dashboards, adding TCP support and enabling ECS dynamic templates diff --git a/packages/cef/manifest.yml b/packages/cef/manifest.yml index abf3c652453..d978e512a64 100644 --- a/packages/cef/manifest.yml +++ b/packages/cef/manifest.yml @@ -1,12 +1,12 @@ name: cef title: Common Event Format (CEF) -version: 2.8.0 +version: "2.9.0" description: Collect logs from CEF Logs with Elastic Agent. categories: - security conditions: kibana.version: ^8.6.1 -format_version: 2.6.0 +format_version: 2.7.0 policy_templates: - name: cef title: CEF logs diff --git a/packages/cel/changelog.yml b/packages/cel/changelog.yml index 8ca91099d0f..7f89372b0fe 100644 --- a/packages/cel/changelog.yml +++ b/packages/cel/changelog.yml @@ -1,3 +1,8 @@ +- version: "0.3.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "0.2.0" changes: - description: Change resource tracer filename diff --git a/packages/cel/manifest.yml b/packages/cel/manifest.yml index 7cbf5f0212c..33504cb10d5 100644 --- a/packages/cel/manifest.yml +++ b/packages/cel/manifest.yml @@ -1,9 +1,9 @@ -format_version: 2.0.0 +format_version: 2.7.0 name: cel title: CEL Custom API description: Collect custom events from an API with Elastic agent type: input -version: "0.2.0" +version: "0.3.0" categories: - custom conditions: diff --git a/packages/checkpoint/_dev/build/build.yml b/packages/checkpoint/_dev/build/build.yml index 9da3f46d46b..e3c4cca65a3 100644 --- a/packages/checkpoint/_dev/build/build.yml +++ b/packages/checkpoint/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@8.7 + reference: git@v8.7.0 diff --git a/packages/checkpoint/changelog.yml b/packages/checkpoint/changelog.yml index c02e7745581..c2441c32ae6 100644 --- a/packages/checkpoint/changelog.yml +++ b/packages/checkpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.20.0" + changes: + - description: Update package-spec version to 2.7.0. + type: enhancement + link: https://github.com/elastic/integrations/pull/1 - version: "1.19.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/checkpoint/data_stream/firewall/_dev/test/pipeline/test-r80x.log-expected.json b/packages/checkpoint/data_stream/firewall/_dev/test/pipeline/test-r80x.log-expected.json index 9ba361977c4..b116af64db3 100644 --- a/packages/checkpoint/data_stream/firewall/_dev/test/pipeline/test-r80x.log-expected.json +++ b/packages/checkpoint/data_stream/firewall/_dev/test/pipeline/test-r80x.log-expected.json @@ -28,7 +28,9 @@ "direction": "inbound" }, "observer": { - "mac": "AA-AA-AA-AA-AA-AA", + "mac": [ + "AA-AA-AA-AA-AA-AA" + ], "name": "216.160.83.56", "product": "Connectra", "type": "firewall", @@ -81,7 +83,9 @@ "direction": "inbound" }, "observer": { - "ip": "81.2.69.142", + "ip": [ + "81.2.69.142" + ], "name": "216.160.83.56", "product": "Identity Awareness", "type": "firewall", diff --git a/packages/checkpoint/data_stream/firewall/elasticsearch/ingest_pipeline/default.yml b/packages/checkpoint/data_stream/firewall/elasticsearch/ingest_pipeline/default.yml index ffec74cbc7c..320ad4d050a 100644 --- a/packages/checkpoint/data_stream/firewall/elasticsearch/ingest_pipeline/default.yml +++ b/packages/checkpoint/data_stream/firewall/elasticsearch/ingest_pipeline/default.yml @@ -698,25 +698,28 @@ processors: ignore_missing: true - rename: field: checkpoint.mac_address - target_field: observer.mac + target_field: _temp_.observer.mac ignore_missing: true - gsub: - field: observer.mac + field: _temp_.observer.mac ignore_missing: true pattern: '[:]' replacement: '-' - uppercase: - field: observer.mac - ignore_missing: true - - rename: - field: checkpoint.origin_ip - target_field: observer.ip - ignore_missing: true - - rename: - field: checkpoint.endpoint_ip - target_field: observer.ip + field: _temp_.observer.mac ignore_missing: true - if: ctx.observer?.ip == null + - append: + value: "{{{_temp_.observer.mac}}}" + field: observer.mac + if: ctx._temp_?.observer?.mac != null + - append: + value: "{{{checkpoint.origin_ip}}}" + field: observer.ip + if: ctx.checkpoint?.origin_ip != null + - append: + value: "{{{checkpoint.endpoint_ip}}}" + field: observer.ip + if: ctx.checkpoint?.endpoint_ip != null && ctx.observer?.ip == null - rename: field: checkpoint.outzone target_field: observer.egress.zone @@ -1073,6 +1076,8 @@ processors: - checkpoint.hll_key - checkpoint.segment_time - checkpoint.lastupdatetime + - checkpoint.endpoint_ip + - checkpoint.origin_ip - syslog5424_ts - _temp_ - _conf diff --git a/packages/checkpoint/data_stream/firewall/fields/fields.yml b/packages/checkpoint/data_stream/firewall/fields/fields.yml index fafb6cc2815..c820ff2b1e2 100644 --- a/packages/checkpoint/data_stream/firewall/fields/fields.yml +++ b/packages/checkpoint/data_stream/firewall/fields/fields.yml @@ -1,6 +1,5 @@ - name: checkpoint type: group - release: beta fields: - name: action_reason type: integer @@ -8,7 +7,6 @@ Connection drop reason. - name: action_reason_msg type: keyword - overwrite: true description: | Connection drop reason message. - name: additional_info diff --git a/packages/checkpoint/manifest.yml b/packages/checkpoint/manifest.yml index c12b0c38ebc..7550b7d6440 100644 --- a/packages/checkpoint/manifest.yml +++ b/packages/checkpoint/manifest.yml @@ -1,11 +1,9 @@ name: checkpoint title: Check Point -version: "1.19.0" -release: ga +version: "1.20.0" description: Collect logs from Check Point with Elastic Agent. type: integration -format_version: 1.0.0 -license: basic +format_version: 2.7.0 categories: [security, network, firewall_security] conditions: kibana.version: "^8.6.0" From 2c9fdd231bf1d0cd43e92ad2966ff95efbba6043 Mon Sep 17 00:00:00 2001 From: Taylor Swanson Date: Tue, 9 May 2023 15:25:24 -0500 Subject: [PATCH 2/5] Update changelogs --- packages/akamai/changelog.yml | 2 +- packages/atlassian_bitbucket/changelog.yml | 2 +- packages/atlassian_confluence/changelog.yml | 2 +- packages/atlassian_jira/changelog.yml | 2 +- packages/auditd/changelog.yml | 2 +- packages/auditd_manager/changelog.yml | 2 +- packages/auth0/changelog.yml | 2 +- packages/azure_blob_storage/changelog.yml | 9 ++------- packages/azure_blob_storage/manifest.yml | 2 +- packages/azure_frontdoor/changelog.yml | 2 +- packages/barracuda/changelog.yml | 2 +- packages/barracuda_cloudgen_firewall/changelog.yml | 2 +- packages/bitdefender/changelog.yml | 2 +- packages/bitwarden/changelog.yml | 2 +- packages/bluecoat/changelog.yml | 2 +- packages/carbon_black_cloud/changelog.yml | 2 +- packages/carbonblack_edr/changelog.yml | 2 +- packages/cef/changelog.yml | 2 +- packages/cel/changelog.yml | 2 +- packages/checkpoint/changelog.yml | 2 +- 20 files changed, 21 insertions(+), 26 deletions(-) diff --git a/packages/akamai/changelog.yml b/packages/akamai/changelog.yml index 844d306425f..d861734ff8c 100644 --- a/packages/akamai/changelog.yml +++ b/packages/akamai/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "2.6.2-beta" changes: - description: Added support for the 'to' query parameter in the initial time based requests. diff --git a/packages/atlassian_bitbucket/changelog.yml b/packages/atlassian_bitbucket/changelog.yml index caa11be3ccc..71377ec1648 100644 --- a/packages/atlassian_bitbucket/changelog.yml +++ b/packages/atlassian_bitbucket/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.7.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/atlassian_confluence/changelog.yml b/packages/atlassian_confluence/changelog.yml index 297e5033bd5..5e423a51767 100644 --- a/packages/atlassian_confluence/changelog.yml +++ b/packages/atlassian_confluence/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.8.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/atlassian_jira/changelog.yml b/packages/atlassian_jira/changelog.yml index f2a9fcc84ac..fcf9ab4ae5a 100644 --- a/packages/atlassian_jira/changelog.yml +++ b/packages/atlassian_jira/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.8.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/auditd/changelog.yml b/packages/auditd/changelog.yml index 3d9f19b5c3f..7713a51535a 100644 --- a/packages/auditd/changelog.yml +++ b/packages/auditd/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "3.6.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/auditd_manager/changelog.yml b/packages/auditd_manager/changelog.yml index 7d5e7e6665d..8a352042ffb 100644 --- a/packages/auditd_manager/changelog.yml +++ b/packages/auditd_manager/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.7.1" changes: - description: Fix wrong field type for auditd.data.exit diff --git a/packages/auth0/changelog.yml b/packages/auth0/changelog.yml index 681ecb81c77..03386d8a852 100644 --- a/packages/auth0/changelog.yml +++ b/packages/auth0/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.5.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/azure_blob_storage/changelog.yml b/packages/azure_blob_storage/changelog.yml index 53c1180ffa8..fb39603ffc5 100644 --- a/packages/azure_blob_storage/changelog.yml +++ b/packages/azure_blob_storage/changelog.yml @@ -1,13 +1,8 @@ -- version: "0.4.0" - changes: - - description: Update package to ECS 8.7.0. - type: enhancement - link: https://github.com/elastic/integrations/pull/{{ PULL_REQUEST_NUMBER }} - version: "0.3.0" changes: - - description: Update package to ECS 8.7.0. + - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "0.2.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/azure_blob_storage/manifest.yml b/packages/azure_blob_storage/manifest.yml index a2710b4f928..23d676113f3 100644 --- a/packages/azure_blob_storage/manifest.yml +++ b/packages/azure_blob_storage/manifest.yml @@ -3,7 +3,7 @@ name: azure_blob_storage title: Custom Azure Blob Storage Input description: Collect JSON data from configured Azure Blob Storage Container with Elastic Agent. type: integration -version: "0.4.0" +version: "0.3.0" conditions: kibana.version: "^8.6.2" categories: diff --git a/packages/azure_frontdoor/changelog.yml b/packages/azure_frontdoor/changelog.yml index 0b878ad5f77..76bc3064d90 100644 --- a/packages/azure_frontdoor/changelog.yml +++ b/packages/azure_frontdoor/changelog.yml @@ -2,7 +2,7 @@ changes: - description: Update package to ECS 8.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/{{ PULL_REQUEST_NUMBER }} + link: https://github.com/elastic/integrations/pull/6135 - version: "0.1.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/barracuda/changelog.yml b/packages/barracuda/changelog.yml index 6b7bc97a3f0..26e36a1fc3e 100644 --- a/packages/barracuda/changelog.yml +++ b/packages/barracuda/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.2.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/barracuda_cloudgen_firewall/changelog.yml b/packages/barracuda_cloudgen_firewall/changelog.yml index e1f9233691a..09616c888e6 100644 --- a/packages/barracuda_cloudgen_firewall/changelog.yml +++ b/packages/barracuda_cloudgen_firewall/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.1.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/bitdefender/changelog.yml b/packages/bitdefender/changelog.yml index ac0e0f883f2..1e829bae155 100644 --- a/packages/bitdefender/changelog.yml +++ b/packages/bitdefender/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "0.0.1" changes: - description: Initial draft of the package diff --git a/packages/bitwarden/changelog.yml b/packages/bitwarden/changelog.yml index 95c69dc7575..816a1993322 100644 --- a/packages/bitwarden/changelog.yml +++ b/packages/bitwarden/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "0.1.0" changes: - description: Initial release. diff --git a/packages/bluecoat/changelog.yml b/packages/bluecoat/changelog.yml index 45e70b71ba4..cae329bd78f 100644 --- a/packages/bluecoat/changelog.yml +++ b/packages/bluecoat/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "0.13.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/carbon_black_cloud/changelog.yml b/packages/carbon_black_cloud/changelog.yml index ba1703ba6b6..0a6cb494f2d 100644 --- a/packages/carbon_black_cloud/changelog.yml +++ b/packages/carbon_black_cloud/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.7.1" changes: - description: Cleanup fields based on Alert API doc diff --git a/packages/carbonblack_edr/changelog.yml b/packages/carbonblack_edr/changelog.yml index b23c5dd1284..87c96374127 100644 --- a/packages/carbonblack_edr/changelog.yml +++ b/packages/carbonblack_edr/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.8.0" changes: - description: Update package to ECS 8.7.0. diff --git a/packages/cef/changelog.yml b/packages/cef/changelog.yml index 6787b32e037..41d59138c0f 100644 --- a/packages/cef/changelog.yml +++ b/packages/cef/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: 2.8.0 changes: - description: Updating dashboards, adding TCP support and enabling ECS dynamic templates diff --git a/packages/cel/changelog.yml b/packages/cel/changelog.yml index 7f89372b0fe..707eaa1f892 100644 --- a/packages/cel/changelog.yml +++ b/packages/cel/changelog.yml @@ -2,7 +2,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "0.2.0" changes: - description: Change resource tracer filename diff --git a/packages/checkpoint/changelog.yml b/packages/checkpoint/changelog.yml index c2441c32ae6..08348d482b1 100644 --- a/packages/checkpoint/changelog.yml +++ b/packages/checkpoint/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Update package-spec version to 2.7.0. type: enhancement - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/6135 - version: "1.19.0" changes: - description: Update package to ECS 8.7.0. From 642f760083573ed6a790e635aed20da37c56d35e Mon Sep 17 00:00:00 2001 From: Taylor Swanson Date: Tue, 9 May 2023 15:37:26 -0500 Subject: [PATCH 3/5] Revert ECS git ref --- packages/akamai/_dev/build/build.yml | 2 +- packages/atlassian_bitbucket/_dev/build/build.yml | 2 +- packages/atlassian_confluence/_dev/build/build.yml | 2 +- packages/atlassian_jira/_dev/build/build.yml | 2 +- packages/auditd/_dev/build/build.yml | 2 +- packages/auditd_manager/_dev/build/build.yml | 2 +- packages/auth0/_dev/build/build.yml | 2 +- packages/azure_blob_storage/_dev/build/build.yml | 2 +- packages/azure_frontdoor/_dev/build/build.yml | 2 +- packages/barracuda/_dev/build/build.yml | 2 +- packages/barracuda_cloudgen_firewall/_dev/build/build.yml | 2 +- packages/bitdefender/_dev/build/build.yml | 2 +- packages/bitwarden/_dev/build/build.yml | 2 +- packages/bluecoat/_dev/build/build.yml | 2 +- packages/carbon_black_cloud/_dev/build/build.yml | 2 +- packages/carbonblack_edr/_dev/build/build.yml | 2 +- packages/cef/_dev/build/build.yml | 2 +- packages/cel/_dev/build/build.yml | 2 +- packages/checkpoint/_dev/build/build.yml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/akamai/_dev/build/build.yml b/packages/akamai/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/akamai/_dev/build/build.yml +++ b/packages/akamai/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/atlassian_bitbucket/_dev/build/build.yml b/packages/atlassian_bitbucket/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/atlassian_bitbucket/_dev/build/build.yml +++ b/packages/atlassian_bitbucket/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/atlassian_confluence/_dev/build/build.yml b/packages/atlassian_confluence/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/atlassian_confluence/_dev/build/build.yml +++ b/packages/atlassian_confluence/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/atlassian_jira/_dev/build/build.yml b/packages/atlassian_jira/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/atlassian_jira/_dev/build/build.yml +++ b/packages/atlassian_jira/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/auditd/_dev/build/build.yml b/packages/auditd/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/auditd/_dev/build/build.yml +++ b/packages/auditd/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/auditd_manager/_dev/build/build.yml b/packages/auditd_manager/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/auditd_manager/_dev/build/build.yml +++ b/packages/auditd_manager/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/auth0/_dev/build/build.yml b/packages/auth0/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/auth0/_dev/build/build.yml +++ b/packages/auth0/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/azure_blob_storage/_dev/build/build.yml b/packages/azure_blob_storage/_dev/build/build.yml index 883ced510cf..45fb1cc4269 100644 --- a/packages/azure_blob_storage/_dev/build/build.yml +++ b/packages/azure_blob_storage/_dev/build/build.yml @@ -1,4 +1,4 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 import_mappings: true diff --git a/packages/azure_frontdoor/_dev/build/build.yml b/packages/azure_frontdoor/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/azure_frontdoor/_dev/build/build.yml +++ b/packages/azure_frontdoor/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/barracuda/_dev/build/build.yml b/packages/barracuda/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/barracuda/_dev/build/build.yml +++ b/packages/barracuda/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/barracuda_cloudgen_firewall/_dev/build/build.yml b/packages/barracuda_cloudgen_firewall/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/barracuda_cloudgen_firewall/_dev/build/build.yml +++ b/packages/barracuda_cloudgen_firewall/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/bitdefender/_dev/build/build.yml b/packages/bitdefender/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/bitdefender/_dev/build/build.yml +++ b/packages/bitdefender/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/bitwarden/_dev/build/build.yml b/packages/bitwarden/_dev/build/build.yml index 883ced510cf..45fb1cc4269 100644 --- a/packages/bitwarden/_dev/build/build.yml +++ b/packages/bitwarden/_dev/build/build.yml @@ -1,4 +1,4 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 import_mappings: true diff --git a/packages/bluecoat/_dev/build/build.yml b/packages/bluecoat/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/bluecoat/_dev/build/build.yml +++ b/packages/bluecoat/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/carbon_black_cloud/_dev/build/build.yml b/packages/carbon_black_cloud/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/carbon_black_cloud/_dev/build/build.yml +++ b/packages/carbon_black_cloud/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/carbonblack_edr/_dev/build/build.yml b/packages/carbonblack_edr/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/carbonblack_edr/_dev/build/build.yml +++ b/packages/carbonblack_edr/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/cef/_dev/build/build.yml b/packages/cef/_dev/build/build.yml index 883ced510cf..45fb1cc4269 100644 --- a/packages/cef/_dev/build/build.yml +++ b/packages/cef/_dev/build/build.yml @@ -1,4 +1,4 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 import_mappings: true diff --git a/packages/cel/_dev/build/build.yml b/packages/cel/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/cel/_dev/build/build.yml +++ b/packages/cel/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 diff --git a/packages/checkpoint/_dev/build/build.yml b/packages/checkpoint/_dev/build/build.yml index e3c4cca65a3..9da3f46d46b 100644 --- a/packages/checkpoint/_dev/build/build.yml +++ b/packages/checkpoint/_dev/build/build.yml @@ -1,3 +1,3 @@ dependencies: ecs: - reference: git@v8.7.0 + reference: git@8.7 From 55c6b1a693de2d4673b001b4b0fefba7f8e71c6a Mon Sep 17 00:00:00 2001 From: Taylor Swanson Date: Tue, 9 May 2023 16:24:17 -0500 Subject: [PATCH 4/5] Regenerate sample events to fix tests --- .../akamai/data_stream/siem/sample_event.json | 20 ++-- .../data_stream/audit/sample_event.json | 80 +++++++++----- .../data_stream/audit/sample_event.json | 100 +++++++++++------- 3 files changed, 125 insertions(+), 75 deletions(-) diff --git a/packages/akamai/data_stream/siem/sample_event.json b/packages/akamai/data_stream/siem/sample_event.json index c37cdf653a5..4d58cb795bd 100644 --- a/packages/akamai/data_stream/siem/sample_event.json +++ b/packages/akamai/data_stream/siem/sample_event.json @@ -1,11 +1,11 @@ { "@timestamp": "2016-08-11T13:45:33.026Z", "agent": { - "ephemeral_id": "e19b5d16-c564-495d-b698-c62518e5bd2d", - "id": "8f529f3f-731a-445a-be12-a74c00235b26", + "ephemeral_id": "9bba2ff8-f15b-4c09-8ac9-60ee0045a851", + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", "name": "docker-fleet-agent", "type": "filebeat", - "version": "8.3.2" + "version": "8.8.0" }, "akamai": { "siem": { @@ -110,17 +110,19 @@ "version": "8.7.0" }, "elastic_agent": { - "id": "8f529f3f-731a-445a-be12-a74c00235b26", - "snapshot": false, - "version": "8.3.2" + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", + "snapshot": true, + "version": "8.8.0" }, "event": { "agent_id_status": "verified", - "category": "network", - "created": "2022-07-18T23:04:41.747Z", + "category": [ + "network" + ], + "created": "2023-05-09T21:06:11.267Z", "dataset": "akamai.siem", "id": "2ab418ac8515f33", - "ingested": "2022-07-18T23:04:42Z", + "ingested": "2023-05-09T21:06:12Z", "kind": "event", "original": "{\"attackData\":{\"clientIP\":\"89.160.20.156\",\"configId\":\"6724\",\"policyId\":\"scoe_5426\",\"ruleActions\":\"QUxFUlQ;REVOWQ==\",\"ruleData\":\"YWxlcnQo;Y3VybA==\",\"ruleMessages\":\"Q3Jvc3Mtc2l0ZSBTY3 JpcHRpbmcgKFhTUykgQXR0YWNr; UmVxdWVzdCBJbmRpY2F0ZXMgYW4 gYXV0b21hdGVkIHByb2 dyYW0gZXhwbG9yZWQgdGhlIHNpdGU=\",\"ruleSelectors\":\"QVJHUzph;UkVRVUVTVF9IRU FERVJTOlVzZXItQWdlbnQ=\",\"ruleTags\":\"V0VCX0FUVEFDSy9YU1M=;QV VUT01BVElPTi9NSVND\",\"ruleVersions\":\";\",\"rules\":\"OTUwMDA0;OTkwMDEx\"},\"botData\":{\"botScore\":\"100\",\"responseSegment\":\"3\"},\"clientData\":{\"appBundleId\":\"com.mydomain.myapp\",\"appVersion\":\"1.23\",\"sdkVersion\":\"4.7.1\",\"telemetryType\":\"2\"},\"format\":\"json\",\"geo\":{\"asn\":\"12271\",\"city\":\"NEWYORK\",\"continent\":\"NA\",\"country\":\"US\",\"regionCode\":\"NY\"},\"httpMessage\":{\"bytes\":\"34523\",\"host\":\"www.example.com\",\"method\":\"POST\",\"path\":\"/examples/1/\",\"port\":\"80\",\"protocol\":\"http/2\",\"query\":\"a%3D..%2F..%2F..%2Fetc%2Fpasswd\",\"requestHeaders\":\"User-Agent%3a%20BOT%2f0.1%20(BOT%20for%20JCE)%0d%0aAccept%3a%20text%2fhtml,application%2fxhtml+xml\",\"requestId\":\"2ab418ac8515f33\",\"responseHeaders\":\"Server%3a%20AkamaiGHost%0d%0aMime-Version%3a%201.0%0d%0aContent-Type%3a%20text%2fhtml\",\"start\":\"1470923133.026\",\"status\":\"301\",\"tls\":\"TLSv1.2\"},\"type\":\"akamai_siem\",\"userRiskData\":{\"allow\":\"0\",\"general\":\"duc_1h:10|duc_1d:30\",\"risk\":\"udfp:1325gdg4g4343g/M|unp:74256/H\",\"score\":\"75\",\"status\":\"0\",\"trust\":\"ugp:US\",\"uuid\":\"964d54b7-0821-413a-a4d6-8131770ec8d5\"},\"version\":\"1.0\"}", "start": "2016-08-11T13:45:33.026Z" diff --git a/packages/atlassian_confluence/data_stream/audit/sample_event.json b/packages/atlassian_confluence/data_stream/audit/sample_event.json index d5f4d3accc6..dfffde574b3 100644 --- a/packages/atlassian_confluence/data_stream/audit/sample_event.json +++ b/packages/atlassian_confluence/data_stream/audit/sample_event.json @@ -1,20 +1,15 @@ { - "@timestamp": "2021-11-23T00:41:45.280Z", + "@timestamp": "2021-11-22T23:44:13.873Z", "agent": { - "ephemeral_id": "a362a4c6-e4c0-441d-9bca-edd06245f232", - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", + "ephemeral_id": "3bcd4f83-81b7-45d2-b083-b19a7da7ad6f", + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", "name": "docker-fleet-agent", "type": "filebeat", - "version": "8.0.0-beta1" + "version": "8.8.0" }, "confluence": { "audit": { "extra_attributes": [ - { - "name": "ID Range", - "nameI18nKey": "atlassian.audit.event.attribute.id", - "value": "77 - 176" - }, { "name": "Query", "nameI18nKey": "atlassian.audit.event.attribute.query" @@ -22,20 +17,27 @@ { "name": "Results returned", "nameI18nKey": "atlassian.audit.event.attribute.results", - "value": "100" + "value": "57" + }, + { + "name": "ID Range", + "nameI18nKey": "atlassian.audit.event.attribute.id", + "value": "1 - 57" }, { "name": "Timestamp Range", "nameI18nKey": "atlassian.audit.event.attribute.timestamp", - "value": "2021-11-23T00:39:37.155Z - 2021-11-23T00:41:17.165Z" + "value": "2021-11-22T23:42:45.791Z - 2021-11-22T23:43:22.615Z" } ], "method": "Browser", "type": { "action": "Audit Log search performed", "actionI18nKey": "atlassian.audit.event.action.audit.search", + "area": "AUDIT_LOG", "category": "Auditing", - "categoryI18nKey": "atlassian.audit.event.category.audit" + "categoryI18nKey": "atlassian.audit.event.category.audit", + "level": "BASE" } } }, @@ -48,22 +50,51 @@ "version": "8.7.0" }, "elastic_agent": { - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", - "snapshot": false, - "version": "8.0.0-beta1" + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", + "snapshot": true, + "version": "8.8.0" }, "event": { "action": "atlassian.audit.event.action.audit.search", "agent_id_status": "verified", - "created": "2021-12-24T00:49:08.197Z", "dataset": "atlassian_confluence.audit", - "ingested": "2021-12-24T00:49:09Z", + "ingested": "2023-05-09T21:17:32Z", "kind": "event", - "original": "{\"affectedObjects\":[],\"author\":{\"avatarUri\":\"\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"name\":\"test user\",\"type\":\"user\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"77 - 176\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"100\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-23T00:39:37.155Z - 2021-11-23T00:41:17.165Z\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":\"2021-11-23T00:41:45.280Z\",\"type\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\"}}", - "type": "info" + "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"2c9580827d4a06e8017d4a07c3e10000\",\"name\":\"test.user\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"57\"},{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"1 - 57\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T23:42:45.791Z - 2021-11-22T23:43:22.615Z\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624653,\"nano\":873000000},\"version\":\"1.0\"}", + "type": [ + "info" + ] + }, + "host": { + "architecture": "x86_64", + "containerized": true, + "hostname": "docker-fleet-agent", + "id": "cff3d165179d4aef9596ddbb263e3adb", + "ip": [ + "172.23.0.7" + ], + "mac": [ + "02-42-AC-17-00-07" + ], + "name": "docker-fleet-agent", + "os": { + "codename": "focal", + "family": "debian", + "kernel": "5.10.47-linuxkit", + "name": "Ubuntu", + "platform": "ubuntu", + "type": "linux", + "version": "20.04.5 LTS (Focal Fossa)" + } }, "input": { - "type": "httpjson" + "type": "log" + }, + "log": { + "file": { + "path": "/tmp/service_logs/test-audit.log" + }, + "offset": 0 }, "related": { "hosts": [ @@ -71,9 +102,6 @@ ], "ip": [ "81.2.69.143" - ], - "user": [ - "admin" ] }, "service": { @@ -97,12 +125,10 @@ }, "tags": [ "preserve_original_event", - "forwarded", "confluence-audit" ], "user": { - "full_name": "test user", - "id": "2c9680837d4a3682017d4a375a280000", - "name": "admin" + "full_name": "test.user", + "id": "2c9580827d4a06e8017d4a07c3e10000" } } \ No newline at end of file diff --git a/packages/atlassian_jira/data_stream/audit/sample_event.json b/packages/atlassian_jira/data_stream/audit/sample_event.json index 91e7e6b1ee4..e62d718f824 100644 --- a/packages/atlassian_jira/data_stream/audit/sample_event.json +++ b/packages/atlassian_jira/data_stream/audit/sample_event.json @@ -1,11 +1,11 @@ { - "@timestamp": "2021-11-22T00:31:52.991Z", + "@timestamp": "2021-11-22T00:05:08.514Z", "agent": { - "ephemeral_id": "970494dc-6fd0-4e64-bd87-6d1fc7deba3f", - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", + "ephemeral_id": "4a05fc27-d72e-43ab-aa6e-e19105807ecd", + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", "name": "docker-fleet-agent", "type": "filebeat", - "version": "8.0.0-beta1" + "version": "8.8.0" }, "data_stream": { "dataset": "atlassian_jira.audit", @@ -16,55 +16,78 @@ "version": "8.7.0" }, "elastic_agent": { - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", - "snapshot": false, - "version": "8.0.0-beta1" + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", + "snapshot": true, + "version": "8.8.0" }, "event": { - "action": "atlassian.audit.event.action.audit.search", + "action": "jira.auditing.group.created", "agent_id_status": "verified", - "created": "2021-12-24T00:59:55.629Z", + "category": [ + "iam" + ], "dataset": "atlassian_jira.audit", - "ingested": "2021-12-24T00:59:56Z", + "ingested": "2023-05-09T21:23:48Z", "kind": "event", - "original": "{\"affectedObjects\":[],\"author\":{\"avatarUri\":\"\",\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"41 - 90\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"50\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T00:08:33.887Z - 2021-11-22T00:31:37.412Z\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":\"2021-11-22T00:31:52.991Z\",\"type\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\"}}", - "type": "info" + "original": "{\"affectedObjects\":[{\"name\":\"jira-software-users\",\"type\":\"GROUP\"}],\"auditType\":{\"action\":\"Group created\",\"actionI18nKey\":\"jira.auditing.group.created\",\"area\":\"USER_MANAGEMENT\",\"category\":\"group management\",\"categoryI18nKey\":\"jira.auditing.category.groupmanagement\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539508,\"nano\":514000000},\"version\":\"1.0\"}", + "type": [ + "group", + "creation" + ] + }, + "group": { + "name": "jira-software-users" + }, + "host": { + "architecture": "x86_64", + "containerized": true, + "hostname": "docker-fleet-agent", + "id": "cff3d165179d4aef9596ddbb263e3adb", + "ip": [ + "172.23.0.7" + ], + "mac": [ + "02-42-AC-17-00-07" + ], + "name": "docker-fleet-agent", + "os": { + "codename": "focal", + "family": "debian", + "kernel": "5.10.47-linuxkit", + "name": "Ubuntu", + "platform": "ubuntu", + "type": "linux", + "version": "20.04.5 LTS (Focal Fossa)" + } }, "input": { - "type": "httpjson" + "type": "log" }, "jira": { "audit": { - "extra_attributes": [ - { - "name": "ID Range", - "nameI18nKey": "atlassian.audit.event.attribute.id", - "value": "41 - 90" - }, + "affected_objects": [ { - "name": "Query", - "nameI18nKey": "atlassian.audit.event.attribute.query" - }, - { - "name": "Results returned", - "nameI18nKey": "atlassian.audit.event.attribute.results", - "value": "50" - }, - { - "name": "Timestamp Range", - "nameI18nKey": "atlassian.audit.event.attribute.timestamp", - "value": "2021-11-22T00:08:33.887Z - 2021-11-22T00:31:37.412Z" + "name": "jira-software-users", + "type": "GROUP" } ], "method": "Browser", "type": { - "action": "Audit Log search performed", - "actionI18nKey": "atlassian.audit.event.action.audit.search", - "category": "Auditing", - "categoryI18nKey": "atlassian.audit.event.category.audit" + "action": "Group created", + "actionI18nKey": "jira.auditing.group.created", + "area": "USER_MANAGEMENT", + "category": "group management", + "categoryI18nKey": "jira.auditing.category.groupmanagement", + "level": "BASE" } } }, + "log": { + "file": { + "path": "/tmp/service_logs/test-audit.log" + }, + "offset": 0 + }, "related": { "hosts": [ "jira.internal" @@ -73,7 +96,7 @@ "10.50.33.72" ], "user": [ - "test.user" + "Anonymous" ] }, "service": { @@ -85,11 +108,10 @@ }, "tags": [ "preserve_original_event", - "forwarded", "jira-audit" ], "user": { - "id": "10000", - "name": "test.user" + "id": "-2", + "name": "Anonymous" } } \ No newline at end of file From 4b2541e624fa3409a77c598eec24e6b6b9d1a730 Mon Sep 17 00:00:00 2001 From: Taylor Swanson Date: Tue, 9 May 2023 16:44:22 -0500 Subject: [PATCH 5/5] Regen readme --- packages/akamai/docs/README.md | 20 ++-- packages/atlassian_confluence/docs/README.md | 80 ++++++++++----- packages/atlassian_jira/docs/README.md | 100 +++++++++++-------- 3 files changed, 125 insertions(+), 75 deletions(-) diff --git a/packages/akamai/docs/README.md b/packages/akamai/docs/README.md index 220451a0807..63ca411b1dc 100644 --- a/packages/akamai/docs/README.md +++ b/packages/akamai/docs/README.md @@ -151,11 +151,11 @@ An example event for `siem` looks as following: { "@timestamp": "2016-08-11T13:45:33.026Z", "agent": { - "ephemeral_id": "e19b5d16-c564-495d-b698-c62518e5bd2d", - "id": "8f529f3f-731a-445a-be12-a74c00235b26", + "ephemeral_id": "9bba2ff8-f15b-4c09-8ac9-60ee0045a851", + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", "name": "docker-fleet-agent", "type": "filebeat", - "version": "8.3.2" + "version": "8.8.0" }, "akamai": { "siem": { @@ -260,17 +260,19 @@ An example event for `siem` looks as following: "version": "8.7.0" }, "elastic_agent": { - "id": "8f529f3f-731a-445a-be12-a74c00235b26", - "snapshot": false, - "version": "8.3.2" + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", + "snapshot": true, + "version": "8.8.0" }, "event": { "agent_id_status": "verified", - "category": "network", - "created": "2022-07-18T23:04:41.747Z", + "category": [ + "network" + ], + "created": "2023-05-09T21:06:11.267Z", "dataset": "akamai.siem", "id": "2ab418ac8515f33", - "ingested": "2022-07-18T23:04:42Z", + "ingested": "2023-05-09T21:06:12Z", "kind": "event", "original": "{\"attackData\":{\"clientIP\":\"89.160.20.156\",\"configId\":\"6724\",\"policyId\":\"scoe_5426\",\"ruleActions\":\"QUxFUlQ;REVOWQ==\",\"ruleData\":\"YWxlcnQo;Y3VybA==\",\"ruleMessages\":\"Q3Jvc3Mtc2l0ZSBTY3 JpcHRpbmcgKFhTUykgQXR0YWNr; UmVxdWVzdCBJbmRpY2F0ZXMgYW4 gYXV0b21hdGVkIHByb2 dyYW0gZXhwbG9yZWQgdGhlIHNpdGU=\",\"ruleSelectors\":\"QVJHUzph;UkVRVUVTVF9IRU FERVJTOlVzZXItQWdlbnQ=\",\"ruleTags\":\"V0VCX0FUVEFDSy9YU1M=;QV VUT01BVElPTi9NSVND\",\"ruleVersions\":\";\",\"rules\":\"OTUwMDA0;OTkwMDEx\"},\"botData\":{\"botScore\":\"100\",\"responseSegment\":\"3\"},\"clientData\":{\"appBundleId\":\"com.mydomain.myapp\",\"appVersion\":\"1.23\",\"sdkVersion\":\"4.7.1\",\"telemetryType\":\"2\"},\"format\":\"json\",\"geo\":{\"asn\":\"12271\",\"city\":\"NEWYORK\",\"continent\":\"NA\",\"country\":\"US\",\"regionCode\":\"NY\"},\"httpMessage\":{\"bytes\":\"34523\",\"host\":\"www.example.com\",\"method\":\"POST\",\"path\":\"/examples/1/\",\"port\":\"80\",\"protocol\":\"http/2\",\"query\":\"a%3D..%2F..%2F..%2Fetc%2Fpasswd\",\"requestHeaders\":\"User-Agent%3a%20BOT%2f0.1%20(BOT%20for%20JCE)%0d%0aAccept%3a%20text%2fhtml,application%2fxhtml+xml\",\"requestId\":\"2ab418ac8515f33\",\"responseHeaders\":\"Server%3a%20AkamaiGHost%0d%0aMime-Version%3a%201.0%0d%0aContent-Type%3a%20text%2fhtml\",\"start\":\"1470923133.026\",\"status\":\"301\",\"tls\":\"TLSv1.2\"},\"type\":\"akamai_siem\",\"userRiskData\":{\"allow\":\"0\",\"general\":\"duc_1h:10|duc_1d:30\",\"risk\":\"udfp:1325gdg4g4343g/M|unp:74256/H\",\"score\":\"75\",\"status\":\"0\",\"trust\":\"ugp:US\",\"uuid\":\"964d54b7-0821-413a-a4d6-8131770ec8d5\"},\"version\":\"1.0\"}", "start": "2016-08-11T13:45:33.026Z" diff --git a/packages/atlassian_confluence/docs/README.md b/packages/atlassian_confluence/docs/README.md index 1af65bda6a9..97a590c9b69 100644 --- a/packages/atlassian_confluence/docs/README.md +++ b/packages/atlassian_confluence/docs/README.md @@ -122,22 +122,17 @@ An example event for `audit` looks as following: ```json { - "@timestamp": "2021-11-23T00:41:45.280Z", + "@timestamp": "2021-11-22T23:44:13.873Z", "agent": { - "ephemeral_id": "a362a4c6-e4c0-441d-9bca-edd06245f232", - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", + "ephemeral_id": "3bcd4f83-81b7-45d2-b083-b19a7da7ad6f", + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", "name": "docker-fleet-agent", "type": "filebeat", - "version": "8.0.0-beta1" + "version": "8.8.0" }, "confluence": { "audit": { "extra_attributes": [ - { - "name": "ID Range", - "nameI18nKey": "atlassian.audit.event.attribute.id", - "value": "77 - 176" - }, { "name": "Query", "nameI18nKey": "atlassian.audit.event.attribute.query" @@ -145,20 +140,27 @@ An example event for `audit` looks as following: { "name": "Results returned", "nameI18nKey": "atlassian.audit.event.attribute.results", - "value": "100" + "value": "57" + }, + { + "name": "ID Range", + "nameI18nKey": "atlassian.audit.event.attribute.id", + "value": "1 - 57" }, { "name": "Timestamp Range", "nameI18nKey": "atlassian.audit.event.attribute.timestamp", - "value": "2021-11-23T00:39:37.155Z - 2021-11-23T00:41:17.165Z" + "value": "2021-11-22T23:42:45.791Z - 2021-11-22T23:43:22.615Z" } ], "method": "Browser", "type": { "action": "Audit Log search performed", "actionI18nKey": "atlassian.audit.event.action.audit.search", + "area": "AUDIT_LOG", "category": "Auditing", - "categoryI18nKey": "atlassian.audit.event.category.audit" + "categoryI18nKey": "atlassian.audit.event.category.audit", + "level": "BASE" } } }, @@ -171,22 +173,51 @@ An example event for `audit` looks as following: "version": "8.7.0" }, "elastic_agent": { - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", - "snapshot": false, - "version": "8.0.0-beta1" + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", + "snapshot": true, + "version": "8.8.0" }, "event": { "action": "atlassian.audit.event.action.audit.search", "agent_id_status": "verified", - "created": "2021-12-24T00:49:08.197Z", "dataset": "atlassian_confluence.audit", - "ingested": "2021-12-24T00:49:09Z", + "ingested": "2023-05-09T21:17:32Z", "kind": "event", - "original": "{\"affectedObjects\":[],\"author\":{\"avatarUri\":\"\",\"id\":\"2c9680837d4a3682017d4a375a280000\",\"name\":\"test user\",\"type\":\"user\",\"uri\":\"http://confluence.internal:8090/admin/users/viewuser.action?username=admin\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"77 - 176\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"100\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-23T00:39:37.155Z - 2021-11-23T00:41:17.165Z\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":\"2021-11-23T00:41:45.280Z\",\"type\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\"}}", - "type": "info" + "original": "{\"affectedObjects\":[],\"auditType\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"area\":\"AUDIT_LOG\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\",\"level\":\"BASE\"},\"author\":{\"id\":\"2c9580827d4a06e8017d4a07c3e10000\",\"name\":\"test.user\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"57\"},{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"1 - 57\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T23:42:45.791Z - 2021-11-22T23:43:22.615Z\"}],\"method\":\"Browser\",\"source\":\"81.2.69.143\",\"system\":\"http://confluence.internal:8090\",\"timestamp\":{\"epochSecond\":1637624653,\"nano\":873000000},\"version\":\"1.0\"}", + "type": [ + "info" + ] + }, + "host": { + "architecture": "x86_64", + "containerized": true, + "hostname": "docker-fleet-agent", + "id": "cff3d165179d4aef9596ddbb263e3adb", + "ip": [ + "172.23.0.7" + ], + "mac": [ + "02-42-AC-17-00-07" + ], + "name": "docker-fleet-agent", + "os": { + "codename": "focal", + "family": "debian", + "kernel": "5.10.47-linuxkit", + "name": "Ubuntu", + "platform": "ubuntu", + "type": "linux", + "version": "20.04.5 LTS (Focal Fossa)" + } }, "input": { - "type": "httpjson" + "type": "log" + }, + "log": { + "file": { + "path": "/tmp/service_logs/test-audit.log" + }, + "offset": 0 }, "related": { "hosts": [ @@ -194,9 +225,6 @@ An example event for `audit` looks as following: ], "ip": [ "81.2.69.143" - ], - "user": [ - "admin" ] }, "service": { @@ -220,13 +248,11 @@ An example event for `audit` looks as following: }, "tags": [ "preserve_original_event", - "forwarded", "confluence-audit" ], "user": { - "full_name": "test user", - "id": "2c9680837d4a3682017d4a375a280000", - "name": "admin" + "full_name": "test.user", + "id": "2c9580827d4a06e8017d4a07c3e10000" } } ``` \ No newline at end of file diff --git a/packages/atlassian_jira/docs/README.md b/packages/atlassian_jira/docs/README.md index 426d1fcc745..07a3ef5cf92 100644 --- a/packages/atlassian_jira/docs/README.md +++ b/packages/atlassian_jira/docs/README.md @@ -121,13 +121,13 @@ An example event for `audit` looks as following: ```json { - "@timestamp": "2021-11-22T00:31:52.991Z", + "@timestamp": "2021-11-22T00:05:08.514Z", "agent": { - "ephemeral_id": "970494dc-6fd0-4e64-bd87-6d1fc7deba3f", - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", + "ephemeral_id": "4a05fc27-d72e-43ab-aa6e-e19105807ecd", + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", "name": "docker-fleet-agent", "type": "filebeat", - "version": "8.0.0-beta1" + "version": "8.8.0" }, "data_stream": { "dataset": "atlassian_jira.audit", @@ -138,55 +138,78 @@ An example event for `audit` looks as following: "version": "8.7.0" }, "elastic_agent": { - "id": "82d0dfd8-3946-4ac0-a092-a9146a71e3f7", - "snapshot": false, - "version": "8.0.0-beta1" + "id": "cdda426a-7e47-48c4-b2f5-b9f1ad5bf08a", + "snapshot": true, + "version": "8.8.0" }, "event": { - "action": "atlassian.audit.event.action.audit.search", + "action": "jira.auditing.group.created", "agent_id_status": "verified", - "created": "2021-12-24T00:59:55.629Z", + "category": [ + "iam" + ], "dataset": "atlassian_jira.audit", - "ingested": "2021-12-24T00:59:56Z", + "ingested": "2023-05-09T21:23:48Z", "kind": "event", - "original": "{\"affectedObjects\":[],\"author\":{\"avatarUri\":\"\",\"id\":\"10000\",\"name\":\"test.user\",\"type\":\"ApplicationUser\",\"uri\":\"http://jira.internal:8088/secure/ViewProfile.jspa?name=test.user\"},\"changedValues\":[],\"extraAttributes\":[{\"name\":\"ID Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.id\",\"value\":\"41 - 90\"},{\"name\":\"Query\",\"nameI18nKey\":\"atlassian.audit.event.attribute.query\",\"value\":\"\"},{\"name\":\"Results returned\",\"nameI18nKey\":\"atlassian.audit.event.attribute.results\",\"value\":\"50\"},{\"name\":\"Timestamp Range\",\"nameI18nKey\":\"atlassian.audit.event.attribute.timestamp\",\"value\":\"2021-11-22T00:08:33.887Z - 2021-11-22T00:31:37.412Z\"}],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":\"2021-11-22T00:31:52.991Z\",\"type\":{\"action\":\"Audit Log search performed\",\"actionI18nKey\":\"atlassian.audit.event.action.audit.search\",\"category\":\"Auditing\",\"categoryI18nKey\":\"atlassian.audit.event.category.audit\"}}", - "type": "info" + "original": "{\"affectedObjects\":[{\"name\":\"jira-software-users\",\"type\":\"GROUP\"}],\"auditType\":{\"action\":\"Group created\",\"actionI18nKey\":\"jira.auditing.group.created\",\"area\":\"USER_MANAGEMENT\",\"category\":\"group management\",\"categoryI18nKey\":\"jira.auditing.category.groupmanagement\",\"level\":\"BASE\"},\"author\":{\"id\":\"-2\",\"name\":\"Anonymous\",\"type\":\"user\"},\"changedValues\":[],\"extraAttributes\":[],\"method\":\"Browser\",\"source\":\"10.50.33.72\",\"system\":\"http://jira.internal:8088\",\"timestamp\":{\"epochSecond\":1637539508,\"nano\":514000000},\"version\":\"1.0\"}", + "type": [ + "group", + "creation" + ] + }, + "group": { + "name": "jira-software-users" + }, + "host": { + "architecture": "x86_64", + "containerized": true, + "hostname": "docker-fleet-agent", + "id": "cff3d165179d4aef9596ddbb263e3adb", + "ip": [ + "172.23.0.7" + ], + "mac": [ + "02-42-AC-17-00-07" + ], + "name": "docker-fleet-agent", + "os": { + "codename": "focal", + "family": "debian", + "kernel": "5.10.47-linuxkit", + "name": "Ubuntu", + "platform": "ubuntu", + "type": "linux", + "version": "20.04.5 LTS (Focal Fossa)" + } }, "input": { - "type": "httpjson" + "type": "log" }, "jira": { "audit": { - "extra_attributes": [ - { - "name": "ID Range", - "nameI18nKey": "atlassian.audit.event.attribute.id", - "value": "41 - 90" - }, + "affected_objects": [ { - "name": "Query", - "nameI18nKey": "atlassian.audit.event.attribute.query" - }, - { - "name": "Results returned", - "nameI18nKey": "atlassian.audit.event.attribute.results", - "value": "50" - }, - { - "name": "Timestamp Range", - "nameI18nKey": "atlassian.audit.event.attribute.timestamp", - "value": "2021-11-22T00:08:33.887Z - 2021-11-22T00:31:37.412Z" + "name": "jira-software-users", + "type": "GROUP" } ], "method": "Browser", "type": { - "action": "Audit Log search performed", - "actionI18nKey": "atlassian.audit.event.action.audit.search", - "category": "Auditing", - "categoryI18nKey": "atlassian.audit.event.category.audit" + "action": "Group created", + "actionI18nKey": "jira.auditing.group.created", + "area": "USER_MANAGEMENT", + "category": "group management", + "categoryI18nKey": "jira.auditing.category.groupmanagement", + "level": "BASE" } } }, + "log": { + "file": { + "path": "/tmp/service_logs/test-audit.log" + }, + "offset": 0 + }, "related": { "hosts": [ "jira.internal" @@ -195,7 +218,7 @@ An example event for `audit` looks as following: "10.50.33.72" ], "user": [ - "test.user" + "Anonymous" ] }, "service": { @@ -207,12 +230,11 @@ An example event for `audit` looks as following: }, "tags": [ "preserve_original_event", - "forwarded", "jira-audit" ], "user": { - "id": "10000", - "name": "test.user" + "id": "-2", + "name": "Anonymous" } } ```