US8457928B2 - Automatic determination of dynamic threshold for accurate detection of abnormalities - Google Patents
Automatic determination of dynamic threshold for accurate detection of abnormalities Download PDFInfo
- Publication number
- US8457928B2 US8457928B2 US12/847,391 US84739110A US8457928B2 US 8457928 B2 US8457928 B2 US 8457928B2 US 84739110 A US84739110 A US 84739110A US 8457928 B2 US8457928 B2 US 8457928B2
- Authority
- US
- United States
- Prior art keywords
- baseline
- pattern
- metric
- matching
- patterns
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
- 230000005856 abnormality Effects 0.000 title claims description 15
- 238000001514 detection method Methods 0.000 title claims description 10
- 238000000034 method Methods 0.000 claims abstract description 44
- 239000002131 composite material Substances 0.000 claims abstract description 15
- 238000004458 analytical method Methods 0.000 claims description 12
- 238000012544 monitoring process Methods 0.000 claims description 11
- 238000010219 correlation analysis Methods 0.000 claims description 7
- 230000007423 decrease Effects 0.000 claims description 5
- 238000005516 engineering process Methods 0.000 claims description 5
- 230000005923 long-lasting effect Effects 0.000 claims description 2
- 230000008569 process Effects 0.000 abstract description 2
- 238000007726 management method Methods 0.000 description 25
- 230000006399 behavior Effects 0.000 description 5
- 238000004891 communication Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 238000011161 development Methods 0.000 description 3
- 230000007246 mechanism Effects 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000003442 weekly effect Effects 0.000 description 2
- 206010000117 Abnormal behaviour Diseases 0.000 description 1
- 230000002159 abnormal effect Effects 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000036541 health Effects 0.000 description 1
- 238000002955 isolation Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/81—Threshold
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/86—Event-based monitoring
Definitions
- This disclosure relates generally to the field of computer systems. More particularly, but not by way of limitation, it relates to a technique for improving performance monitoring systems.
- BMC ProactiveNet® helps in this endeavor by using many components, one of the most significant of which are the abnormality events, which are the objects that denote when the monitored metrics go outside their normal ranges of behavior.
- BMC ProactiveNet is a registered trademark of the BMC Software, Inc.
- rules or thresholds
- the rules utilize specific data patterns (or baselines or dynamic thresholds) to specify normal operating ranges for corresponding metrics and these rules need to be managed by people.
- the threshold management task quickly becomes prohibitively more expensive and impractical, since it requires a person with expert domain knowledge to decide what type of dynamic thresholds to use in order for the thresholds to generate the most accurate abnormality events. Because the task is so overwhelming, the users typically avoid it completely and leave all settings as they were “out-of-the-box.”
- Various embodiments provide a mechanism to automatically determine dynamic thresholds of a monitored metric for accurate detection of abnormalities.
- a method to automatically determine dynamic threshold for a monitored metric.
- the method comprises receiving metric data; identifying a set of predetermined baseline patterns of the metric; determining whether the metric data follows one of the baseline patterns and, if a matching pattern is found, performing a series of sanity checks against the baseline of that pattern; and using the baseline of the matching pattern as the dynamic threshold if it passes the sanity checks. If the metric data does not follow any pattern, a composite of baselines may be selected as the dynamic threshold.
- a performance management system comprises a processor; an operator display, coupled to the processor; a storage subsystem, coupled to the processor; and software, stored in the storage subsystem, comprising instructions that when executed by the processor cause the processor to perform the method described above.
- a non-transitory computer readable medium has instructions for a programmable control device stored thereon wherein the instructions cause the programmable control device to perform the method described above.
- a networked computer system comprises a plurality of computers communicatively coupled, at least one of the plurality of computers programmed to perform at least a portion of the method described above wherein the entire method described above is performed collectively by the plurality of computers.
- FIG. 1 illustrates, in block diagram form, an example IT infrastructure monitored using a technique for automatically determining dynamic threshold for accurate detection of abnormalities.
- FIG. 2 illustrates, in graph form, exemplary baseline patterns for a performance monitoring metric.
- FIG. 3 illustrates, in graph form, an exemplary determination of dynamic threshold according to one embodiment.
- FIGS. 4A and 4B illustrate, in graph form, exemplary performance data that would match a certain pattern.
- FIG. 5 illustrates, in graph form, another exemplary determination of dynamic threshold according to one embodiment.
- FIG. 6 illustrates, in flowchart form, a technique for automatically determining a dynamic threshold according to one embodiment.
- FIG. 7 illustrates, in block diagram form, an example computer system used for performing a technique for automatically determining dynamic threshold according to one embodiment.
- a performance management system retrieves metric data and matches that data against a set of predetermined baseline patterns. If a matching pattern is found, the performance management system may retrieve the baseline for that pattern, and perform a set of sanity checks on the selected baseline. If the selected baseline passes the sanity checks, the performance management system may use the baseline to dynamically adjust an event threshold. However, if no matching pattern is detected, the performance management system may use a composite of baselines as the new dynamic threshold.
- FIG. 1 is a block diagram illustrating example IT system 100 that employs performance monitoring in accordance with techniques described herein.
- An application executing in computer 110 may collect and monitor performance data from a number of IT system elements, including mainframe 140 and application 145 running thereon, data storage system 150 such as a storage area network, server 160 and application 165 running thereon, workstation 170 and application 175 running thereon, and router 180 .
- system 100 uses network 190 for communication of monitoring data to monitoring computer 110 .
- some or all of the monitored devices may be directly connected to monitoring computer 110 .
- These system elements are illustrative and by way of example only, and other system elements may be monitored. For example, instead of being standalone elements as illustrated in FIG.
- network 190 is represented as a single entity it may, in fact, comprise a number of different networks.
- operator 130 uses workstation 120 for viewing displays generated by monitoring computer 110 , and for providing functionality for operator 130 to take corrective actions when an alarm is triggered. In some embodiments, operator 130 may use computer 110 , instead of separate workstation 120 .
- a baseline is generally defined as the range of normal behavior for a system or application metric with a lower bound and an upper bound.
- Illustrative system and application metrics include, but are not limited to, CPU utilization, memory free (MB), etc.
- the lower and upper bounds of a baseline are defined as the 5% and 95% percentile lines based on the metric's operating range for a specified time period (e.g., one day, one week or one month).
- FIG. 2 is an example baseline for one instance of a processing unit or CPU utilization metric.
- a metric's current behavior is generally considered abnormal if it is outside the range defined by the baseline's upper and lower bounds.
- a performance management system automatically establishes a baseline for every metric it collects. As metric data comes into the system (i.e., is collected by the system), the performance management system analyzes, performs computations and groups them into different time-based categories of data patterns. Baselines are established for each of the categories of data patterns. Illustrative categories of baseline patterns include, but are not limited to: 1 min pattern, 30 min pattern, hourly pattern, daily pattern, and weekly pattern, etc. More categories of baseline patterns may be added as needed. FIG. 3 illustrates two exemplary baselines patterns: hourly pattern and daily pattern.
- baseline patterns are used in defining the thresholds of the monitored metrics.
- a performance management system receives metric data, it analyzes the data against each of the baseline patterns to perform pattern matching analysis to find a matching pattern.
- pattern matching analysis may be conducted in many ways.
- One embodiment performs the pattern matching analysis for each attribute (e.g., correlation analysis).
- a correlation coefficient is computed for each attribute. If a correlation coefficient for each attribute is greater than a pre-specified threshold, the selected pattern is regarded as a matching pattern.
- the pre-specified threshold of the correlation coefficient varies depending on the needs of the pattern matching, and may be configured by an administrator. In one embodiment, the pre-specified threshold for correlation coefficient may be 0.6.
- One illustrative technique is the Pearson Product technique.
- FIG. 4A illustrates exemplary performance data that would match an hour-of-day pattern. Note that the performance data for individual days are very similar. FIG. 4B is another example that shows the day-of-week pattern is the most likely match. Note that the data behavior is different on Tuesdays and Thursdays.
- sanity checks include, but are not limited to:
- the performance management performs sanity checks by comparing data at different intervals based on the matching baseline pattern. For example, if after the pattern matching analysis, the performance management system finds the metric data matches the hourly baseline pattern, the performance management system may perform sanity checks by comparing data from hour #1 with data from hour #2, and comparing data from hour #2 with data from hour #3, and so on, to determine whether the data follows “slow, steady increase pattern” or “slow, steady decrease pattern.” Alternatively, the performance management system may compute a slope of the data collected at different intervals to determine whether the data follows “slow, steady increase pattern” or “slow, steady decrease pattern.”
- the performance management system can use a composite of the baselines as the dynamic threshold of the metric.
- the composite of the baselines denotes an operating range for a metric.
- the composite of the baselines is defined as [max(HBL, DBL, WBL, current Threshold), min(HBL, DBL, WBL, current Threshold)], where HBL, DBL and WBL are hourly, daily and weekly baselines respectively.
- the composite of baselines takes the maximum of the given threshold and available baselines as the upper bound, and the minimum of the given threshold and available baselines as the lower bound.
- FIG. 5 shows a metric that does not follow any pattern. As shown in the graph, the different baseline patterns tend to fail to capture the abnormal behavior.
- a dynamic threshold is created based on a composite of all baseline patterns. With respect to the new dynamic threshold, most of the data spikes do not result in abnormality events and those that do might be significant enough to acknowledge and address.
- the performance management system can periodically initiate process 600 to examine the performance data for one or more metrics and to make the determination which baseline pattern is best to use as dynamic thresholds for individual metrics.
- the performance management system receives the metric data, step 605 .
- the performance management system identifies a set of time-based baseline patterns. Each of the baseline patterns has a predetermined baseline.
- the performance management system selects a first baseline pattern for pattern matching analysis.
- the computation of a correlation coefficient and correlation analysis are performed at step 615 .
- One of ordinary skill in the art will recognize that there are many known pattern matching techniques. The use of correlation analysis herein is only by way of example. If an attribute's correlation coefficient is greater than the pre-specified threshold, a matching pattern has been found, decision 620 .
- the baseline value of the matching pattern is selected as the potential new dynamic threshold at step 625 .
- a series of sanity checks may then be performed against the newly selected baseline, step 630 . Should the selected baseline pass the sanity checks, the performance management system uses the baseline as the new dynamic threshold, step 635 .
- the performance management system checks whether there are any more baseline patterns to be analyzed, decision 640 . If there are more baseline patterns to match against, decision 640 no prong, the next baseline pattern is selected for matching analysis, step 645 . The pattern matching steps described above may then be repeated for the newly selected pattern. If an analysis has been conducted on all baseline patterns without having identified a match, decision 640 yes prong, the performance management system can select a composite of the baselines, step 650 , and uses the composite of the baselines as the new dynamic threshold, step 635 .
- Example computer 700 for use in automatically determining dynamic thresholds is illustrated in block diagram form.
- Example computer 700 comprises system unit 710 which may be optionally connected to an input device or system 760 (e.g., keyboard, mouse, touch screen, etc.) and display 770 .
- Program storage device (PSD) 780 is included with system unit 710 .
- network interface 740 for communication via a network with other computing and corporate infrastructure devices (not shown).
- Network interface 740 may be included within system unit 710 or be external to system unit 710 . In either case, system unit 710 may be communicatively coupled to network interface 740 .
- Program storage device 780 represents any form of non-volatile storage including, but not limited to, all forms of optical and magnetic storage, including solid-state storage elements and removable media. Program storage device 780 may be used for storage of software to control system unit 710 or for data for use by the computer 700 , or both.
- Memory 730 may include one or more memory modules and comprise random access memory (RAM), read only memory (ROM), programmable read only memory (PROM), programmable read-write memory, and solid-state memory.
- RAM random access memory
- ROM read only memory
- PROM programmable read only memory
- PU 720 may also include some internal memory including, for example, cache memory.
- the illustrative system of FIG. 7 may be comprised of more than one computer communicatively coupled via a communication network, wherein the computers may be mainframe computers, minicomputers, workstations or any combination of these. Further, monitored applications may execute on multiple hardware platforms.
- a network may be composed of one or more local area networks, one or more wide area networks, or a combination of local and wide-area networks.
- the networks may employ any desired communication protocol and further may be “wired” or “wireless.”
- acts in accordance with FIG. 6 may be performed by a programmable control device executing instructions organized into one or more program modules.
- a programmable control device may be a single computer processor, a special purpose processor (e.g., a digital signal processor, “DSP”), a plurality of processors coupled by a communications link or a custom designed state machine.
- Custom designed state machines may be embodied in a hardware device such as an integrated circuit including, but not limited to, application specific integrated circuits (“ASICs”) or field programmable gate array (“FPGAs”).
- Storage devices suitable for tangibly embodying program instructions include, but are not limited to: magnetic disks (fixed, floppy, and removable) and tape; optical media such as CD-ROMs and digital video disks (“DVDs”); and semiconductor memory devices such as Electrically Programmable Read-Only Memory (“EPROM”), Electrically Erasable Programmable Read-Only Memory (“EEPROM”), Programmable Gate Arrays and flash devices.
- EPROM Electrically Programmable Read-Only Memory
- EEPROM Electrically Erasable Programmable Read-Only Memory
- flash devices such as Electrically Programmable Read-Only Memory (“EPROM”), Electrically Erasable Programmable Read-Only Memory (“EEPROM”), Programmable Gate Arrays and flash devices.
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
-
- SLOW, STEADY INCREASE PATTERN—where raw data increases steadily over time, for example, disk usage. The baseline will not be able to keep up with the changes.
- SLOW, STEADY DECREASE PATTERN—where raw data decreases steadily over time, the baseline will not be able to keep up with the changes.
- LONG-LASTING ALARMS—applies recent raw data to the threshold using the new baseline. If long-persisting alarms (6 or more hours) are created as a result, it is generally not appropriate to use the baseline as the new dynamic threshold.
- MORE ALARMS—applies recent raw data to the threshold using the new baseline, if more alarms are created as a result, it is generally not appropriate to use the baseline as the new dynamic threshold.
Claims (17)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/847,391 US8457928B2 (en) | 2010-03-26 | 2010-07-30 | Automatic determination of dynamic threshold for accurate detection of abnormalities |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US31813510P | 2010-03-26 | 2010-03-26 | |
US12/847,391 US8457928B2 (en) | 2010-03-26 | 2010-07-30 | Automatic determination of dynamic threshold for accurate detection of abnormalities |
Publications (2)
Publication Number | Publication Date |
---|---|
US20110238376A1 US20110238376A1 (en) | 2011-09-29 |
US8457928B2 true US8457928B2 (en) | 2013-06-04 |
Family
ID=44657362
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/847,391 Active 2031-07-27 US8457928B2 (en) | 2010-03-26 | 2010-07-30 | Automatic determination of dynamic threshold for accurate detection of abnormalities |
Country Status (1)
Country | Link |
---|---|
US (1) | US8457928B2 (en) |
Cited By (294)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110161048A1 (en) * | 2009-12-31 | 2011-06-30 | Bmc Software, Inc. | Method to Optimize Prediction of Threshold Violations Using Baselines |
US20140298098A1 (en) * | 2013-03-29 | 2014-10-02 | Viviware, Inc. | Data-agnostic anomaly detection |
US20150106922A1 (en) * | 2012-05-30 | 2015-04-16 | Hewlett-Packard Development Company, L.P. | Parameter adjustment for pattern discovery |
US9471778B1 (en) | 2015-11-30 | 2016-10-18 | International Business Machines Corporation | Automatic baselining of anomalous event activity in time series data |
US9720963B2 (en) | 2014-11-05 | 2017-08-01 | International Business Machines Corporation | Answer category data classifying using dynamic thresholds |
US10009775B1 (en) | 2017-03-14 | 2018-06-26 | Aruba Networks, Inc. | Network deployment |
US10061842B2 (en) | 2014-12-09 | 2018-08-28 | International Business Machines Corporation | Displaying answers in accordance with answer classifications |
US10089589B2 (en) * | 2015-01-30 | 2018-10-02 | Sap Se | Intelligent threshold editor |
US10191792B2 (en) | 2016-03-04 | 2019-01-29 | International Business Machines Corporation | Application abnormality detection |
US10423456B2 (en) | 2014-07-31 | 2019-09-24 | Hewlett Packard Enterprise Development Lp | Dynamic adjustment of resource utilization thresholds |
US10613899B1 (en) | 2018-11-09 | 2020-04-07 | Servicenow, Inc. | Lock scheduling using machine learning |
US10713441B2 (en) | 2018-03-23 | 2020-07-14 | Servicenow, Inc. | Hybrid learning system for natural language intent extraction from a dialog utterance |
US10719375B2 (en) | 2018-03-13 | 2020-07-21 | Servicenow, Inc. | Systems and method for event parsing |
US10719611B2 (en) | 2017-09-27 | 2020-07-21 | Servicenow, Inc. | Static security scanner for applications in a remote network management platform |
US10740568B2 (en) | 2018-01-24 | 2020-08-11 | Servicenow, Inc. | Contextual communication and service interface |
US10761903B2 (en) | 2018-03-29 | 2020-09-01 | Servicenow, Inc. | Management instrumentation and discovery (MID) server support for executing automated flows within a cloud based system |
US10776732B2 (en) | 2017-05-04 | 2020-09-15 | Servicenow, Inc. | Dynamic multi-factor ranking for task prioritization |
US10789575B2 (en) | 2017-05-05 | 2020-09-29 | Servicenow, Inc. | User interface for timesheet reporting |
US10795923B2 (en) | 2018-09-19 | 2020-10-06 | Servicenow, Inc. | Selectively generating word vector and paragraph vector representations of fields for machine learning |
US10795885B2 (en) | 2017-11-15 | 2020-10-06 | Servicenow, Inc. | Predictive query improvement |
US10810262B2 (en) | 2018-09-17 | 2020-10-20 | Servicenow, Inc. | System and method for dashboard selection |
US10809982B2 (en) | 2019-03-19 | 2020-10-20 | Servicenow, Inc. | Workflow support for dynamic action input |
US10817809B2 (en) | 2018-07-27 | 2020-10-27 | Servicenow, Inc. | Systems and methods for customizable route optimization |
US10819560B2 (en) | 2018-03-29 | 2020-10-27 | Servicenow, Inc. | Alert management system and method of using alert context-based alert rules |
US10817788B2 (en) | 2017-10-02 | 2020-10-27 | Servicenow, Inc. | Machine learning classification with confidence thresholds |
US10819581B2 (en) | 2018-04-05 | 2020-10-27 | Servicenow, Inc. | Performance analytics content gallery |
US10819594B2 (en) | 2015-11-02 | 2020-10-27 | Servicenow, Inc. | System and method for generating a graphical display region indicative of conditions of a computing infrastructure |
US10824642B2 (en) | 2017-08-10 | 2020-11-03 | Servicenow, Inc. | Data synchronization architecture |
US10826776B2 (en) | 2018-02-26 | 2020-11-03 | Servicenow, Inc. | Integrated continual improvement management |
US10826875B1 (en) | 2016-07-22 | 2020-11-03 | Servicenow, Inc. | System and method for securely communicating requests |
US10824948B2 (en) | 2018-09-17 | 2020-11-03 | Servicenow, Inc. | Decision tables and flow engine for building automated flows within a cloud based development platform |
US10826942B2 (en) | 2018-08-10 | 2020-11-03 | Servicenow, Inc. | Creating security incident records using a remote network management platform |
US10824305B1 (en) | 2019-01-08 | 2020-11-03 | Servicenow, Inc. | Graphical user interfaces for software asset management |
US10826682B2 (en) | 2018-07-03 | 2020-11-03 | Servicenow, Inc. | Multi-instance architecture supporting trusted blockchain-based network |
US10826757B2 (en) | 2017-05-04 | 2020-11-03 | Servicenow, Inc. | Operational analytics in managed networks |
US10831589B2 (en) | 2018-09-17 | 2020-11-10 | Servicenow, Inc. | Service portal diagnosis system providing issue resolution steps |
US10832189B2 (en) | 2017-05-05 | 2020-11-10 | Servicenow, Inc. | Systems and methods for dynamically scheduling tasks across an enterprise |
US10846111B2 (en) | 2018-12-18 | 2020-11-24 | Servicenow, Inc. | Customer service management |
US10911320B2 (en) | 2019-01-23 | 2021-02-02 | Servicenow, Inc. | Guided interface for configuring key performance indicators |
US10911314B2 (en) | 2017-10-02 | 2021-02-02 | Servicenow, Inc. | Systems and methods for determining entry points for mapping a network |
US10915515B2 (en) | 2017-05-05 | 2021-02-09 | Servicenow, Inc. | Database performance tuning framework |
US10915518B2 (en) | 2018-08-09 | 2021-02-09 | Servicenow, Inc. | Partial discovery of cloud-based resources |
US10921959B2 (en) | 2017-05-01 | 2021-02-16 | Servicenow, Inc. | Customer service management workspace |
US10924344B2 (en) | 2019-04-11 | 2021-02-16 | Servicenow, Inc. | Discovery and mapping of cloud-based resource modifications |
US10929790B2 (en) | 2018-08-29 | 2021-02-23 | Servicenow, Inc. | Dynamic agent management for multiple queues |
US10930035B2 (en) | 2016-03-31 | 2021-02-23 | Servicenow, Inc. | Request resolution shaper in a networked system architecture |
US10931774B2 (en) | 2019-01-17 | 2021-02-23 | Servicenow, Inc. | Discovery and service mapping of application programming interface proxies |
US10929107B2 (en) | 2019-03-19 | 2021-02-23 | Servicenow, Inc. | Workflow support for dynamic action output |
US10938586B2 (en) | 2017-05-06 | 2021-03-02 | Servicenow, Inc. | Systems for peer-to-peer knowledge sharing platform |
US10938850B2 (en) | 2016-04-12 | 2021-03-02 | Servicenow, Inc. | Method and apparatus for reducing security risk in a networked computer system architecture |
US10936980B2 (en) | 2018-05-07 | 2021-03-02 | Servicenow, Inc. | Graphical user interface for enterprise project portfolio management utilizing normalized project attributes mapped to a common framework |
US10936968B2 (en) | 2017-05-05 | 2021-03-02 | Servicenow, Inc. | Ticket routing |
US10936613B2 (en) | 2017-05-03 | 2021-03-02 | Servicenow, Inc. | Table-per-partition |
US10943201B2 (en) | 2018-05-02 | 2021-03-09 | Servicenow, Inc. | Digital fingerprint analysis |
US10944654B2 (en) | 2018-06-06 | 2021-03-09 | Servicenow, Inc. | Discovery and mapping of containerized software applications |
US10942787B2 (en) | 2018-11-13 | 2021-03-09 | Servicenow, Inc. | Instance mapping engine and tools |
US10949070B2 (en) | 2019-03-13 | 2021-03-16 | Servicenow, Inc. | Customizable mobile application for event management |
US10949903B2 (en) | 2017-05-05 | 2021-03-16 | Servicenow, Inc. | System, computer-readable medium, and method for blueprint-based cloud management |
US10949074B2 (en) | 2019-03-19 | 2021-03-16 | Servicenow, Inc. | Graphical user interfaces for defining complex data objects |
US10949807B2 (en) | 2017-05-04 | 2021-03-16 | Servicenow, Inc. | Model building architecture and smart routing of work items |
US10949535B2 (en) | 2017-09-29 | 2021-03-16 | Microsoft Technology Licensing, Llc | Security model training and threshold selection |
US10956602B2 (en) | 2017-10-03 | 2021-03-23 | Servicenow, Inc. | Searching for encrypted data within a cloud based platform |
US10956435B2 (en) | 2017-05-05 | 2021-03-23 | Servicenow, Inc. | Global search |
US10956013B2 (en) | 2017-05-05 | 2021-03-23 | Servicenow, Inc. | User interface for automated flows within a cloud based developmental platform |
US10965531B2 (en) | 2017-10-04 | 2021-03-30 | Servicenow, Inc. | Service offering wish list ordering interface and conflict scheduling calendar system |
US10963634B2 (en) | 2016-08-04 | 2021-03-30 | Servicenow, Inc. | Cross-platform classification of machine-generated textual data |
US10972334B2 (en) | 2015-08-12 | 2021-04-06 | Servicenow, Inc. | Automated electronic computing and communication system event analysis and management |
US10970491B2 (en) | 2018-03-15 | 2021-04-06 | Servicenow, Inc. | Incident matching with vector-based natural language processing |
US10972564B2 (en) | 2017-05-05 | 2021-04-06 | Servicenow, Inc. | System and method for automating actions in distributed computing |
US10970048B2 (en) | 2018-09-17 | 2021-04-06 | Servicenow, Inc. | System and method for workflow application programming interfaces (APIS) |
US10977575B2 (en) | 2017-05-04 | 2021-04-13 | Servicenow, Inc. | Machine learning auto completion of fields |
US10979296B2 (en) | 2017-10-04 | 2021-04-13 | Servicenow, Inc. | Systems and method for service mapping |
US10983775B2 (en) | 2016-10-31 | 2021-04-20 | Servicenow, Inc. | System and method for creating and deploying a release package |
US10992544B2 (en) | 2018-09-07 | 2021-04-27 | Servicenow, Inc. | Identification and display of configuration item information |
US10992537B2 (en) | 2017-08-01 | 2021-04-27 | Servicenow, Inc. | Automatic grouping of similar applications and devices on a network map |
US10990929B2 (en) | 2018-02-27 | 2021-04-27 | Servicenow, Inc. | Systems and methods for generating and transmitting targeted data within an enterprise |
US10997002B2 (en) | 2019-05-03 | 2021-05-04 | Servicenow, Inc. | Quick actions |
US11003318B2 (en) | 2016-05-13 | 2021-05-11 | Servicenow, Inc. | Predictive watch face interface |
US11012305B2 (en) | 2017-08-09 | 2021-05-18 | Servicenow, Inc. | Systems and methods for service mapping |
US11016979B2 (en) | 2019-08-05 | 2021-05-25 | Servicenow, Inc. | Systems and method for domain separation of service catalog |
US11023461B2 (en) | 2018-01-19 | 2021-06-01 | Servicenow, Inc. | Query translation |
US11025507B2 (en) | 2016-11-02 | 2021-06-01 | Servicenow, Inc. | System and method of associating metadata with computing resources across multiple providers |
US11032381B2 (en) | 2019-06-19 | 2021-06-08 | Servicenow, Inc. | Discovery and storage of resource tags |
US11036751B2 (en) | 2018-05-07 | 2021-06-15 | Servicenow, Inc. | Advanced insights explorer |
US11043204B2 (en) | 2019-03-18 | 2021-06-22 | Servicenow, Inc. | Adaptable audio notifications |
US11044144B2 (en) | 2017-10-04 | 2021-06-22 | Servicenow, Inc. | Self-monitoring |
US11044143B2 (en) | 2017-04-17 | 2021-06-22 | Servicenow, Inc. | System for processing events using event rules |
US11048853B2 (en) | 2016-10-31 | 2021-06-29 | Servicenow, Inc. | System and method for resource presentation |
US11057276B2 (en) | 2017-10-04 | 2021-07-06 | Servicenow, Inc. | Bulk service mapping |
US11062324B2 (en) | 2017-05-05 | 2021-07-13 | Servicenow, Inc. | Identifying clusters for service management operations |
US11063946B2 (en) | 2018-10-24 | 2021-07-13 | Servicenow, Inc. | Feedback framework |
US11061949B2 (en) | 2018-09-05 | 2021-07-13 | Servicenow, Inc. | User interface for contextual search |
US11061890B2 (en) | 2018-10-04 | 2021-07-13 | Servicenow, Inc. | Automated identification of hardware and software components relevant to incident reports |
US11070435B2 (en) | 2019-01-16 | 2021-07-20 | Servicenow, Inc. | Service model re-computation based on configuration item change type |
US11068241B2 (en) | 2019-03-19 | 2021-07-20 | Servicenow, Inc. | Guided definition of an application programming interface action for a workflow |
US11068130B1 (en) | 2020-03-16 | 2021-07-20 | Servicenow, Inc. | Automatic restructuring of graphical user interface components based on user interaction |
US11068140B2 (en) | 2019-01-04 | 2021-07-20 | Servicenow, Inc. | Intelligent overflow menu |
US11068669B2 (en) | 2019-03-19 | 2021-07-20 | Servicenow, Inc. | Dynamic translation |
US11082288B2 (en) | 2016-10-24 | 2021-08-03 | Servicenow, Inc. | System and method for resolving master node failures within node clusters |
US11080588B2 (en) | 2016-10-17 | 2021-08-03 | Servicenow, Inc. | Machine learning with partial inversion |
US11080490B2 (en) | 2019-03-28 | 2021-08-03 | Servicenow, Inc. | Pre-training of virtual chat interfaces |
US11080241B2 (en) | 2019-05-03 | 2021-08-03 | Servicenow, Inc. | Document collaboration |
US11082310B2 (en) | 2017-05-05 | 2021-08-03 | Servicenow, Inc. | Indicator value aggregation in a multi-instance computing environment |
US11082289B2 (en) | 2019-05-03 | 2021-08-03 | Servicenow, Inc. | Alert intelligence integration |
US11082285B2 (en) | 2016-11-02 | 2021-08-03 | Servicenow, Inc. | Network event grouping |
US11089053B2 (en) | 2018-09-17 | 2021-08-10 | Servicenow, Inc. | Phishing attempt search interface |
US11086879B2 (en) | 2019-10-02 | 2021-08-10 | Servicenow, Inc. | Pipelineable and parallelizable streaming parsers for querying structured data-interchange information |
US11086610B2 (en) | 2018-05-04 | 2021-08-10 | Servicenow, Inc. | Instance upgrade techniques |
US11087256B2 (en) | 2017-05-05 | 2021-08-10 | Servicenow, Inc. | Graphical user interface for discovering consumption of services |
US11086950B2 (en) | 2018-05-04 | 2021-08-10 | Servicenow, Inc. | System and method for task generation to address article feedback |
US11087285B2 (en) | 2017-10-05 | 2021-08-10 | Servicenow, Inc. | Systems and methods for providing message templates in an enterprise system |
US11093617B2 (en) | 2017-10-04 | 2021-08-17 | Servicenow, Inc. | Automated vulnerability grouping |
US11100075B2 (en) | 2019-03-19 | 2021-08-24 | Servicenow, Inc. | Graphical user interfaces for incorporating complex data objects into a workflow |
US11108647B2 (en) | 2019-01-14 | 2021-08-31 | Servicenow, Inc. | Service mapping based on discovered keywords |
US11106525B2 (en) | 2019-02-04 | 2021-08-31 | Servicenow, Inc. | Systems and methods for classifying and predicting the cause of information technology incidents using machine learning |
US11115432B2 (en) | 2019-07-08 | 2021-09-07 | Servicenow, Inc. | Multi-application recommendation engine for a remote network management platform |
US11112929B2 (en) | 2019-05-02 | 2021-09-07 | Servicenow, Inc. | Personalized graphical user interfaces for enterprise-related actions |
US11115471B2 (en) | 2019-03-28 | 2021-09-07 | Servicenow, Inc. | Identifying and mitigating configuration item flapping |
US11120049B2 (en) | 2018-11-19 | 2021-09-14 | Servicenow, Inc. | Concurrent data imports |
US11122145B2 (en) | 2019-10-31 | 2021-09-14 | Servicenow, Inc. | Time series data analysis |
US11128542B2 (en) | 2018-02-26 | 2021-09-21 | Servicenow, Inc. | Interactive user interface to visually display the impact of configuration changes on a managed network |
US11133992B2 (en) | 2019-05-03 | 2021-09-28 | Servicenow, Inc. | Detection and notification of anomalies in shared computer networks |
US11132613B2 (en) | 2017-08-10 | 2021-09-28 | Servicenow, Inc. | Traffic based discovery noise reduction architecture |
US11140223B2 (en) | 2020-01-14 | 2021-10-05 | Servicenow, Inc. | Systems and methods for synchronizing data between hub and spoke environments |
US11137258B2 (en) | 2019-01-07 | 2021-10-05 | Servicenow, Inc. | Systems and methods for comprehensive routing |
US11140042B2 (en) | 2019-09-18 | 2021-10-05 | Servicenow, Inc. | Dictionary-based service mapping |
US11140046B2 (en) | 2018-08-08 | 2021-10-05 | Servicenow, Inc. | Offline updates for native mobile applications |
US11140147B2 (en) | 2017-05-05 | 2021-10-05 | Servicenow, Inc. | SAML SSO UX improvements |
US11138530B2 (en) | 2019-03-19 | 2021-10-05 | Servicenow, Inc. | Action determination for case management |
US11138006B2 (en) | 2017-05-05 | 2021-10-05 | Servicenow, Inc. | Hybrid development systems and methods |
US11151325B2 (en) | 2019-03-22 | 2021-10-19 | Servicenow, Inc. | Determining semantic similarity of texts based on sub-sections thereof |
US11159390B2 (en) | 2017-05-05 | 2021-10-26 | Servicenow, Inc. | Systems and methods for service-aware mapping of a system infrastructure |
US11157273B2 (en) | 2019-05-02 | 2021-10-26 | Servicenow, Inc. | Scaled agile framework program board |
US11157255B2 (en) | 2017-05-05 | 2021-10-26 | Servicenow, Inc. | Software asset management |
US11159649B2 (en) | 2018-02-27 | 2021-10-26 | Servicenow, Inc. | Systems and methods of rate limiting for a representational state transfer (REST) application programming interface (API) |
US11157241B2 (en) | 2019-09-18 | 2021-10-26 | Servicenow, Inc. | Codeless specification of software as a service integrations |
US11163791B2 (en) | 2019-01-23 | 2021-11-02 | Servicenow, Inc. | Transformation configuration in instance data replication with bi-directional replication support |
US11163747B2 (en) | 2017-05-05 | 2021-11-02 | Servicenow, Inc. | Time series data forecasting |
US11182377B2 (en) | 2018-09-07 | 2021-11-23 | Servicenow, Inc. | System and graphical user interface for record lifecycle improvement |
US11182746B2 (en) | 2018-09-17 | 2021-11-23 | Servicenow, Inc. | Systems and methods for integrating third-party services with a client instance |
US11188553B2 (en) | 2019-12-31 | 2021-11-30 | Servicenow, Inc. | System and method for importation of configuration item (CI) data into a configuration management database (CMDB) |
US11188385B2 (en) | 2017-04-26 | 2021-11-30 | Servicenow, Inc. | Batching asynchronous web requests |
US11188530B2 (en) | 2019-11-25 | 2021-11-30 | Servicenow, Inc. | Metadata-based translation of natural language queries into database queries |
US11190623B1 (en) | 2020-08-26 | 2021-11-30 | Servicenow, Inc. | System and method for a data interchange hub |
US11188505B2 (en) | 2016-09-29 | 2021-11-30 | Servicenow, Inc. | System and method for batch database modification |
US11200538B2 (en) | 2018-02-27 | 2021-12-14 | Servicenow, Inc. | System and method for a unified incident management interface |
US11205052B2 (en) | 2019-07-02 | 2021-12-21 | Servicenow, Inc. | Deriving multiple meaning representations for an utterance in a natural language understanding (NLU) framework |
US11204981B2 (en) | 2017-10-04 | 2021-12-21 | Servicenow, Inc. | Distribution and enforcement of per-feature-set software application licensing |
US11204917B2 (en) | 2019-05-02 | 2021-12-21 | Servicenow, Inc. | Graphical query builder for multi-modal search |
US11205047B2 (en) | 2019-09-05 | 2021-12-21 | Servicenow, Inc. | Hierarchical search for improved search relevance |
US11204903B2 (en) | 2019-05-02 | 2021-12-21 | Servicenow, Inc. | Determination and reconciliation of software used by a managed network |
US11222290B2 (en) | 2019-03-18 | 2022-01-11 | Servicenow, Inc. | Intelligent capability extraction and assignment |
US11223640B2 (en) | 2017-05-03 | 2022-01-11 | Servicenow, Inc. | Aggregating network security data for export |
US11223542B2 (en) | 2019-01-22 | 2022-01-11 | Servicenow, Inc. | Systems and method for shared visualization library |
US11222111B2 (en) | 2012-02-01 | 2022-01-11 | Servicenow, Inc. | Techniques for sharing network security event information |
US11228648B2 (en) | 2018-03-29 | 2022-01-18 | Servicenow, Inc. | Internet of things (IOT) platform for device configuration management and support |
US11226732B2 (en) | 2019-06-28 | 2022-01-18 | Servicenow, Inc. | Support for swimlanes in a mobile graphical user interface |
US11226978B2 (en) | 2019-04-23 | 2022-01-18 | Servicenow, Inc. | Systems and methods for dynamic creation of schemas |
US11233747B2 (en) | 2019-01-23 | 2022-01-25 | Servicenow, Inc. | Systems and methods for acquiring server resources at schedule time |
US11232410B2 (en) | 2019-08-07 | 2022-01-25 | Servicenow, Inc. | On-call scheduling and enhanced contact preference management |
US11233863B2 (en) | 2018-02-26 | 2022-01-25 | Servicenow, Inc. | Proxy application supporting multiple collaboration channels |
US11232224B2 (en) | 2018-03-15 | 2022-01-25 | Servicenow, Inc. | Database encryption |
US11232177B2 (en) | 2016-04-21 | 2022-01-25 | Servicenow, Inc. | Application usage analytics for licensing analysis |
US11238082B2 (en) | 2017-10-04 | 2022-02-01 | Servicenow, Inc. | Text analysis of unstructured data |
US11238230B2 (en) | 2018-09-19 | 2022-02-01 | Servicenow, Inc. | Persistent word vector input to multiple machine learning models |
US11240271B2 (en) | 2018-11-14 | 2022-02-01 | Servicenow, Inc. | Distributed detection of security threats in a remote network management platform |
US11240304B2 (en) | 2017-05-01 | 2022-02-01 | Servicenow, Inc. | Selective server-side execution of client-side scripts |
US11249992B2 (en) | 2018-09-21 | 2022-02-15 | Servicenow, Inc. | Parsing of user queries in a remote network management platform using extended context-free grammar rules |
US11258865B2 (en) | 2019-03-28 | 2022-02-22 | Servicenow, Inc. | Automated integration with cloud-based services |
US11257168B2 (en) * | 2018-05-07 | 2022-02-22 | Servicenow, Inc. | Systems and method for combined account reconciliation and variance/flux analysis |
US11258860B2 (en) | 2019-12-24 | 2022-02-22 | Servicenow, Inc. | System and method for bot detection and classification |
US11256391B2 (en) | 2019-08-12 | 2022-02-22 | Servicenow, Inc. | Mobile user interface for displaying heterogeneous items interleaved by common data type |
US11263201B2 (en) | 2019-04-12 | 2022-03-01 | Servicenow, Inc. | Interface for supporting integration with cloud-based service providers |
US11265203B2 (en) | 2015-11-02 | 2022-03-01 | Servicenow, Inc. | System and method for processing alerts indicative of conditions of a computing infrastructure |
US11269838B2 (en) | 2014-10-08 | 2022-03-08 | Servicenow, Inc. | Collision detection using state management of configuration items |
US11275790B2 (en) | 2019-12-31 | 2022-03-15 | Servicenow, Inc. | Enhanced phrase scoring for textual search |
US11283681B2 (en) | 2019-09-13 | 2022-03-22 | Servicenow, Inc. | Enhancing discovery patterns with shell command exit status |
US11290446B2 (en) | 2011-06-08 | 2022-03-29 | Servicenow, Inc. | Access to data stored in a cloud |
US11290357B2 (en) | 2019-09-10 | 2022-03-29 | Servicenow, Inc. | Automated document summaries using highlighting |
US11288608B2 (en) | 2020-04-14 | 2022-03-29 | Servicenow, Inc. | Systems and method for a project management portal |
US11296926B1 (en) | 2021-01-07 | 2022-04-05 | Servicenow, Inc. | Systems and methods for ranked visualization of events |
US11301267B2 (en) | 2020-05-22 | 2022-04-12 | Servicenow, Inc. | Automated task management techniques |
US11301486B2 (en) | 2017-10-10 | 2022-04-12 | Servicenow, Inc. | Visualizing time metric database |
US11303538B2 (en) | 2019-03-04 | 2022-04-12 | Servicenow, Inc. | Methods and systems for analysis of process performance |
US11307832B2 (en) | 2018-12-27 | 2022-04-19 | Servicenow, Inc. | System and method for interfacing incident and continuous integration systems |
US11308429B2 (en) | 2019-01-23 | 2022-04-19 | Servicenow, Inc. | Enterprise data mining systems |
US11327794B2 (en) | 2018-05-02 | 2022-05-10 | Servicenow, Inc. | Periodic task execution in an automated context |
US11336748B2 (en) | 2016-05-13 | 2022-05-17 | Servicenow, Inc. | System and method for deploying resources within a computing infrastructure |
US11347742B2 (en) | 2015-01-23 | 2022-05-31 | Servicenow, Inc. | Querying across a composite join of multiple database tables using a search engine index |
US11356343B2 (en) | 2017-07-20 | 2022-06-07 | Servicenow, Inc. | Splitting network discovery payloads based on degree of relationships between nodes |
US11363030B2 (en) | 2019-01-08 | 2022-06-14 | Servicenow, Inc. | Systems and methods for categorized hierarchical view and modification of user accessibility to information technology item |
US11361269B2 (en) | 2016-10-26 | 2022-06-14 | Servicenow, Inc. | System and method for service modeling |
US11374826B2 (en) | 2018-11-27 | 2022-06-28 | Servicenow, Inc. | Systems and methods for enhanced monitoring of a distributed computing system |
US11372930B2 (en) | 2017-05-05 | 2022-06-28 | Servicenow, Inc. | Template-based faceted search experience |
US11374970B2 (en) | 2019-05-07 | 2022-06-28 | Servicenow, Inc. | Phishing attempt categorization/aggregation interface |
US11374805B2 (en) | 2019-05-02 | 2022-06-28 | Servicenow, Inc. | Descriptor architecture for a remote network management platform |
US11373124B2 (en) | 2018-05-04 | 2022-06-28 | Servicenow, Inc. | System and method for a control based project scheduling mode |
US11379562B2 (en) | 2019-09-09 | 2022-07-05 | Servicenow, Inc. | Remote software usage monitoring and entitlement analysis |
US11379560B2 (en) | 2019-03-18 | 2022-07-05 | ServiceNow Inc. | Systems and methods for license analysis |
US11388200B2 (en) | 2012-02-01 | 2022-07-12 | Servicenow, Inc. | Scalable network security detection and prevention platform |
US11385916B2 (en) | 2020-03-16 | 2022-07-12 | Servicenow, Inc. | Dynamic translation of graphical user interfaces |
US11392563B2 (en) | 2019-01-15 | 2022-07-19 | Servicenow, Inc. | Efficient compression of workflow state representations |
US11403370B2 (en) | 2019-05-02 | 2022-08-02 | Servicenow, Inc. | Automatically detecting misuse of licensed software |
US11403311B2 (en) | 2017-04-10 | 2022-08-02 | Servicenow, Inc. | Systems and methods for querying time series data |
US11410101B2 (en) | 2019-01-16 | 2022-08-09 | Servicenow, Inc. | Efficient analysis of user-related data for determining usage of enterprise resource systems |
US11409844B2 (en) | 2019-02-11 | 2022-08-09 | Servicenow, Inc. | Systems and methods for license management in a domain-separated architecture |
US11409628B2 (en) | 2017-10-04 | 2022-08-09 | Servicenow, Inc. | Systems and methods for robust anomaly detection |
US11410061B2 (en) | 2019-07-02 | 2022-08-09 | Servicenow, Inc. | Dynamic anomaly reporting |
US11410127B2 (en) | 2016-04-20 | 2022-08-09 | Servicenow, Inc. | Visualization of chat task recording, linking messaging, and record keeping |
US11416573B2 (en) | 2018-02-26 | 2022-08-16 | Servicenow, Inc. | Bundled scripts for web content delivery |
US11416325B2 (en) | 2012-03-13 | 2022-08-16 | Servicenow, Inc. | Machine-learning and deep-learning techniques for predictive ticketing in information technology systems |
US11418395B2 (en) | 2020-01-08 | 2022-08-16 | Servicenow, Inc. | Systems and methods for an enhanced framework for a distributed computing system |
US11423910B2 (en) | 2019-03-19 | 2022-08-23 | Servicenow, Inc. | Systems and method for third party natural language understanding service integration |
US11423069B2 (en) | 2018-09-19 | 2022-08-23 | Servicenow, Inc. | Data structures for efficient storage and updating of paragraph vectors |
US11423155B2 (en) | 2019-08-28 | 2022-08-23 | Servicenow, Inc. | Software vulnerability detection in managed networks |
US11423124B2 (en) | 2019-12-20 | 2022-08-23 | Servicenow, Inc. | Systems and methods for asset management |
US11431824B2 (en) | 2019-05-03 | 2022-08-30 | Servicenow, Inc. | Server-side control over navigation mode in web application |
US11429650B2 (en) | 2018-09-21 | 2022-08-30 | Servicenow, Inc. | Parsing of user queries in a remote network management platform using linguistic matching |
US11429631B2 (en) | 2019-11-06 | 2022-08-30 | Servicenow, Inc. | Memory-efficient programmatic transformation of structured data |
US11442942B2 (en) | 2018-05-01 | 2022-09-13 | Servicenow, Inc. | Modified representational state transfer (REST) application programming interface (API) including a customized GraphQL framework |
US11442899B2 (en) | 2019-03-19 | 2022-09-13 | Servicenow, Inc. | Systems and methods for improved application programing interface (API) retry handling |
USD963669S1 (en) | 2019-04-10 | 2022-09-13 | Servicenow, Inc. | Display screen with graphical user interface |
US11449326B2 (en) | 2017-08-09 | 2022-09-20 | Servicenow, Inc. | Systems and methods for recomputing services |
US11449496B2 (en) | 2019-10-25 | 2022-09-20 | Servicenow, Inc. | Enhanced natural language processing with semantic shortcuts |
US11456927B2 (en) | 2017-04-24 | 2022-09-27 | Servicenow, Inc. | Installation and upgrade of visualizations for managed networks |
US11455357B2 (en) | 2019-11-06 | 2022-09-27 | Servicenow, Inc. | Data processing systems and methods |
US11461288B2 (en) | 2019-03-14 | 2022-10-04 | Servicenow, Inc. | Systems and methods for database management system (DBMS) discovery |
US11461673B2 (en) | 2019-10-07 | 2022-10-04 | Servicenow, Inc. | Shared machine learning model for application discovery |
US11468641B2 (en) | 2018-02-06 | 2022-10-11 | Servicenow, Inc. | Augmented reality assistant |
US11468238B2 (en) | 2019-11-06 | 2022-10-11 | ServiceNow Inc. | Data processing systems and methods |
US11468389B2 (en) | 2017-05-05 | 2022-10-11 | Servicenow, Inc. | Systems and methods for analytics, predictions, and reporting |
US11474845B2 (en) | 2020-09-09 | 2022-10-18 | Servicenow, Inc. | System and method for versioned script management |
US11474842B2 (en) | 2017-05-05 | 2022-10-18 | Servicenow, Inc. | Integration application creator design |
US11481417B2 (en) | 2019-11-06 | 2022-10-25 | Servicenow, Inc. | Generation and utilization of vector indexes for data processing systems and methods |
US11481474B2 (en) | 2019-05-03 | 2022-10-25 | Servicenow, Inc. | Discovery and allocation of entitlements to virtualized applications |
US11487411B2 (en) | 2020-02-20 | 2022-11-01 | Servicenow, Inc. | Context-driven group pill in a user interface |
US11487945B2 (en) | 2019-07-02 | 2022-11-01 | Servicenow, Inc. | Predictive similarity scoring subsystem in a natural language understanding (NLU) framework |
US11502897B2 (en) | 2019-05-02 | 2022-11-15 | Servicenow, Inc. | Intelligent export and import of service representations |
US11500874B2 (en) | 2019-01-23 | 2022-11-15 | Servicenow, Inc. | Systems and methods for linking metric data to resources |
US11507750B2 (en) | 2018-03-23 | 2022-11-22 | Servicenow, Inc. | Method and system for automated intent mining, classification and disposition |
US11507644B2 (en) | 2019-10-02 | 2022-11-22 | Servicenow, Inc. | Discovery and classification of software application suites |
US11507692B2 (en) | 2019-12-31 | 2022-11-22 | Servicenow, Inc. | System and method for improved anonymized data repositories |
US11509729B2 (en) | 2017-11-16 | 2022-11-22 | Servicenow, Inc. | Field service management mobile offline synchronization |
US11507442B2 (en) | 2019-09-17 | 2022-11-22 | Servicenow, Inc. | Method and system for determining maturity level of a cloud computing service |
US11513823B2 (en) | 2018-12-18 | 2022-11-29 | Servicenow, Inc. | Chat interface for resource management |
US11520621B2 (en) | 2019-08-26 | 2022-12-06 | Servicenow, Inc. | Computational instance batching and automation orchestration based on resource usage and availability |
US11520863B2 (en) | 2019-02-27 | 2022-12-06 | Servicenow, Inc. | Systems and methods for importing software license metric data into a configuration management database (CMDB) |
US11520622B2 (en) | 2019-05-03 | 2022-12-06 | Servicenow, Inc. | Active queue management in a multi-node computing environment |
US11522943B1 (en) | 2022-02-02 | 2022-12-06 | Servicenow, Inc. | System and method for deferring data retrieval |
US11520992B2 (en) | 2018-03-23 | 2022-12-06 | Servicenow, Inc. | Hybrid learning system for natural language understanding |
US11531683B2 (en) | 2019-11-06 | 2022-12-20 | Servicenow, Inc. | Unified application programming interface for transformation of structured data |
US11539720B2 (en) | 2015-12-11 | 2022-12-27 | Servicenow, Inc. | Computer network threat assessment |
US11537936B2 (en) | 2019-01-17 | 2022-12-27 | Servicenow, Inc. | Data set generation for testing of machine learning pipelines |
US11551105B2 (en) | 2018-04-20 | 2023-01-10 | Servicenow, Inc. | Knowledge management using machine learning model trained on incident-knowledge relationship fingerprints |
US11574235B2 (en) | 2018-09-19 | 2023-02-07 | Servicenow, Inc. | Machine learning worker node architecture |
US11580312B2 (en) | 2020-03-16 | 2023-02-14 | Servicenow, Inc. | Machine translation of chat sessions |
US11586659B2 (en) | 2019-05-03 | 2023-02-21 | Servicenow, Inc. | Clustering and dynamic re-clustering of similar textual documents |
US11593461B2 (en) | 2019-03-11 | 2023-02-28 | Servicenow, Inc. | Systems and methods for third-party library management |
US11599645B2 (en) | 2021-01-07 | 2023-03-07 | Servicenow, Inc. | Systems and methods for predicting cybersecurity vulnerabilities |
US11620571B2 (en) | 2017-05-05 | 2023-04-04 | Servicenow, Inc. | Machine learning with distributed training |
US11627031B2 (en) | 2017-04-18 | 2023-04-11 | Servicenow, Inc. | Transformation and transmission of event messages |
US11625655B2 (en) | 2018-11-14 | 2023-04-11 | Servicenow, Inc. | Workflows with rule-based assignments |
US11636104B2 (en) | 2020-07-28 | 2023-04-25 | Servicenow, Inc. | Analytics center having a natural language query (NLQ) interface |
US11640434B2 (en) | 2017-04-19 | 2023-05-02 | Servicenow, Inc. | Identifying resolutions based on recorded actions |
US11652790B2 (en) | 2019-12-06 | 2023-05-16 | Servicenow, Inc. | Quarantine for cloud-based services |
US11651032B2 (en) | 2019-05-03 | 2023-05-16 | Servicenow, Inc. | Determining semantic content of textual clusters |
US11663515B2 (en) | 2018-08-09 | 2023-05-30 | Servicenow, Inc. | Machine learning classification with model quality prediction |
US11687512B2 (en) | 2017-04-20 | 2023-06-27 | Servicenow, Inc. | Index suggestion engine for relational databases |
US11720406B2 (en) | 2019-12-05 | 2023-08-08 | Servicenow, Inc. | System and method for determining and tracking cloud capacity metrics |
US11743147B2 (en) | 2015-08-24 | 2023-08-29 | Servicenow, Inc. | Post incident review |
US11768831B2 (en) | 2021-05-10 | 2023-09-26 | Servicenow, Inc. | Systems and methods for translating natural language queries into a constrained domain-specific language |
US11777815B1 (en) | 2022-03-02 | 2023-10-03 | Servicenow, Inc. | Techniques for dynamically configuring service availability |
US11784962B2 (en) | 2020-09-01 | 2023-10-10 | Servicenow, Inc. | Systems and methods for collaborative chat with non-native chat platforms |
US11790176B2 (en) | 2019-03-19 | 2023-10-17 | Servicenow, Inc. | Systems and methods for a virtual agent in a cloud computing environment |
US11838374B2 (en) | 2021-02-12 | 2023-12-05 | Servicenow, Inc. | Remote network management infrastructure for cloud-based deployments |
US11880557B2 (en) | 2018-01-29 | 2024-01-23 | Servicenow, Inc. | Distributed editing and versioning for graphical service maps of a managed network |
US11902130B2 (en) | 2019-05-28 | 2024-02-13 | Servicenow, Inc. | Data packet loss detection |
US11909842B2 (en) | 2014-06-09 | 2024-02-20 | Servicenow, Inc. | System and method for providing database content on a client device |
US11922155B2 (en) | 2018-05-02 | 2024-03-05 | Servicenow, Inc. | Post-upgrade debugging in a remote network management platform |
US11943177B2 (en) | 2019-03-19 | 2024-03-26 | Servicenow, Inc. | Virtual agent portal integration of two frameworks |
US11949561B2 (en) | 2022-07-19 | 2024-04-02 | Servicenow, Inc. | Automated preventative controls in digital workflow |
US12001503B2 (en) | 2022-02-02 | 2024-06-04 | Servicenow, Inc. | System and method for delivering application metadata |
US12015739B2 (en) | 2020-09-14 | 2024-06-18 | Servicenow, Inc. | Integrated customer information user interface |
US12088473B2 (en) | 2019-10-23 | 2024-09-10 | Aryaka Networks, Inc. | Method, device and system for enhancing predictive classification of anomalous events in a cloud-based application acceleration as a service environment |
US12095639B2 (en) | 2019-10-23 | 2024-09-17 | Aryaka Networks, Inc. | Method, device and system for improving performance of point anomaly based data pattern change detection associated with network entity features in a cloud-based application acceleration as a service environment |
US12175193B2 (en) | 2021-01-21 | 2024-12-24 | Servicenow, Inc. | System and method for lookup source segmentation scoring in a natural language understanding (NLU) framework |
US12175196B2 (en) | 2021-01-21 | 2024-12-24 | Servicenow, Inc. | Operational modeling and optimization system for a natural language understanding (NLU) framework |
US12197435B2 (en) | 2020-03-05 | 2025-01-14 | Servicenow, Inc. | Localization procedures and prioritization for applications |
US12197869B2 (en) | 2021-01-21 | 2025-01-14 | Servicenow, Inc. | Concept system for a natural language understanding (NLU) framework |
US12243518B2 (en) | 2021-11-11 | 2025-03-04 | Servicenow, Inc. | Data augmentation for intent classification |
US12265796B2 (en) | 2021-01-21 | 2025-04-01 | Servicenow, Inc. | Lookup source framework for a natural language understanding (NLU) framework |
US12299391B2 (en) | 2021-01-21 | 2025-05-13 | Servicenow, Inc. | System and method for repository-aware natural language understanding (NLU) using a lookup source framework |
US12301423B2 (en) | 2022-02-01 | 2025-05-13 | Servicenow, Inc. | Service map conversion with preserved historical information |
USD1075780S1 (en) | 2014-12-31 | 2025-05-20 | Servicenow, Inc. | Display screen with a graphical user interface |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8478569B2 (en) * | 2010-03-26 | 2013-07-02 | Bmc Software, Inc. | Auto adjustment of baseline on configuration change |
US8457928B2 (en) | 2010-03-26 | 2013-06-04 | Bmc Software, Inc. | Automatic determination of dynamic threshold for accurate detection of abnormalities |
US9378112B2 (en) * | 2012-06-25 | 2016-06-28 | International Business Machines Corporation | Predictive alert threshold determination tool |
US9195943B2 (en) | 2013-03-12 | 2015-11-24 | Bmc Software, Inc. | Behavioral rules discovery for intelligent computing environment administration |
US9716599B1 (en) * | 2013-03-14 | 2017-07-25 | Ca, Inc. | Automated assessment of organization mood |
US9208326B1 (en) | 2013-03-14 | 2015-12-08 | Ca, Inc. | Managing and predicting privacy preferences based on automated detection of physical reaction |
US9256748B1 (en) | 2013-03-14 | 2016-02-09 | Ca, Inc. | Visual based malicious activity detection |
GB2518151A (en) * | 2013-09-11 | 2015-03-18 | Ibm | Network anomaly detection |
US9798644B2 (en) * | 2014-05-15 | 2017-10-24 | Ca, Inc. | Monitoring system performance with pattern event detection |
US10756955B2 (en) | 2015-11-24 | 2020-08-25 | International Business Machines Corporation | Dynamic thresholds for computer system alerts |
US11182394B2 (en) | 2017-10-30 | 2021-11-23 | Bank Of America Corporation | Performing database file management using statistics maintenance and column similarity |
CN108491310B (en) * | 2018-03-26 | 2019-03-29 | 北京九��云极科技有限公司 | A kind of log monitoring method and system |
CN109815091B (en) * | 2019-01-23 | 2022-02-18 | 郑州云海信息技术有限公司 | AEP high-temperature alarm sensitivity testing method, device, terminal and storage medium |
CN112188531B (en) * | 2019-07-01 | 2022-12-27 | 中国移动通信集团浙江有限公司 | Abnormality detection method, abnormality detection device, electronic apparatus, and computer storage medium |
CN112287390B (en) * | 2020-10-23 | 2024-05-10 | 杭州数梦工场科技有限公司 | Self-adaptive adjustment method and device for base line |
CN112148545B (en) * | 2020-10-26 | 2024-09-03 | 腾讯科技(深圳)有限公司 | Security baseline detection method and security baseline detection system of embedded system |
CN115150248B (en) * | 2021-03-16 | 2023-09-19 | 中国移动通信集团江苏有限公司 | Network traffic anomaly detection method, device, electronic equipment and storage medium |
CN117221008B (en) * | 2023-11-07 | 2024-02-23 | 中孚信息股份有限公司 | Multi-behavior baseline correction method, system, device and medium based on feedback mechanism |
Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5506955A (en) | 1992-10-23 | 1996-04-09 | International Business Machines Corporation | System and method for monitoring and optimizing performance in a data processing system |
US6306088B1 (en) | 1998-10-03 | 2001-10-23 | Individual Monitoring Systems, Inc. | Ambulatory distributed recorders system for diagnosing medical disorders |
US6327677B1 (en) | 1998-04-27 | 2001-12-04 | Proactive Networks | Method and apparatus for monitoring a network environment |
US6453265B1 (en) | 1999-12-28 | 2002-09-17 | Hewlett-Packard Company | Accurately predicting system behavior of a managed system using genetic programming |
US20030061130A1 (en) | 2001-03-23 | 2003-03-27 | Restaurant Services, Inc. ("RSI") | Modified system, method and computer program product for a communication framework in a supply chain management architecture |
US20030139905A1 (en) | 2001-12-19 | 2003-07-24 | David Helsper | Method and system for analyzing and predicting the behavior of systems |
US20040088400A1 (en) | 2002-10-31 | 2004-05-06 | Jeremy Daggett | Method and apparatus for providing a baselining and auto-thresholding framework |
US6816898B1 (en) | 2000-08-16 | 2004-11-09 | Proactivenet, Inc. | Interfacing external metrics into a performance management system |
US7131037B1 (en) | 2002-06-05 | 2006-10-31 | Proactivenet, Inc. | Method and system to correlate a specific alarm to one or more events to identify a possible cause of the alarm |
US20070005297A1 (en) | 2005-06-30 | 2007-01-04 | Oracle International Corporation | Automatic determination of high significance alert thresholds for system performance metrics using an exponentially tailed model |
US7350209B2 (en) | 2001-06-29 | 2008-03-25 | Bmc Software | System and method for application performance management |
US20080270071A1 (en) * | 2007-04-30 | 2008-10-30 | Integrien Corporation | Nonparametric method for determination of anomalous event states in complex systems exhibiting non-stationarity |
US20090063390A1 (en) | 2006-09-27 | 2009-03-05 | Marvasti Mazda A | Self-learning integrity management system and related methods |
US20100020909A1 (en) | 2008-07-24 | 2010-01-28 | Jung Hong-Kyu | Synchronizing apparatus and method in packet network |
US20100086933A1 (en) | 2008-10-06 | 2010-04-08 | Sony Corporation | Sensor for detecting an analyte |
US20110161048A1 (en) | 2009-12-31 | 2011-06-30 | Bmc Software, Inc. | Method to Optimize Prediction of Threshold Violations Using Baselines |
US20110238377A1 (en) | 2010-03-26 | 2011-09-29 | Bmc Software, Inc. | Auto Adjustment of Baseline on Configuration Change |
US20110238376A1 (en) | 2010-03-26 | 2011-09-29 | Bmc Software, Inc. | Automatic Determination of Dynamic Threshold for Accurate Detection of Abnormalities |
US20110246585A1 (en) | 2010-04-01 | 2011-10-06 | Bmc Software, Inc. | Event Enrichment Using Data Correlation |
-
2010
- 2010-07-30 US US12/847,391 patent/US8457928B2/en active Active
Patent Citations (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5506955A (en) | 1992-10-23 | 1996-04-09 | International Business Machines Corporation | System and method for monitoring and optimizing performance in a data processing system |
US6327677B1 (en) | 1998-04-27 | 2001-12-04 | Proactive Networks | Method and apparatus for monitoring a network environment |
US6306088B1 (en) | 1998-10-03 | 2001-10-23 | Individual Monitoring Systems, Inc. | Ambulatory distributed recorders system for diagnosing medical disorders |
US6453265B1 (en) | 1999-12-28 | 2002-09-17 | Hewlett-Packard Company | Accurately predicting system behavior of a managed system using genetic programming |
US6816898B1 (en) | 2000-08-16 | 2004-11-09 | Proactivenet, Inc. | Interfacing external metrics into a performance management system |
US20030061130A1 (en) | 2001-03-23 | 2003-03-27 | Restaurant Services, Inc. ("RSI") | Modified system, method and computer program product for a communication framework in a supply chain management architecture |
US7350209B2 (en) | 2001-06-29 | 2008-03-25 | Bmc Software | System and method for application performance management |
US20030139905A1 (en) | 2001-12-19 | 2003-07-24 | David Helsper | Method and system for analyzing and predicting the behavior of systems |
US7131037B1 (en) | 2002-06-05 | 2006-10-31 | Proactivenet, Inc. | Method and system to correlate a specific alarm to one or more events to identify a possible cause of the alarm |
US20040088400A1 (en) | 2002-10-31 | 2004-05-06 | Jeremy Daggett | Method and apparatus for providing a baselining and auto-thresholding framework |
US20070005297A1 (en) | 2005-06-30 | 2007-01-04 | Oracle International Corporation | Automatic determination of high significance alert thresholds for system performance metrics using an exponentially tailed model |
US20090063390A1 (en) | 2006-09-27 | 2009-03-05 | Marvasti Mazda A | Self-learning integrity management system and related methods |
US20080270071A1 (en) * | 2007-04-30 | 2008-10-30 | Integrien Corporation | Nonparametric method for determination of anomalous event states in complex systems exhibiting non-stationarity |
US20100020909A1 (en) | 2008-07-24 | 2010-01-28 | Jung Hong-Kyu | Synchronizing apparatus and method in packet network |
US20100086933A1 (en) | 2008-10-06 | 2010-04-08 | Sony Corporation | Sensor for detecting an analyte |
US20110161048A1 (en) | 2009-12-31 | 2011-06-30 | Bmc Software, Inc. | Method to Optimize Prediction of Threshold Violations Using Baselines |
US20110238377A1 (en) | 2010-03-26 | 2011-09-29 | Bmc Software, Inc. | Auto Adjustment of Baseline on Configuration Change |
US20110238376A1 (en) | 2010-03-26 | 2011-09-29 | Bmc Software, Inc. | Automatic Determination of Dynamic Threshold for Accurate Detection of Abnormalities |
US20110246585A1 (en) | 2010-04-01 | 2011-10-06 | Bmc Software, Inc. | Event Enrichment Using Data Correlation |
Non-Patent Citations (8)
Title |
---|
Bouhana, et al., "Active Baselining in Passive Data Environments", Fujitsu Austrailia and New Zealand, (2006). |
U.S. Appl. No. 12/750,347 Advisory Action mailed Nov. 5, 2012, 3 pages. * |
U.S. Appl. No. 12/750,347 Final Office Action mailed Jul. 27, 2012, 18 pages. * |
U.S. Appl. No. 12/750,347 Final Office Action mailed Jul. 27, 2012, 21 pages. |
U.S. Appl. No. 12/750,347 Non-Final Office Action mailed Apr. 2, 2012, 29 pages. * |
U.S. Appl. No. 12/750,347 Non-Final Office Action mailed Apr.2, 2012, 30 pages. |
U.S. Appl. No. 12/872,871 Non-Final Office Action mailed Aug. 17, 2012, 11 pages. * |
U.S. Appl. No. 12/872,871 Non-Final Office Action mailed Aug. 17, 2012, 12 pages. |
Cited By (369)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110161048A1 (en) * | 2009-12-31 | 2011-06-30 | Bmc Software, Inc. | Method to Optimize Prediction of Threshold Violations Using Baselines |
US11290446B2 (en) | 2011-06-08 | 2022-03-29 | Servicenow, Inc. | Access to data stored in a cloud |
US11222111B2 (en) | 2012-02-01 | 2022-01-11 | Servicenow, Inc. | Techniques for sharing network security event information |
US11388200B2 (en) | 2012-02-01 | 2022-07-12 | Servicenow, Inc. | Scalable network security detection and prevention platform |
US11704405B2 (en) | 2012-02-01 | 2023-07-18 | Servicenow, Inc. | Techniques for sharing network security event information |
US11416325B2 (en) | 2012-03-13 | 2022-08-16 | Servicenow, Inc. | Machine-learning and deep-learning techniques for predictive ticketing in information technology systems |
US20150106922A1 (en) * | 2012-05-30 | 2015-04-16 | Hewlett-Packard Development Company, L.P. | Parameter adjustment for pattern discovery |
US10027686B2 (en) * | 2012-05-30 | 2018-07-17 | Entit Software Llc | Parameter adjustment for pattern discovery |
US20140298098A1 (en) * | 2013-03-29 | 2014-10-02 | Viviware, Inc. | Data-agnostic anomaly detection |
US10241887B2 (en) * | 2013-03-29 | 2019-03-26 | Vmware, Inc. | Data-agnostic anomaly detection |
US11909842B2 (en) | 2014-06-09 | 2024-02-20 | Servicenow, Inc. | System and method for providing database content on a client device |
US10423456B2 (en) | 2014-07-31 | 2019-09-24 | Hewlett Packard Enterprise Development Lp | Dynamic adjustment of resource utilization thresholds |
US11269838B2 (en) | 2014-10-08 | 2022-03-08 | Servicenow, Inc. | Collision detection using state management of configuration items |
US9946747B2 (en) | 2014-11-05 | 2018-04-17 | International Business Machines Corporation | Answer category data classifying using dynamic thresholds |
US9720963B2 (en) | 2014-11-05 | 2017-08-01 | International Business Machines Corporation | Answer category data classifying using dynamic thresholds |
US10061842B2 (en) | 2014-12-09 | 2018-08-28 | International Business Machines Corporation | Displaying answers in accordance with answer classifications |
US11106710B2 (en) | 2014-12-09 | 2021-08-31 | International Business Machines Corporation | Displaying answers in accordance with answer classifications |
USD1075780S1 (en) | 2014-12-31 | 2025-05-20 | Servicenow, Inc. | Display screen with a graphical user interface |
US11347742B2 (en) | 2015-01-23 | 2022-05-31 | Servicenow, Inc. | Querying across a composite join of multiple database tables using a search engine index |
US10089589B2 (en) * | 2015-01-30 | 2018-10-02 | Sap Se | Intelligent threshold editor |
US10972334B2 (en) | 2015-08-12 | 2021-04-06 | Servicenow, Inc. | Automated electronic computing and communication system event analysis and management |
US11743147B2 (en) | 2015-08-24 | 2023-08-29 | Servicenow, Inc. | Post incident review |
US11265203B2 (en) | 2015-11-02 | 2022-03-01 | Servicenow, Inc. | System and method for processing alerts indicative of conditions of a computing infrastructure |
US10819594B2 (en) | 2015-11-02 | 2020-10-27 | Servicenow, Inc. | System and method for generating a graphical display region indicative of conditions of a computing infrastructure |
US9954882B2 (en) | 2015-11-30 | 2018-04-24 | International Business Machines Corporation | Automatic baselining of anomalous event activity in time series data |
US9471778B1 (en) | 2015-11-30 | 2016-10-18 | International Business Machines Corporation | Automatic baselining of anomalous event activity in time series data |
US11539720B2 (en) | 2015-12-11 | 2022-12-27 | Servicenow, Inc. | Computer network threat assessment |
US10191792B2 (en) | 2016-03-04 | 2019-01-29 | International Business Machines Corporation | Application abnormality detection |
US10930035B2 (en) | 2016-03-31 | 2021-02-23 | Servicenow, Inc. | Request resolution shaper in a networked system architecture |
US10938850B2 (en) | 2016-04-12 | 2021-03-02 | Servicenow, Inc. | Method and apparatus for reducing security risk in a networked computer system architecture |
US11410127B2 (en) | 2016-04-20 | 2022-08-09 | Servicenow, Inc. | Visualization of chat task recording, linking messaging, and record keeping |
US11232177B2 (en) | 2016-04-21 | 2022-01-25 | Servicenow, Inc. | Application usage analytics for licensing analysis |
US11003318B2 (en) | 2016-05-13 | 2021-05-11 | Servicenow, Inc. | Predictive watch face interface |
US11336748B2 (en) | 2016-05-13 | 2022-05-17 | Servicenow, Inc. | System and method for deploying resources within a computing infrastructure |
US10826875B1 (en) | 2016-07-22 | 2020-11-03 | Servicenow, Inc. | System and method for securely communicating requests |
US10963634B2 (en) | 2016-08-04 | 2021-03-30 | Servicenow, Inc. | Cross-platform classification of machine-generated textual data |
US11188505B2 (en) | 2016-09-29 | 2021-11-30 | Servicenow, Inc. | System and method for batch database modification |
US11080588B2 (en) | 2016-10-17 | 2021-08-03 | Servicenow, Inc. | Machine learning with partial inversion |
US11082288B2 (en) | 2016-10-24 | 2021-08-03 | Servicenow, Inc. | System and method for resolving master node failures within node clusters |
US11361269B2 (en) | 2016-10-26 | 2022-06-14 | Servicenow, Inc. | System and method for service modeling |
US10983775B2 (en) | 2016-10-31 | 2021-04-20 | Servicenow, Inc. | System and method for creating and deploying a release package |
US11048853B2 (en) | 2016-10-31 | 2021-06-29 | Servicenow, Inc. | System and method for resource presentation |
US11082285B2 (en) | 2016-11-02 | 2021-08-03 | Servicenow, Inc. | Network event grouping |
US11025507B2 (en) | 2016-11-02 | 2021-06-01 | Servicenow, Inc. | System and method of associating metadata with computing resources across multiple providers |
US11637759B2 (en) | 2016-11-02 | 2023-04-25 | Servicenow, Inc. | System and method of associating metadata with computing resources across multiple providers |
US10299276B2 (en) | 2017-03-14 | 2019-05-21 | Hewlett Packard Enterprise Development Lp | Network deployment |
US10009775B1 (en) | 2017-03-14 | 2018-06-26 | Aruba Networks, Inc. | Network deployment |
US11403311B2 (en) | 2017-04-10 | 2022-08-02 | Servicenow, Inc. | Systems and methods for querying time series data |
US11044143B2 (en) | 2017-04-17 | 2021-06-22 | Servicenow, Inc. | System for processing events using event rules |
US11627031B2 (en) | 2017-04-18 | 2023-04-11 | Servicenow, Inc. | Transformation and transmission of event messages |
US11640434B2 (en) | 2017-04-19 | 2023-05-02 | Servicenow, Inc. | Identifying resolutions based on recorded actions |
US11687512B2 (en) | 2017-04-20 | 2023-06-27 | Servicenow, Inc. | Index suggestion engine for relational databases |
US11456927B2 (en) | 2017-04-24 | 2022-09-27 | Servicenow, Inc. | Installation and upgrade of visualizations for managed networks |
US11188385B2 (en) | 2017-04-26 | 2021-11-30 | Servicenow, Inc. | Batching asynchronous web requests |
US10921959B2 (en) | 2017-05-01 | 2021-02-16 | Servicenow, Inc. | Customer service management workspace |
US11240304B2 (en) | 2017-05-01 | 2022-02-01 | Servicenow, Inc. | Selective server-side execution of client-side scripts |
US11743278B2 (en) | 2017-05-03 | 2023-08-29 | Servicenow, Inc. | Aggregating network security data for export |
US11223640B2 (en) | 2017-05-03 | 2022-01-11 | Servicenow, Inc. | Aggregating network security data for export |
US10936613B2 (en) | 2017-05-03 | 2021-03-02 | Servicenow, Inc. | Table-per-partition |
US10826757B2 (en) | 2017-05-04 | 2020-11-03 | Servicenow, Inc. | Operational analytics in managed networks |
US11438214B2 (en) | 2017-05-04 | 2022-09-06 | Servicenow, Inc. | Operational analytics in managed networks |
US10977575B2 (en) | 2017-05-04 | 2021-04-13 | Servicenow, Inc. | Machine learning auto completion of fields |
US10949807B2 (en) | 2017-05-04 | 2021-03-16 | Servicenow, Inc. | Model building architecture and smart routing of work items |
US10776732B2 (en) | 2017-05-04 | 2020-09-15 | Servicenow, Inc. | Dynamic multi-factor ranking for task prioritization |
US10949903B2 (en) | 2017-05-05 | 2021-03-16 | Servicenow, Inc. | System, computer-readable medium, and method for blueprint-based cloud management |
US11159390B2 (en) | 2017-05-05 | 2021-10-26 | Servicenow, Inc. | Systems and methods for service-aware mapping of a system infrastructure |
US11087256B2 (en) | 2017-05-05 | 2021-08-10 | Servicenow, Inc. | Graphical user interface for discovering consumption of services |
US10956435B2 (en) | 2017-05-05 | 2021-03-23 | Servicenow, Inc. | Global search |
US10956013B2 (en) | 2017-05-05 | 2021-03-23 | Servicenow, Inc. | User interface for automated flows within a cloud based developmental platform |
US10832189B2 (en) | 2017-05-05 | 2020-11-10 | Servicenow, Inc. | Systems and methods for dynamically scheduling tasks across an enterprise |
US11620571B2 (en) | 2017-05-05 | 2023-04-04 | Servicenow, Inc. | Machine learning with distributed training |
US11468389B2 (en) | 2017-05-05 | 2022-10-11 | Servicenow, Inc. | Systems and methods for analytics, predictions, and reporting |
US11474842B2 (en) | 2017-05-05 | 2022-10-18 | Servicenow, Inc. | Integration application creator design |
US11140147B2 (en) | 2017-05-05 | 2021-10-05 | Servicenow, Inc. | SAML SSO UX improvements |
US10972564B2 (en) | 2017-05-05 | 2021-04-06 | Servicenow, Inc. | System and method for automating actions in distributed computing |
US11082310B2 (en) | 2017-05-05 | 2021-08-03 | Servicenow, Inc. | Indicator value aggregation in a multi-instance computing environment |
US11372930B2 (en) | 2017-05-05 | 2022-06-28 | Servicenow, Inc. | Template-based faceted search experience |
US11138006B2 (en) | 2017-05-05 | 2021-10-05 | Servicenow, Inc. | Hybrid development systems and methods |
US11163747B2 (en) | 2017-05-05 | 2021-11-02 | Servicenow, Inc. | Time series data forecasting |
US11062324B2 (en) | 2017-05-05 | 2021-07-13 | Servicenow, Inc. | Identifying clusters for service management operations |
US10789575B2 (en) | 2017-05-05 | 2020-09-29 | Servicenow, Inc. | User interface for timesheet reporting |
US11853365B2 (en) | 2017-05-05 | 2023-12-26 | Servicenow, Inc. | Template-based faceted search experience |
US11157255B2 (en) | 2017-05-05 | 2021-10-26 | Servicenow, Inc. | Software asset management |
US11132729B2 (en) | 2017-05-05 | 2021-09-28 | Servicenow, Inc. | Systems and methods for blueprint-based cloud management |
US10915515B2 (en) | 2017-05-05 | 2021-02-09 | Servicenow, Inc. | Database performance tuning framework |
US10936968B2 (en) | 2017-05-05 | 2021-03-02 | Servicenow, Inc. | Ticket routing |
US10938586B2 (en) | 2017-05-06 | 2021-03-02 | Servicenow, Inc. | Systems for peer-to-peer knowledge sharing platform |
US11356343B2 (en) | 2017-07-20 | 2022-06-07 | Servicenow, Inc. | Splitting network discovery payloads based on degree of relationships between nodes |
US10992537B2 (en) | 2017-08-01 | 2021-04-27 | Servicenow, Inc. | Automatic grouping of similar applications and devices on a network map |
US11012305B2 (en) | 2017-08-09 | 2021-05-18 | Servicenow, Inc. | Systems and methods for service mapping |
US11449326B2 (en) | 2017-08-09 | 2022-09-20 | Servicenow, Inc. | Systems and methods for recomputing services |
US11132613B2 (en) | 2017-08-10 | 2021-09-28 | Servicenow, Inc. | Traffic based discovery noise reduction architecture |
US10824642B2 (en) | 2017-08-10 | 2020-11-03 | Servicenow, Inc. | Data synchronization architecture |
US11429727B2 (en) | 2017-09-27 | 2022-08-30 | Servicenow, Inc. | Static security scanner for applications in a remote network management platform |
US10719611B2 (en) | 2017-09-27 | 2020-07-21 | Servicenow, Inc. | Static security scanner for applications in a remote network management platform |
US10949535B2 (en) | 2017-09-29 | 2021-03-16 | Microsoft Technology Licensing, Llc | Security model training and threshold selection |
US10817788B2 (en) | 2017-10-02 | 2020-10-27 | Servicenow, Inc. | Machine learning classification with confidence thresholds |
US11411830B2 (en) | 2017-10-02 | 2022-08-09 | Servicenow, Inc. | Systems and methods for determining entry points for mapping a network |
US10911314B2 (en) | 2017-10-02 | 2021-02-02 | Servicenow, Inc. | Systems and methods for determining entry points for mapping a network |
US11593507B2 (en) | 2017-10-03 | 2023-02-28 | Servicenow, Inc. | Searching for encrypted data within a cloud based platform |
US10956602B2 (en) | 2017-10-03 | 2021-03-23 | Servicenow, Inc. | Searching for encrypted data within a cloud based platform |
US10992530B2 (en) | 2017-10-04 | 2021-04-27 | Servicenow, Inc. | Dashboard overview navigation and search system |
US11044144B2 (en) | 2017-10-04 | 2021-06-22 | Servicenow, Inc. | Self-monitoring |
US11204981B2 (en) | 2017-10-04 | 2021-12-21 | Servicenow, Inc. | Distribution and enforcement of per-feature-set software application licensing |
US11057276B2 (en) | 2017-10-04 | 2021-07-06 | Servicenow, Inc. | Bulk service mapping |
US11093617B2 (en) | 2017-10-04 | 2021-08-17 | Servicenow, Inc. | Automated vulnerability grouping |
US10979296B2 (en) | 2017-10-04 | 2021-04-13 | Servicenow, Inc. | Systems and method for service mapping |
US11409628B2 (en) | 2017-10-04 | 2022-08-09 | Servicenow, Inc. | Systems and methods for robust anomaly detection |
US11238082B2 (en) | 2017-10-04 | 2022-02-01 | Servicenow, Inc. | Text analysis of unstructured data |
US10965531B2 (en) | 2017-10-04 | 2021-03-30 | Servicenow, Inc. | Service offering wish list ordering interface and conflict scheduling calendar system |
US11706084B2 (en) | 2017-10-04 | 2023-07-18 | Servicenow, Inc. | Self-monitoring |
US11329869B2 (en) | 2017-10-04 | 2022-05-10 | Servicenow, Inc. | Self-monitoring |
US11336523B2 (en) | 2017-10-04 | 2022-05-17 | Servicenow, Inc. | System and method for database access using a history walker |
US11087285B2 (en) | 2017-10-05 | 2021-08-10 | Servicenow, Inc. | Systems and methods for providing message templates in an enterprise system |
US11488112B2 (en) | 2017-10-05 | 2022-11-01 | Servicenow, Inc. | Systems and methods for providing message templates in an enterprise system |
US11809446B2 (en) | 2017-10-10 | 2023-11-07 | Servicenow, Inc. | Visualizing time metric database |
US11301486B2 (en) | 2017-10-10 | 2022-04-12 | Servicenow, Inc. | Visualizing time metric database |
US11520787B2 (en) | 2017-11-15 | 2022-12-06 | Servicenow, Inc. | Predictive query improvement |
US10795885B2 (en) | 2017-11-15 | 2020-10-06 | Servicenow, Inc. | Predictive query improvement |
US11509729B2 (en) | 2017-11-16 | 2022-11-22 | Servicenow, Inc. | Field service management mobile offline synchronization |
US11023461B2 (en) | 2018-01-19 | 2021-06-01 | Servicenow, Inc. | Query translation |
US10740568B2 (en) | 2018-01-24 | 2020-08-11 | Servicenow, Inc. | Contextual communication and service interface |
US11176331B2 (en) | 2018-01-24 | 2021-11-16 | Servicenow, Inc. | Contextual communication and service interface |
US11880557B2 (en) | 2018-01-29 | 2024-01-23 | Servicenow, Inc. | Distributed editing and versioning for graphical service maps of a managed network |
US11468641B2 (en) | 2018-02-06 | 2022-10-11 | Servicenow, Inc. | Augmented reality assistant |
US11128542B2 (en) | 2018-02-26 | 2021-09-21 | Servicenow, Inc. | Interactive user interface to visually display the impact of configuration changes on a managed network |
US11416573B2 (en) | 2018-02-26 | 2022-08-16 | Servicenow, Inc. | Bundled scripts for web content delivery |
US11233863B2 (en) | 2018-02-26 | 2022-01-25 | Servicenow, Inc. | Proxy application supporting multiple collaboration channels |
US10826776B2 (en) | 2018-02-26 | 2020-11-03 | Servicenow, Inc. | Integrated continual improvement management |
US11159649B2 (en) | 2018-02-27 | 2021-10-26 | Servicenow, Inc. | Systems and methods of rate limiting for a representational state transfer (REST) application programming interface (API) |
US10990929B2 (en) | 2018-02-27 | 2021-04-27 | Servicenow, Inc. | Systems and methods for generating and transmitting targeted data within an enterprise |
US11200538B2 (en) | 2018-02-27 | 2021-12-14 | Servicenow, Inc. | System and method for a unified incident management interface |
US10719375B2 (en) | 2018-03-13 | 2020-07-21 | Servicenow, Inc. | Systems and method for event parsing |
US11232224B2 (en) | 2018-03-15 | 2022-01-25 | Servicenow, Inc. | Database encryption |
US10970491B2 (en) | 2018-03-15 | 2021-04-06 | Servicenow, Inc. | Incident matching with vector-based natural language processing |
US11520992B2 (en) | 2018-03-23 | 2022-12-06 | Servicenow, Inc. | Hybrid learning system for natural language understanding |
US11507750B2 (en) | 2018-03-23 | 2022-11-22 | Servicenow, Inc. | Method and system for automated intent mining, classification and disposition |
US11681877B2 (en) | 2018-03-23 | 2023-06-20 | Servicenow, Inc. | Systems and method for vocabulary management in a natural learning framework |
US11238232B2 (en) | 2018-03-23 | 2022-02-01 | Servicenow, Inc. | Written-modality prosody subsystem in a natural language understanding (NLU) framework |
US10956683B2 (en) | 2018-03-23 | 2021-03-23 | Servicenow, Inc. | Systems and method for vocabulary management in a natural learning framework |
US10713441B2 (en) | 2018-03-23 | 2020-07-14 | Servicenow, Inc. | Hybrid learning system for natural language intent extraction from a dialog utterance |
US11741309B2 (en) | 2018-03-23 | 2023-08-29 | Servicenow, Inc. | Templated rule-based data augmentation for intent extraction |
US11252013B2 (en) | 2018-03-29 | 2022-02-15 | Servicenow, Inc. | Alert management system and method of using alert context-based alert rules |
US11228648B2 (en) | 2018-03-29 | 2022-01-18 | Servicenow, Inc. | Internet of things (IOT) platform for device configuration management and support |
US10761903B2 (en) | 2018-03-29 | 2020-09-01 | Servicenow, Inc. | Management instrumentation and discovery (MID) server support for executing automated flows within a cloud based system |
US10819560B2 (en) | 2018-03-29 | 2020-10-27 | Servicenow, Inc. | Alert management system and method of using alert context-based alert rules |
US11720415B2 (en) | 2018-03-29 | 2023-08-08 | Servicenow, Inc. | Management instrumentation and discovery (MID) server support for executing automated flows within a cloud based system |
US11206189B2 (en) | 2018-04-05 | 2021-12-21 | Servicenow, Inc. | Performance analytics content gallery |
US10819581B2 (en) | 2018-04-05 | 2020-10-27 | Servicenow, Inc. | Performance analytics content gallery |
US11551105B2 (en) | 2018-04-20 | 2023-01-10 | Servicenow, Inc. | Knowledge management using machine learning model trained on incident-knowledge relationship fingerprints |
US11442942B2 (en) | 2018-05-01 | 2022-09-13 | Servicenow, Inc. | Modified representational state transfer (REST) application programming interface (API) including a customized GraphQL framework |
US11922155B2 (en) | 2018-05-02 | 2024-03-05 | Servicenow, Inc. | Post-upgrade debugging in a remote network management platform |
US11327794B2 (en) | 2018-05-02 | 2022-05-10 | Servicenow, Inc. | Periodic task execution in an automated context |
US11741413B2 (en) | 2018-05-02 | 2023-08-29 | Servicenow, Inc. | Digital fingerprint analysis |
US10943201B2 (en) | 2018-05-02 | 2021-03-09 | Servicenow, Inc. | Digital fingerprint analysis |
US11373124B2 (en) | 2018-05-04 | 2022-06-28 | Servicenow, Inc. | System and method for a control based project scheduling mode |
US11086610B2 (en) | 2018-05-04 | 2021-08-10 | Servicenow, Inc. | Instance upgrade techniques |
US11086950B2 (en) | 2018-05-04 | 2021-08-10 | Servicenow, Inc. | System and method for task generation to address article feedback |
US20220172300A1 (en) * | 2018-05-07 | 2022-06-02 | Servicenow, Inc. | Systems and method for combined account reconciliation and variance/flux analysis |
US11036751B2 (en) | 2018-05-07 | 2021-06-15 | Servicenow, Inc. | Advanced insights explorer |
US11257168B2 (en) * | 2018-05-07 | 2022-02-22 | Servicenow, Inc. | Systems and method for combined account reconciliation and variance/flux analysis |
US10936980B2 (en) | 2018-05-07 | 2021-03-02 | Servicenow, Inc. | Graphical user interface for enterprise project portfolio management utilizing normalized project attributes mapped to a common framework |
US11966984B2 (en) * | 2018-05-07 | 2024-04-23 | Servicenow, Inc. | Systems and method for combined account reconciliation and variance/flux analysis |
US10944654B2 (en) | 2018-06-06 | 2021-03-09 | Servicenow, Inc. | Discovery and mapping of containerized software applications |
US10826682B2 (en) | 2018-07-03 | 2020-11-03 | Servicenow, Inc. | Multi-instance architecture supporting trusted blockchain-based network |
US10817809B2 (en) | 2018-07-27 | 2020-10-27 | Servicenow, Inc. | Systems and methods for customizable route optimization |
US11140046B2 (en) | 2018-08-08 | 2021-10-05 | Servicenow, Inc. | Offline updates for native mobile applications |
US10915518B2 (en) | 2018-08-09 | 2021-02-09 | Servicenow, Inc. | Partial discovery of cloud-based resources |
US11663515B2 (en) | 2018-08-09 | 2023-05-30 | Servicenow, Inc. | Machine learning classification with model quality prediction |
US11288250B2 (en) | 2018-08-09 | 2022-03-29 | Servicenow, Inc. | Partial discovery of cloud-based resources |
US11533339B2 (en) | 2018-08-10 | 2022-12-20 | Servicenow, Inc. | Creating security incident records using a remote network management platform |
US10826942B2 (en) | 2018-08-10 | 2020-11-03 | Servicenow, Inc. | Creating security incident records using a remote network management platform |
US11645591B2 (en) | 2018-08-29 | 2023-05-09 | Servicenow, Inc. | Dynamic agent management for multiple queues |
US10929790B2 (en) | 2018-08-29 | 2021-02-23 | Servicenow, Inc. | Dynamic agent management for multiple queues |
US11061949B2 (en) | 2018-09-05 | 2021-07-13 | Servicenow, Inc. | User interface for contextual search |
US11924057B2 (en) | 2018-09-07 | 2024-03-05 | Servicenow, Inc. | Identification and display of configuration item information |
US11182377B2 (en) | 2018-09-07 | 2021-11-23 | Servicenow, Inc. | System and graphical user interface for record lifecycle improvement |
US10992544B2 (en) | 2018-09-07 | 2021-04-27 | Servicenow, Inc. | Identification and display of configuration item information |
US10824948B2 (en) | 2018-09-17 | 2020-11-03 | Servicenow, Inc. | Decision tables and flow engine for building automated flows within a cloud based development platform |
US11934802B2 (en) | 2018-09-17 | 2024-03-19 | Servicenow, Inc. | System and method for workflow application programming interfaces (APIS) |
US12309199B2 (en) | 2018-09-17 | 2025-05-20 | Servicenow, Inc. | Phishing attempt search interface |
US11182746B2 (en) | 2018-09-17 | 2021-11-23 | Servicenow, Inc. | Systems and methods for integrating third-party services with a client instance |
US10970048B2 (en) | 2018-09-17 | 2021-04-06 | Servicenow, Inc. | System and method for workflow application programming interfaces (APIS) |
US11089053B2 (en) | 2018-09-17 | 2021-08-10 | Servicenow, Inc. | Phishing attempt search interface |
US11558421B2 (en) | 2018-09-17 | 2023-01-17 | Servicenow, Inc. | Phishing attempt search interface |
US10831589B2 (en) | 2018-09-17 | 2020-11-10 | Servicenow, Inc. | Service portal diagnosis system providing issue resolution steps |
US10810262B2 (en) | 2018-09-17 | 2020-10-20 | Servicenow, Inc. | System and method for dashboard selection |
US11403332B2 (en) | 2018-09-19 | 2022-08-02 | Servicenow, Inc. | Selectively generating word vector and paragraph vector representations of fields for machine learning |
US12141182B2 (en) | 2018-09-19 | 2024-11-12 | Servicenow, Inc. | Data structures for efficient storage and updating of paragraph vectors |
US11574235B2 (en) | 2018-09-19 | 2023-02-07 | Servicenow, Inc. | Machine learning worker node architecture |
US11423069B2 (en) | 2018-09-19 | 2022-08-23 | Servicenow, Inc. | Data structures for efficient storage and updating of paragraph vectors |
US10795923B2 (en) | 2018-09-19 | 2020-10-06 | Servicenow, Inc. | Selectively generating word vector and paragraph vector representations of fields for machine learning |
US11238230B2 (en) | 2018-09-19 | 2022-02-01 | Servicenow, Inc. | Persistent word vector input to multiple machine learning models |
US11429650B2 (en) | 2018-09-21 | 2022-08-30 | Servicenow, Inc. | Parsing of user queries in a remote network management platform using linguistic matching |
US11249992B2 (en) | 2018-09-21 | 2022-02-15 | Servicenow, Inc. | Parsing of user queries in a remote network management platform using extended context-free grammar rules |
US11061890B2 (en) | 2018-10-04 | 2021-07-13 | Servicenow, Inc. | Automated identification of hardware and software components relevant to incident reports |
US11693847B2 (en) | 2018-10-04 | 2023-07-04 | Servicenow, Inc. | Automated identification of hardware and software components relevant to incident reports |
US11063946B2 (en) | 2018-10-24 | 2021-07-13 | Servicenow, Inc. | Feedback framework |
US11700255B2 (en) | 2018-10-24 | 2023-07-11 | Servicenow, Inc. | Feedback framework |
US10613899B1 (en) | 2018-11-09 | 2020-04-07 | Servicenow, Inc. | Lock scheduling using machine learning |
US11086677B2 (en) | 2018-11-09 | 2021-08-10 | Servicenow, Inc. | Lock scheduling using machine learning |
US11709706B2 (en) | 2018-11-09 | 2023-07-25 | Servicenow, Inc. | Lock scheduling using machine learning |
US10942787B2 (en) | 2018-11-13 | 2021-03-09 | Servicenow, Inc. | Instance mapping engine and tools |
US11625655B2 (en) | 2018-11-14 | 2023-04-11 | Servicenow, Inc. | Workflows with rule-based assignments |
US11240271B2 (en) | 2018-11-14 | 2022-02-01 | Servicenow, Inc. | Distributed detection of security threats in a remote network management platform |
US11120049B2 (en) | 2018-11-19 | 2021-09-14 | Servicenow, Inc. | Concurrent data imports |
US11374826B2 (en) | 2018-11-27 | 2022-06-28 | Servicenow, Inc. | Systems and methods for enhanced monitoring of a distributed computing system |
US10846111B2 (en) | 2018-12-18 | 2020-11-24 | Servicenow, Inc. | Customer service management |
US11698802B2 (en) | 2018-12-18 | 2023-07-11 | Servicenow, Inc. | Customer service management |
US11513823B2 (en) | 2018-12-18 | 2022-11-29 | Servicenow, Inc. | Chat interface for resource management |
US11307832B2 (en) | 2018-12-27 | 2022-04-19 | Servicenow, Inc. | System and method for interfacing incident and continuous integration systems |
US11068140B2 (en) | 2019-01-04 | 2021-07-20 | Servicenow, Inc. | Intelligent overflow menu |
US11137258B2 (en) | 2019-01-07 | 2021-10-05 | Servicenow, Inc. | Systems and methods for comprehensive routing |
US11363030B2 (en) | 2019-01-08 | 2022-06-14 | Servicenow, Inc. | Systems and methods for categorized hierarchical view and modification of user accessibility to information technology item |
US10824305B1 (en) | 2019-01-08 | 2020-11-03 | Servicenow, Inc. | Graphical user interfaces for software asset management |
US11108647B2 (en) | 2019-01-14 | 2021-08-31 | Servicenow, Inc. | Service mapping based on discovered keywords |
US11392563B2 (en) | 2019-01-15 | 2022-07-19 | Servicenow, Inc. | Efficient compression of workflow state representations |
US11410101B2 (en) | 2019-01-16 | 2022-08-09 | Servicenow, Inc. | Efficient analysis of user-related data for determining usage of enterprise resource systems |
US11070435B2 (en) | 2019-01-16 | 2021-07-20 | Servicenow, Inc. | Service model re-computation based on configuration item change type |
US10931774B2 (en) | 2019-01-17 | 2021-02-23 | Servicenow, Inc. | Discovery and service mapping of application programming interface proxies |
US11537936B2 (en) | 2019-01-17 | 2022-12-27 | Servicenow, Inc. | Data set generation for testing of machine learning pipelines |
US11223542B2 (en) | 2019-01-22 | 2022-01-11 | Servicenow, Inc. | Systems and method for shared visualization library |
US10911320B2 (en) | 2019-01-23 | 2021-02-02 | Servicenow, Inc. | Guided interface for configuring key performance indicators |
US11233747B2 (en) | 2019-01-23 | 2022-01-25 | Servicenow, Inc. | Systems and methods for acquiring server resources at schedule time |
USD990509S1 (en) | 2019-01-23 | 2023-06-27 | Servicenow, Inc. | Display screen with graphical user interface |
US11500874B2 (en) | 2019-01-23 | 2022-11-15 | Servicenow, Inc. | Systems and methods for linking metric data to resources |
US11163791B2 (en) | 2019-01-23 | 2021-11-02 | Servicenow, Inc. | Transformation configuration in instance data replication with bi-directional replication support |
US11308429B2 (en) | 2019-01-23 | 2022-04-19 | Servicenow, Inc. | Enterprise data mining systems |
US11106525B2 (en) | 2019-02-04 | 2021-08-31 | Servicenow, Inc. | Systems and methods for classifying and predicting the cause of information technology incidents using machine learning |
US11409844B2 (en) | 2019-02-11 | 2022-08-09 | Servicenow, Inc. | Systems and methods for license management in a domain-separated architecture |
US11520863B2 (en) | 2019-02-27 | 2022-12-06 | Servicenow, Inc. | Systems and methods for importing software license metric data into a configuration management database (CMDB) |
US11303538B2 (en) | 2019-03-04 | 2022-04-12 | Servicenow, Inc. | Methods and systems for analysis of process performance |
US11593461B2 (en) | 2019-03-11 | 2023-02-28 | Servicenow, Inc. | Systems and methods for third-party library management |
US10949070B2 (en) | 2019-03-13 | 2021-03-16 | Servicenow, Inc. | Customizable mobile application for event management |
US11461288B2 (en) | 2019-03-14 | 2022-10-04 | Servicenow, Inc. | Systems and methods for database management system (DBMS) discovery |
US11379560B2 (en) | 2019-03-18 | 2022-07-05 | ServiceNow Inc. | Systems and methods for license analysis |
US11043204B2 (en) | 2019-03-18 | 2021-06-22 | Servicenow, Inc. | Adaptable audio notifications |
US11222290B2 (en) | 2019-03-18 | 2022-01-11 | Servicenow, Inc. | Intelligent capability extraction and assignment |
US11442899B2 (en) | 2019-03-19 | 2022-09-13 | Servicenow, Inc. | Systems and methods for improved application programing interface (API) retry handling |
US11943177B2 (en) | 2019-03-19 | 2024-03-26 | Servicenow, Inc. | Virtual agent portal integration of two frameworks |
US12182517B2 (en) | 2019-03-19 | 2024-12-31 | Servicenow, Inc. | Systems and methods for a virtual agent in a cloud computing environment |
US11435983B2 (en) | 2019-03-19 | 2022-09-06 | Servicenow, Inc. | Workflow support for dynamic action output |
US10949074B2 (en) | 2019-03-19 | 2021-03-16 | Servicenow, Inc. | Graphical user interfaces for defining complex data objects |
US11068669B2 (en) | 2019-03-19 | 2021-07-20 | Servicenow, Inc. | Dynamic translation |
US11423910B2 (en) | 2019-03-19 | 2022-08-23 | Servicenow, Inc. | Systems and method for third party natural language understanding service integration |
US10929107B2 (en) | 2019-03-19 | 2021-02-23 | Servicenow, Inc. | Workflow support for dynamic action output |
US12046244B2 (en) | 2019-03-19 | 2024-07-23 | ServiceNow Inc. | Systems and method for third party natural language understanding service integration |
US11068241B2 (en) | 2019-03-19 | 2021-07-20 | Servicenow, Inc. | Guided definition of an application programming interface action for a workflow |
US11100075B2 (en) | 2019-03-19 | 2021-08-24 | Servicenow, Inc. | Graphical user interfaces for incorporating complex data objects into a workflow |
US10809982B2 (en) | 2019-03-19 | 2020-10-20 | Servicenow, Inc. | Workflow support for dynamic action input |
US11256482B2 (en) | 2019-03-19 | 2022-02-22 | Servicenow, Inc. | Workflow support for dynamic action input |
US11790176B2 (en) | 2019-03-19 | 2023-10-17 | Servicenow, Inc. | Systems and methods for a virtual agent in a cloud computing environment |
US11138530B2 (en) | 2019-03-19 | 2021-10-05 | Servicenow, Inc. | Action determination for case management |
US11151325B2 (en) | 2019-03-22 | 2021-10-19 | Servicenow, Inc. | Determining semantic similarity of texts based on sub-sections thereof |
US12299397B2 (en) | 2019-03-22 | 2025-05-13 | Servicenow, Inc. | Determining semantic similarity of texts based on sub-sections thereof |
US11258865B2 (en) | 2019-03-28 | 2022-02-22 | Servicenow, Inc. | Automated integration with cloud-based services |
US11115471B2 (en) | 2019-03-28 | 2021-09-07 | Servicenow, Inc. | Identifying and mitigating configuration item flapping |
US11080490B2 (en) | 2019-03-28 | 2021-08-03 | Servicenow, Inc. | Pre-training of virtual chat interfaces |
USD963669S1 (en) | 2019-04-10 | 2022-09-13 | Servicenow, Inc. | Display screen with graphical user interface |
US10924344B2 (en) | 2019-04-11 | 2021-02-16 | Servicenow, Inc. | Discovery and mapping of cloud-based resource modifications |
US11263201B2 (en) | 2019-04-12 | 2022-03-01 | Servicenow, Inc. | Interface for supporting integration with cloud-based service providers |
US11226978B2 (en) | 2019-04-23 | 2022-01-18 | Servicenow, Inc. | Systems and methods for dynamic creation of schemas |
US11204917B2 (en) | 2019-05-02 | 2021-12-21 | Servicenow, Inc. | Graphical query builder for multi-modal search |
US11157273B2 (en) | 2019-05-02 | 2021-10-26 | Servicenow, Inc. | Scaled agile framework program board |
US11112929B2 (en) | 2019-05-02 | 2021-09-07 | Servicenow, Inc. | Personalized graphical user interfaces for enterprise-related actions |
US11921826B2 (en) | 2019-05-02 | 2024-03-05 | Servicenow, Inc. | Automatically detecting misuse of licensed software |
US11374805B2 (en) | 2019-05-02 | 2022-06-28 | Servicenow, Inc. | Descriptor architecture for a remote network management platform |
US11204903B2 (en) | 2019-05-02 | 2021-12-21 | Servicenow, Inc. | Determination and reconciliation of software used by a managed network |
US11403370B2 (en) | 2019-05-02 | 2022-08-02 | Servicenow, Inc. | Automatically detecting misuse of licensed software |
US11502897B2 (en) | 2019-05-02 | 2022-11-15 | Servicenow, Inc. | Intelligent export and import of service representations |
US11481474B2 (en) | 2019-05-03 | 2022-10-25 | Servicenow, Inc. | Discovery and allocation of entitlements to virtualized applications |
US11133992B2 (en) | 2019-05-03 | 2021-09-28 | Servicenow, Inc. | Detection and notification of anomalies in shared computer networks |
US11431824B2 (en) | 2019-05-03 | 2022-08-30 | Servicenow, Inc. | Server-side control over navigation mode in web application |
US11520622B2 (en) | 2019-05-03 | 2022-12-06 | Servicenow, Inc. | Active queue management in a multi-node computing environment |
US10997002B2 (en) | 2019-05-03 | 2021-05-04 | Servicenow, Inc. | Quick actions |
US11082289B2 (en) | 2019-05-03 | 2021-08-03 | Servicenow, Inc. | Alert intelligence integration |
US11651032B2 (en) | 2019-05-03 | 2023-05-16 | Servicenow, Inc. | Determining semantic content of textual clusters |
US11080241B2 (en) | 2019-05-03 | 2021-08-03 | Servicenow, Inc. | Document collaboration |
US11586659B2 (en) | 2019-05-03 | 2023-02-21 | Servicenow, Inc. | Clustering and dynamic re-clustering of similar textual documents |
US11374970B2 (en) | 2019-05-07 | 2022-06-28 | Servicenow, Inc. | Phishing attempt categorization/aggregation interface |
US11902130B2 (en) | 2019-05-28 | 2024-02-13 | Servicenow, Inc. | Data packet loss detection |
US11032381B2 (en) | 2019-06-19 | 2021-06-08 | Servicenow, Inc. | Discovery and storage of resource tags |
US11226732B2 (en) | 2019-06-28 | 2022-01-18 | Servicenow, Inc. | Support for swimlanes in a mobile graphical user interface |
US11205052B2 (en) | 2019-07-02 | 2021-12-21 | Servicenow, Inc. | Deriving multiple meaning representations for an utterance in a natural language understanding (NLU) framework |
US11487945B2 (en) | 2019-07-02 | 2022-11-01 | Servicenow, Inc. | Predictive similarity scoring subsystem in a natural language understanding (NLU) framework |
US11720756B2 (en) | 2019-07-02 | 2023-08-08 | Servicenow, Inc. | Deriving multiple meaning representations for an utterance in a natural language understanding (NLU) framework |
US20220385529A1 (en) * | 2019-07-02 | 2022-12-01 | Servicenow, Inc. | Dynamic anomaly reporting |
US11410061B2 (en) | 2019-07-02 | 2022-08-09 | Servicenow, Inc. | Dynamic anomaly reporting |
US11556713B2 (en) | 2019-07-02 | 2023-01-17 | Servicenow, Inc. | System and method for performing a meaning search using a natural language understanding (NLU) framework |
US12254423B2 (en) * | 2019-07-02 | 2025-03-18 | Servicenow, Inc. | Dynamic anomaly reporting |
US11706243B2 (en) | 2019-07-08 | 2023-07-18 | Servicenow, Inc. | Multi-application recommendation engine for a remote network management platform |
US11115432B2 (en) | 2019-07-08 | 2021-09-07 | Servicenow, Inc. | Multi-application recommendation engine for a remote network management platform |
US11016979B2 (en) | 2019-08-05 | 2021-05-25 | Servicenow, Inc. | Systems and method for domain separation of service catalog |
US11232410B2 (en) | 2019-08-07 | 2022-01-25 | Servicenow, Inc. | On-call scheduling and enhanced contact preference management |
US11256391B2 (en) | 2019-08-12 | 2022-02-22 | Servicenow, Inc. | Mobile user interface for displaying heterogeneous items interleaved by common data type |
US11520621B2 (en) | 2019-08-26 | 2022-12-06 | Servicenow, Inc. | Computational instance batching and automation orchestration based on resource usage and availability |
US11423155B2 (en) | 2019-08-28 | 2022-08-23 | Servicenow, Inc. | Software vulnerability detection in managed networks |
US12067127B2 (en) | 2019-08-28 | 2024-08-20 | Servicenow, Inc. | Software vulnerability detection in managed networks |
US12093647B2 (en) | 2019-09-05 | 2024-09-17 | Servicenow, Inc. | Hierarchical search for improved search relevance |
US11205047B2 (en) | 2019-09-05 | 2021-12-21 | Servicenow, Inc. | Hierarchical search for improved search relevance |
US11379562B2 (en) | 2019-09-09 | 2022-07-05 | Servicenow, Inc. | Remote software usage monitoring and entitlement analysis |
US11693930B2 (en) | 2019-09-09 | 2023-07-04 | Servicenow, Inc. | Remote software usage monitoring and entitlement analysis |
US11290357B2 (en) | 2019-09-10 | 2022-03-29 | Servicenow, Inc. | Automated document summaries using highlighting |
US11283681B2 (en) | 2019-09-13 | 2022-03-22 | Servicenow, Inc. | Enhancing discovery patterns with shell command exit status |
US11507442B2 (en) | 2019-09-17 | 2022-11-22 | Servicenow, Inc. | Method and system for determining maturity level of a cloud computing service |
US11157241B2 (en) | 2019-09-18 | 2021-10-26 | Servicenow, Inc. | Codeless specification of software as a service integrations |
US11740873B2 (en) | 2019-09-18 | 2023-08-29 | Servicenow, Inc. | Codeless specification of software as a service integrations |
US11140042B2 (en) | 2019-09-18 | 2021-10-05 | Servicenow, Inc. | Dictionary-based service mapping |
US11086879B2 (en) | 2019-10-02 | 2021-08-10 | Servicenow, Inc. | Pipelineable and parallelizable streaming parsers for querying structured data-interchange information |
US11537620B2 (en) | 2019-10-02 | 2022-12-27 | Servicenow, Inc. | Pipelineable and parallelizable streaming parsers for querying structured data-interchange information |
US11507644B2 (en) | 2019-10-02 | 2022-11-22 | Servicenow, Inc. | Discovery and classification of software application suites |
US12130820B2 (en) | 2019-10-02 | 2024-10-29 | Servicenow, Inc. | Pipelineable and parallelizable streaming parsers for querying structured data-interchange information |
US11461673B2 (en) | 2019-10-07 | 2022-10-04 | Servicenow, Inc. | Shared machine learning model for application discovery |
US12088473B2 (en) | 2019-10-23 | 2024-09-10 | Aryaka Networks, Inc. | Method, device and system for enhancing predictive classification of anomalous events in a cloud-based application acceleration as a service environment |
US12309039B2 (en) | 2019-10-23 | 2025-05-20 | Aryaka Networks, Inc. | Efficient detection and prediction of data pattern changes in a cloud-based application acceleration as a service environment |
US12284087B2 (en) | 2019-10-23 | 2025-04-22 | Aryaka Networks, Inc. | Correlation score based commonness indication associated with a point anomaly pertinent to data pattern changes in a cloud-based application acceleration as a service environment |
US12095639B2 (en) | 2019-10-23 | 2024-09-17 | Aryaka Networks, Inc. | Method, device and system for improving performance of point anomaly based data pattern change detection associated with network entity features in a cloud-based application acceleration as a service environment |
US11449496B2 (en) | 2019-10-25 | 2022-09-20 | Servicenow, Inc. | Enhanced natural language processing with semantic shortcuts |
US11122145B2 (en) | 2019-10-31 | 2021-09-14 | Servicenow, Inc. | Time series data analysis |
US11489942B2 (en) | 2019-10-31 | 2022-11-01 | Servicenow, Inc. | Time series data analysis |
US11481417B2 (en) | 2019-11-06 | 2022-10-25 | Servicenow, Inc. | Generation and utilization of vector indexes for data processing systems and methods |
US11429631B2 (en) | 2019-11-06 | 2022-08-30 | Servicenow, Inc. | Memory-efficient programmatic transformation of structured data |
US11531683B2 (en) | 2019-11-06 | 2022-12-20 | Servicenow, Inc. | Unified application programming interface for transformation of structured data |
US11468238B2 (en) | 2019-11-06 | 2022-10-11 | ServiceNow Inc. | Data processing systems and methods |
US11455357B2 (en) | 2019-11-06 | 2022-09-27 | Servicenow, Inc. | Data processing systems and methods |
US11762852B2 (en) | 2019-11-25 | 2023-09-19 | Servicenow, Inc. | Metadata-based translation of natural language queries into database queries |
US11188530B2 (en) | 2019-11-25 | 2021-11-30 | Servicenow, Inc. | Metadata-based translation of natural language queries into database queries |
US11720406B2 (en) | 2019-12-05 | 2023-08-08 | Servicenow, Inc. | System and method for determining and tracking cloud capacity metrics |
US11652790B2 (en) | 2019-12-06 | 2023-05-16 | Servicenow, Inc. | Quarantine for cloud-based services |
US11886551B2 (en) | 2019-12-20 | 2024-01-30 | Servicenow, Inc. | Systems and methods for asset management |
US11423124B2 (en) | 2019-12-20 | 2022-08-23 | Servicenow, Inc. | Systems and methods for asset management |
US11258860B2 (en) | 2019-12-24 | 2022-02-22 | Servicenow, Inc. | System and method for bot detection and classification |
US11507692B2 (en) | 2019-12-31 | 2022-11-22 | Servicenow, Inc. | System and method for improved anonymized data repositories |
US11275790B2 (en) | 2019-12-31 | 2022-03-15 | Servicenow, Inc. | Enhanced phrase scoring for textual search |
US11188553B2 (en) | 2019-12-31 | 2021-11-30 | Servicenow, Inc. | System and method for importation of configuration item (CI) data into a configuration management database (CMDB) |
US11418395B2 (en) | 2020-01-08 | 2022-08-16 | Servicenow, Inc. | Systems and methods for an enhanced framework for a distributed computing system |
US11140223B2 (en) | 2020-01-14 | 2021-10-05 | Servicenow, Inc. | Systems and methods for synchronizing data between hub and spoke environments |
US11487411B2 (en) | 2020-02-20 | 2022-11-01 | Servicenow, Inc. | Context-driven group pill in a user interface |
US12197435B2 (en) | 2020-03-05 | 2025-01-14 | Servicenow, Inc. | Localization procedures and prioritization for applications |
US11836456B2 (en) | 2020-03-16 | 2023-12-05 | Servicenow, Inc. | Machine translation of chat sessions |
US11580312B2 (en) | 2020-03-16 | 2023-02-14 | Servicenow, Inc. | Machine translation of chat sessions |
US11385916B2 (en) | 2020-03-16 | 2022-07-12 | Servicenow, Inc. | Dynamic translation of graphical user interfaces |
US11068130B1 (en) | 2020-03-16 | 2021-07-20 | Servicenow, Inc. | Automatic restructuring of graphical user interface components based on user interaction |
US11720838B2 (en) | 2020-04-14 | 2023-08-08 | Servicenow, Inc. | Systems and method for a project management portal |
US11288608B2 (en) | 2020-04-14 | 2022-03-29 | Servicenow, Inc. | Systems and method for a project management portal |
US11301267B2 (en) | 2020-05-22 | 2022-04-12 | Servicenow, Inc. | Automated task management techniques |
US11636104B2 (en) | 2020-07-28 | 2023-04-25 | Servicenow, Inc. | Analytics center having a natural language query (NLQ) interface |
US11190623B1 (en) | 2020-08-26 | 2021-11-30 | Servicenow, Inc. | System and method for a data interchange hub |
US11722547B2 (en) | 2020-08-26 | 2023-08-08 | Servicenow, Inc. | System and method for a data interchange hub |
US11784962B2 (en) | 2020-09-01 | 2023-10-10 | Servicenow, Inc. | Systems and methods for collaborative chat with non-native chat platforms |
US11474845B2 (en) | 2020-09-09 | 2022-10-18 | Servicenow, Inc. | System and method for versioned script management |
US12015739B2 (en) | 2020-09-14 | 2024-06-18 | Servicenow, Inc. | Integrated customer information user interface |
US11599645B2 (en) | 2021-01-07 | 2023-03-07 | Servicenow, Inc. | Systems and methods for predicting cybersecurity vulnerabilities |
US11777792B2 (en) | 2021-01-07 | 2023-10-03 | Servicenow, Inc. | Systems and methods for ranked visualization of events |
US11296926B1 (en) | 2021-01-07 | 2022-04-05 | Servicenow, Inc. | Systems and methods for ranked visualization of events |
US12175193B2 (en) | 2021-01-21 | 2024-12-24 | Servicenow, Inc. | System and method for lookup source segmentation scoring in a natural language understanding (NLU) framework |
US12175196B2 (en) | 2021-01-21 | 2024-12-24 | Servicenow, Inc. | Operational modeling and optimization system for a natural language understanding (NLU) framework |
US12197869B2 (en) | 2021-01-21 | 2025-01-14 | Servicenow, Inc. | Concept system for a natural language understanding (NLU) framework |
US12265796B2 (en) | 2021-01-21 | 2025-04-01 | Servicenow, Inc. | Lookup source framework for a natural language understanding (NLU) framework |
US12299391B2 (en) | 2021-01-21 | 2025-05-13 | Servicenow, Inc. | System and method for repository-aware natural language understanding (NLU) using a lookup source framework |
US11838374B2 (en) | 2021-02-12 | 2023-12-05 | Servicenow, Inc. | Remote network management infrastructure for cloud-based deployments |
US11768831B2 (en) | 2021-05-10 | 2023-09-26 | Servicenow, Inc. | Systems and methods for translating natural language queries into a constrained domain-specific language |
US12243518B2 (en) | 2021-11-11 | 2025-03-04 | Servicenow, Inc. | Data augmentation for intent classification |
US12301423B2 (en) | 2022-02-01 | 2025-05-13 | Servicenow, Inc. | Service map conversion with preserved historical information |
US11856048B2 (en) | 2022-02-02 | 2023-12-26 | Servicenow, Inc. | System and method for deferring data retrieval |
US12001503B2 (en) | 2022-02-02 | 2024-06-04 | Servicenow, Inc. | System and method for delivering application metadata |
US11522943B1 (en) | 2022-02-02 | 2022-12-06 | Servicenow, Inc. | System and method for deferring data retrieval |
US11777815B1 (en) | 2022-03-02 | 2023-10-03 | Servicenow, Inc. | Techniques for dynamically configuring service availability |
US11949561B2 (en) | 2022-07-19 | 2024-04-02 | Servicenow, Inc. | Automated preventative controls in digital workflow |
Also Published As
Publication number | Publication date |
---|---|
US20110238376A1 (en) | 2011-09-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8457928B2 (en) | Automatic determination of dynamic threshold for accurate detection of abnormalities | |
US8478569B2 (en) | Auto adjustment of baseline on configuration change | |
US11836162B2 (en) | Unsupervised method for classifying seasonal patterns | |
CN114978568B (en) | Data center management using machine learning | |
US10331802B2 (en) | System for detecting and characterizing seasons | |
US10171335B2 (en) | Analysis of site speed performance anomalies caused by server-side issues | |
US10102056B1 (en) | Anomaly detection using machine learning | |
CN102257520B (en) | The performance evaluation of application | |
US8051028B2 (en) | Method and apparatus for generating configuration rules for computing entities within a computing environment using association rule mining | |
Vilalta et al. | Predictive algorithms in the management of computer systems | |
US10592308B2 (en) | Aggregation based event identification | |
US8606913B2 (en) | Method for adaptively building a baseline behavior model | |
US9720823B2 (en) | Free memory trending for detecting out-of-memory events in virtual machines | |
US10467087B2 (en) | Plato anomaly detection | |
US20160371170A1 (en) | Stateful detection of anomalous events in virtual machines | |
US20110161048A1 (en) | Method to Optimize Prediction of Threshold Violations Using Baselines | |
US20090245109A1 (en) | Methods, systems and computer program products for detecting flow-level network traffic anomalies via abstraction levels | |
Jiang et al. | Efficient fault detection and diagnosis in complex software systems with information-theoretic monitoring | |
CN112188531A (en) | Abnormality detection method, abnormality detection device, electronic apparatus, and computer storage medium | |
US20170155537A1 (en) | Root cause investigation of site speed performance anomalies | |
US20160371181A1 (en) | Stateless detection of out-of-memory events in virtual machines | |
CN115237717A (en) | Micro-service abnormity detection method and system | |
Zhong et al. | Study on network failure prediction based on alarm logs | |
JP6832890B2 (en) | Monitoring equipment, monitoring methods, and computer programs | |
JP2014153736A (en) | Fault symptom detection method, program and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: BMC SOFTWARE, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DANG, DEREK;LEFAIVE, ALEX;SCARPELLI, JOE;AND OTHERS;REEL/FRAME:025130/0026 Effective date: 20100831 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY AGREEMENT;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:031204/0225 Effective date: 20130910 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECURITY AGREEMENT;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:031204/0225 Effective date: 20130910 |
|
CC | Certificate of correction | ||
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: CREDIT SUISSE, AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:047185/0744 Effective date: 20181002 Owner name: CREDIT SUISSE, AG, CAYMAN ISLANDS BRANCH, AS COLLA Free format text: SECURITY INTEREST;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:047185/0744 Effective date: 20181002 |
|
AS | Assignment |
Owner name: BMC ACQUISITION L.L.C., TEXAS Free format text: RELEASE OF PATENTS;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:047198/0468 Effective date: 20181002 Owner name: BLADELOGIC, INC., TEXAS Free format text: RELEASE OF PATENTS;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:047198/0468 Effective date: 20181002 Owner name: BMC SOFTWARE, INC., TEXAS Free format text: RELEASE OF PATENTS;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:047198/0468 Effective date: 20181002 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT, TEXAS Free format text: SECURITY INTEREST;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:052844/0646 Effective date: 20200601 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT, TEXAS Free format text: SECURITY INTEREST;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:052854/0139 Effective date: 20200601 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: ALTER DOMUS (US) LLC, ILLINOIS Free format text: GRANT OF SECOND LIEN SECURITY INTEREST IN PATENT RIGHTS;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:057683/0582 Effective date: 20210930 |
|
AS | Assignment |
Owner name: BLADELOGIC, INC., TEXAS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:ALTER DOMUS (US) LLC;REEL/FRAME:066567/0283 Effective date: 20240131 Owner name: BMC SOFTWARE, INC., TEXAS Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:ALTER DOMUS (US) LLC;REEL/FRAME:066567/0283 Effective date: 20240131 |
|
AS | Assignment |
Owner name: GOLDMAN SACHS BANK USA, AS SUCCESSOR COLLATERAL AGENT, NEW YORK Free format text: OMNIBUS ASSIGNMENT OF SECURITY INTERESTS IN PATENT COLLATERAL;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS RESIGNING COLLATERAL AGENT;REEL/FRAME:066729/0889 Effective date: 20240229 |
|
AS | Assignment |
Owner name: BLADELOGIC, INC., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (052854/0139);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:068339/0617 Effective date: 20240731 Owner name: BMC SOFTWARE, INC., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (052854/0139);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:068339/0617 Effective date: 20240731 Owner name: BLADELOGIC, INC., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (052844/0646);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:068339/0408 Effective date: 20240731 Owner name: BMC SOFTWARE, INC., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (052844/0646);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:068339/0408 Effective date: 20240731 |
|
AS | Assignment |
Owner name: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT, NEW YORK Free format text: GRANT OF FIRST LIEN SECURITY INTEREST IN PATENT RIGHTS;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:069352/0628 Effective date: 20240730 Owner name: GOLDMAN SACHS BANK USA, AS COLLATERAL AGENT, NEW YORK Free format text: GRANT OF SECOND LIEN SECURITY INTEREST IN PATENT RIGHTS;ASSIGNORS:BMC SOFTWARE, INC.;BLADELOGIC, INC.;REEL/FRAME:069352/0568 Effective date: 20240730 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |
|
AS | Assignment |
Owner name: BMC HELIX, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BMC SOFTWARE, INC.;REEL/FRAME:070442/0197 Effective date: 20250101 |