Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
From version 80.1
edited by Erik Bakker
on 2023/02/09 08:53
on 2023/02/09 08:53
Change comment:
There is no comment for this version
To version 489.1
edited by CarlijnKokkeler
on 2024/04/24 09:20
on 2024/04/24 09:20
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -19 1-Fifty Fifty1 +219 - Creation Carousel - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.CarlijnKokkeler - Content
-
... ... @@ -1,150 +1,75 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** In thelast coupleofweekswehadourquarterly"hackathon" inwhichwe fixedaseriesofannoyingbugs and introducedmanysmallimprovements.On topofthatwealsofinishedseveraladditionalfeaturesforour3rdgenerationruntime that willmakeyourlife whilerunningonthe3rdgenerationruntimeeasierandbetter manageable.Amongthe additionalfeatureswe havethedynamicalerting andthedebuggerfunctionality.6 +**Hi there, eMagiz developers!** This release, we have a new version of our eMagiz Mendix connector available, that will support Mendix version 10 and higher. Furthermore, we have improved our functionality to enable users to seamlessly import OpenAPI specifications with URL paths of up to 300 characters in length. Lastly, we have done many bug fixes, one of which will ensure that SFTP sessions will be closed again after completion. For this fix, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been published. 6 6 7 -== ** DynamicAlerts**~*~*==8 +== **Feedback Items** == 8 8 9 -{{warning}}Note that depending on the alert this functionality will only work when your JMS server is running on the 3rd generation runtime{{/warning}} 10 +//__eMagiz Mendix connector__// 11 +We released a new version of our eMagiz Mendix connector that will support Mendix version 10 and higher. 10 10 11 -To enhance the observability of your integration landscape while running in the 3rd generation runtime architecture, we have added a new feature to our Manage phase called "Dynamic Alerts." You can access this functionality via the "Alerting" menu in Manage. Then, with the help of the "Trigger" overview, you can view all triggers on your environment. On the top of the list you will see all "static" alerts as defined by eMagiz. Below that you will see all "dynamic" alerts that you and your fellow teammembers (with sufficient rights) can view, edit and delete. 13 +//__External machine agents__// 14 +We have added functionality that allows the user to (auto-) update their external (on-premise) machine agents on the current generation architecture from the portal. With future releases of environment templates, your on-premise agents may also be updated. 12 12 13 -We offer alerting on five types. 16 +//__Improved OpenAPI import__// 17 +The path length that eMagiz supports when importing OpenAPI specifications is now increased to a maximum of 300 characters. 14 14 15 -* Error message 16 -* Log message 17 -* Queue consumers 18 -* Messages in queue 19 -* Queue throughput 19 +//__Flow test stack trace__// 20 +If a flow test creates a log line with level ‘Warning’ or ‘Error’ and there is a stack trace created, then we show the stack trace inside the log message on a separate tab. 20 20 21 -[[image:Main.Images.Release Blog.WebHome@ 191-release-blog--dynamic-alert-trigger-options.png]]22 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-stack-trace.png]] 22 22 23 - These fiveoptionsgiveyouthe optiontoconfiguremoreorless the sameasyou arecurrentlyusedtowhenconfiguring triggers.Onceyoumakeachoiceforatypeyoucanpress the "Next"button to fillinthedetails ofthetrigger.Oneexampleofhow this can lookisshownbelow.24 +{{info}}With the release of Spring 6 in our previous release, some users reported that their filters have begun logging warnings about discarding messages even though the filter is configured to not throw an exception on rejection. For flows that process high numbers of messages (and potentially discard a lot of messages as well) this can significantly disturb the overview of the logs in the manage phase. 24 24 25 - [[image:Main.Images.ReleaseBlog.WebHome@191-release-blog--dynamic-alert-trigger-input.png]]26 +To mitigate this, you can change the filter that throws the warning so it specifically refers to a discard channel. Given the chosen configuration, we advice to use the nullChannel option. This will silently drop the message without registering a warning in the log. In case you find the warning in the log a nice addition, we suggest to add an explicit discard channel leading to a logging outbound channel adapter. This log component can then be configured to throw a warning. 26 26 27 - Oncethe trigger tab isfilledinyoucannavigate tothe"Output"tabto selecttherecipientsforthetriggeryouareconfiguring.On topofthatyoucan reducethenumberofmessage atwhichcongestioncontrolisenablediftenistoo highfor you.28 +In the next release, we will aid you by adding a validation check that will force you to select a discard channel when it is currently not selected once you edit the flow to create a new version. More on this in the next release blog. {{/info}} 28 28 29 -[[image:Main.Images.Release Blog.WebHome@191-release-blog--dynamic-alert-trigger-output.png]] 30 +== **Bug Fixes** == 31 +//__Error handling__// 32 +When migrating to the current generation architecture, the default error handling will now also be migrated correctly, so that no manual changes have to be done for this. 30 30 31 -== **Debugger ** ~*~* ~* == 34 +//__Volume mapping passwords__// 35 +Passwords for network volumes are now securely hidden in the runtime’s machine after deploying a new release. 32 32 33 -{{warning}}Note that this functionality only works when the following criteria are met. 34 -* Your JMS server is running on the 3rd generation runtime 35 -* The store item called "3rd generation debugger" is imported in the infra flow of each runtime for which you want the ability to debug 36 -* A new release is created that includes the flow changes and this release is deployed to the environment(s){{/warning}} 37 +//__Create integration removal__// 38 +When removing an integration from Create, the Create phase is now correctly updated. 37 37 38 -As with our current offering, we now offer a functionality with which you can debug channels and see them via the eMagiz portal. As stated above to get to this point you need to execute several steps to get your model ready to be "debugged". Once you have done this you can activate the "debug" mode, via Deploy -> Containers for **one** specific flow **per** runtime that is of particular interest to you. Once you have done this you will see a pop-up telling you whether the "debug" mode was indeed activated or not. 40 +//__Legacy statistics__// 41 +Legacy pages are now correctly hidden when running on the current runtime architecture. 39 39 40 -[[image:Main.Images.Release Blog.WebHome@191-release-blog--debugger-action-success.png]] 43 +//__Unused properties__// 44 +Users should not be able to edit or delete eMagiz properties, and so these eMagiz properties will now not be shown in the 'Unused property overview' anymore. 41 41 42 -[[image:Main.Images.Release Blog.WebHome@191-release-blog--debugger-action-failure.png]] 46 +//__Enumeration values__// 47 +Users are now able to add and edit enumeration values while editing event processor flows in the Create phase. 43 43 44 - Assumingit was activated correctly you can navigateto Manage-> Explore-> Queuebrowserand select theemagiz.debug queuetosee the messages coming through.49 +[[image:Main.Images.Release Blog.WebHome@release-219-creation-carousel-event-processor.png]] 45 45 46 -[[image:Main.Images.Release Blog.WebHome@191-release-blog--debugger-output-queue-browser.png]] 51 +//__SFTP sessions__// 52 +SFTP session factories did not close their connection after it was complete. This could cause connection starvation on the SFTP server, and was especially noticable when using the SFTP Session Factory without caching, as that factory opens a new connection for every call. For this, a new [[runtime image>>doc:Main.Release Information.Runtime Images.V304.WebHome||target="blank"]] has been released. 47 47 48 -{{info}}Note the following limitations when working with the debugger. 49 - * Your entire model needs to be migrated to the 3rd generation runtime 50 - * Only **one** flow **per** runtime can be debugged **per** environment 51 - * There is only **one** overview in which **all** debugged messages are shown 52 - * Message payload in excess of 100KB are not shown in the queue browser as they constitute a "large message" 53 - * The debug functionality works for a period of five minutes in which you can use the refresh button to see new messages coming in. 54 - ** After five minutes the debug functionality will be shutdown automatically under water. 55 - ** To see new messages after the five minutes you will have to access the debug functionality again from scratch.{{/info}} 56 - 57 -== **Volume mapping - Network Share** == 58 - 59 -This release will introduce an additional functionality within our [[volume mapping>>doc:Main.eMagiz Academy.Microlearnings.Novice.File based connectivity.novice-file-based-connectivity-volume-mapping-on-premise||target="blank"]] offering. With this additional configuration option you can configure a network share and configure it to create a mapping between a network share and a docker volume. 60 - 61 -[[image:Main.Images.Release Blog.WebHome@191-release-blog--volume-mapping-network-share-overview.png]] 62 - 63 -[[image:Main.Images.Release Blog.WebHome@191-release-blog--volume-mapping-network-share-detail.png]] 64 - 65 -== **Feedback items ** == 66 - 67 -We have also solved other feedback items besides the flow designer's critical updates. 68 - 69 -//__Show status on machine level under Deploy Architecture__// 70 -With this release we are now able to show the status of the machine when opening the "Details" overview on machine level in Deploy -> Architecture. 71 - 72 -//__Improved validation feedback on non-supported WSS4J interceptor __// 73 -We have improved the validation feedback when someone tries to implement a specific WSS4J interceptor implementation. 74 - 75 -//__Improve help text in flow testing on Java classes__// 76 -We have improved the helptext when you are adding headers to your test message. In this helptext we explain the top five Java classes and how to note them down to make it work in the flow testing functionality and in eMagiz in general. 77 - 78 -//__Improved readibility of notification when trying to delete a runtime__// 79 -When you have forgotten one or more steps when deleting a runtime you will be notified by the system on this. With this release we have improved the readibility of the notification. 80 - 81 -//__Improved sorting of missing properties overview__// 82 -We have improved the sorting on the missing properties overview you will encounter when activating the "check properties" option. 83 - 84 -//__Improved notification when error message cannot be found__// 85 -We have improved the notification when an error message cannot be found from the message redelivery overview in our 3rd generation runtime. 86 - 87 -//__Additional lifecycle management overview__// 88 -We have added an additional lifecycle management overview to the portal in which users with enough permissions can get an overview of the lifecycle "state" of all customer models. 89 - 90 -//__Improved feedback when memory settings are negative__// 91 -We have added an additional check that validates whether memory settings on a specific container are of a negative value. In these cases you will be blocked from applying the changes to the environment as this won't lead to a working solution. 92 - 93 -//__Auto upgrade for a cloud template default to "ON"__// 94 -For each new cloud slot we will toggle the "automtatic cloud template update" to "Yes". 95 - 96 -//__Removed an irrelevant refresh button on a flow designer component__// 97 -We have removed an irrelevant refresh button on the standard filter component. 98 - 99 -//__Notification list shows all notifications on default__// 100 -When navigating to the Notification overview in Manage under Alerting you will now see all notifications instead of a filtered list on a specific state. 101 - 102 -== **Bug fixes ** == 103 - 104 -//__Keep selection when copying properties__// 105 -We have fixed the bug that prevented you from easily copying properties from one runtime to another based on the runtime list. 106 - 107 -//__Check on security header improved for API Gateway__// 108 -We improved the check in the API Gateway through which we validate whether an API caller is authenticated when using the API Key method to secure the API Gateway. 109 - 110 -//__Don't show systems with only "external" flows in Design__// 111 -We fixed a bug that caused systems to appear in Design in cases where there should be none. 112 - 113 -//__Fix styling of mendix login in some occurences__// 114 -When navigating to a specific URL the default Mendix login page would be shown. With this release we have fixed this behavior. 115 - 116 -//__Change timing of wake-up of cloud slots on Friday__// 117 -To prevent timing issues of waking up cloud slots on the Friday of our deployment we have changed the timing of when the cloud slots are woken up on Friday. 118 - 119 -//__Fixed a typo in the Topic statistics overview__// 120 -We fixed a typo in the topic statistics overview. 121 - 122 -//__Fixed a typo in the HTTP statistics overview__// 123 -We fixed a typo in the HTTP statistics overview. 124 - 125 -//__Activatation of release history when executing a deployment__// 126 -We ensured that the release history is activated when executing a deployment. 127 - 128 128 == **Fancy Forum Answers** == 129 129 130 130 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 131 131 132 -* [[C haracterstransformedto�when retrievingfrom DataSink>>https://my.emagiz.com/p/question/172825635703287019||target="blank"]]133 -* [[ Can ItestmyAPI Gatewaylocally?>>https://my.emagiz.com/p/question/172825635703236592||target="blank"]]134 -* [[De ploystopswhen updatingconnector-infra>>https://my.emagiz.com/p/question/172825635703299903||target="blank"]]58 +* [[Create an overview of DataFlows without any datatraffic>>https://my.emagiz.com/p/question/172825635703811872||target="blank"]] 59 +* [[Flowtest does not work>>https://my.emagiz.com/p/question/172825635703811773||target="blank"]] 60 +* [[Debugger blocks all other traffic>>https://my.emagiz.com/p/question/172825635703812013||target="blank"]] 135 135 136 -== **Key takeaways** ==62 +== **Key Takeaways** == 137 137 138 -Thanks to all thathelped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you:64 +Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 139 139 140 140 * If you have questions surrounding our Program Increment Planning, please get in touch with [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 141 141 * If you have feedback or ideas for us, talk to the Platypus 142 -* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 68 +* Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 143 143 * Clear your browser cache (Ctrl + Shift + Del) 144 -* Check out the release notes [here] 70 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.219 - Creation Carousel.WebHome||target="blank"]] 145 145 * Start thinking about how the license tracker can aid your development 146 146 * Start thinking about major, minor, and patch 147 -* Upgrade to the latest build number 148 148 * Keep making great integrations 149 149 150 150 Let's stay in touch and till next time! ... ... @@ -152,6 +152,11 @@ 152 152 {{info}} 153 153 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 154 154 155 -~*~* Indicates a GEN3-only feature. 156 -{{/info}})))((({{toc/}}))){{/container}} 80 +{{/info}} 81 +))) 82 + 83 +((( 84 +{{toc/}} 85 +))) 157 157 {{/container}} 87 +{{/container}}