Mezmo
DEVELOPER · DEVELOPER
Log views, alerts, boards, and exclusion rules in the account they connected.
Acts as the person, not as itself
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Credentials never touch the agent
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Every call on the record
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
What an agent can do
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
mezmo_delete_v1_config_archivingWRITEUse this method to delete the archiving configuration. Changes the organization-wide log archive destination.
mezmo_delete_v1_config_board_by_boardidWRITEUse this method to delete a board.
mezmo_delete_v1_config_categories_by_type_by_idWRITEUse this method to delete a category.
mezmo_delete_v1_config_groups_by_groupidWRITEUse this method to delete a log group. Changes the organization's role-based access groups.
mezmo_delete_v1_config_ingestion_exclusions_by_idWRITEUse this method to delete an exclusion rule.
mezmo_delete_v1_config_keys_by_idWRITEDelete a specific key by its `id`. Changes the organization's shared keys: a deleted or rotated key stops working for everything that uses it.
mezmo_delete_v1_config_members_by_emailWRITERemoves a member from the organization. This does not delete the user. Changes organization membership and roles.
mezmo_delete_v1_config_parsing_template_by_templateidWRITEUse this method to delete a parsing template.
mezmo_delete_v1_config_presetalert_by_presetidWRITEUse this method to delete a preset alert.
mezmo_delete_v1_config_screen_by_idWRITEDeletes a screen.
mezmo_delete_v1_config_view_by_viewidWRITEUse this method to delete a view and any attached alerts.
mezmo_delete_v1_enterprise_account_by_accountidWRITEDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Detaches a child organization from the enterprise. The child organization is not deleted and can continue to work afterwards. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_delete_v1_enterprise_keys_by_idWRITEDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Delete an Enterprise ServiceKey from list of keys for the Enterprise. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_delete_v3_pipeline_account_local_deploy_heartbeat_by_edge_idWRITERemoves existing Edge heartbeats. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_delete_v3_pipeline_by_container_id_source_by_source_id_sample_by_sample_idWRITERemove a data sample from the pipeline.
mezmo_delete_v3_pipeline_by_pipeline_idWRITERemoves a pipeline from the account.
mezmo_delete_v3_pipeline_by_pipeline_id_by_component_kind_by_component_id_alert_by_alert_idWRITERemoves an alert attached to a pipeline component.
mezmo_delete_v3_pipeline_by_pipeline_id_sink_by_pipeline_sink_idWRITERemove sink from a pipeline.
mezmo_delete_v3_pipeline_by_pipeline_id_source_by_pipeline_source_idWRITERemoves a source from a pipeline.
mezmo_delete_v3_pipeline_by_pipeline_id_transform_by_pipeline_transform_idWRITERemoves transform from pipeline.
mezmo_delete_v3_pipeline_by_pipeline_id_transform_group_by_pipeline_transform_group_idWRITERemove Processor Group from a pipeline.
mezmo_delete_v3_pipeline_by_pipeline_id_usage_threshold_alert_by_usage_threshold_alert_idWRITERemoves an existing threshold alert.
mezmo_delete_v3_pipeline_gateway_route_by_gateway_route_idWRITEDelete an unused gateway route. If the route is used by any active pipeline, an error will be returned.
mezmo_delete_v3_pipeline_gateway_route_by_gateway_route_id_access_key_by_idWRITEDelete an access key. Changes the secrets pipeline ingress accepts for this shared source; a new key is returned once.
mezmo_delete_v3_pipeline_gateway_route_by_gateway_route_id_signing_key_by_idWRITERemoves a signing key attached to a gateway route. Changes the secrets pipeline ingress accepts for this shared source; a new key is returned once.
mezmo_delete_v3_transform_group_by_transform_group_idWRITEDelete a Processor Group.
mezmo_delete_v3_transform_group_by_transform_group_id_transform_by_transform_group_transform_idWRITEDelete a Processor from a Processor Group.
mezmo_get_v1_config_archivingREADUse this method to get an existing archiving configuration.
mezmo_get_v1_config_boardREADGet a list of boards.
mezmo_get_v1_config_board_by_boardidREADGets the configuration for a specific board.
mezmo_get_v1_config_categories_by_typeREADReturns all Categories of a type.
mezmo_get_v1_config_categories_by_type_by_idREADGet a specific category.
mezmo_get_v1_config_groupsREADUse this method to list the log groups.
mezmo_get_v1_config_groups_by_groupidREADUse this method to get information on a group.
mezmo_get_v1_config_index_rateREADGets the configuration for an Index Rate Alert.
mezmo_get_v1_config_ingestion_exclusionsREADReturns a list of exclusion rules. Note: This does not return usage quota rules.
mezmo_get_v1_config_ingestion_exclusions_by_idREADReturns an exclusion rule with the id specified.
mezmo_get_v1_config_ingestion_statusREADRetrieve the status of ingestion.
mezmo_get_v1_config_keysREADRetrieve a list of all the keys for an account. Supported key types include `ingestion` and `service`. Use the `type` parameter to filter which type of keys to retrieve.
mezmo_get_v1_config_keys_by_idREADRetrieves a specific key by its `id`.
mezmo_get_v1_config_membersREADRetrieves all of the current members in an organization and returns their email, role, and groups.
mezmo_get_v1_config_members_by_emailREADReturns the role and groups of the specified member.
mezmo_get_v1_config_parsing_templateREADGet a list of custom parsing templates.
mezmo_get_v1_config_parsing_template_by_templateidREADGets the configuration for a specific parsing template.
mezmo_get_v1_config_presetalertREADReturns all Preset Alerts in the account.
mezmo_get_v1_config_presetalert_by_presetidREADGet a specific preset alert.
mezmo_get_v1_config_screenREADList all screens in a short form that only includes the screen id and title.
mezmo_get_v1_config_screen_by_idREADRetrieve a specific screen.
mezmo_get_v1_config_viewREADGet a list of views.
mezmo_get_v1_config_view_by_viewidREADGets the configuration for a specific view.
mezmo_get_v1_enterprise_accountREADDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Retrieves a list of all child organizations that belong to the enterprise. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_get_v1_enterprise_account_by_accountidREADDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Retrieves a specific child organization by its id. If the organization does not belong to the enterprise, a 404 error is returned. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_get_v1_enterprise_keysREADDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Retrieves all keys of the enterprise. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_get_v1_enterprise_keys_by_idREADDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Retrieves a specific enterprise key by its `id`. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_get_v1_exportREADUse this method to export logs in JSON format from a logging instance.
mezmo_get_v1_usage_appsREADLists aggregated usage information for all apps during a time period.
mezmo_get_v1_usage_apps_by_nameREADGets the aggregated usage information for an app matching the name provided as a path parameter, during a time period. Returns null when not found.
mezmo_get_v1_usage_hostsREADLists aggregated usage information for all hosts during a time period.
mezmo_get_v1_usage_hosts_by_nameREADGets the aggregated usage information for a host matching the name provided as a path parameter, during a time period. Returns null when not found.
mezmo_get_v1_usage_tagsREADLists aggregated usage information for all tags during a time period.
mezmo_get_v1_usage_tags_by_nameREADGets the aggregated usage information for a tag matching the name provided as a path parameter, during a time period. Returns null when not found.
mezmo_get_v2_exportREADUse this method to export logs in JSON format from a logging instance.
mezmo_get_v2_usageREADGet aggregated usage information for an account's data during a time period.
mezmo_get_v2_usage_appsREADLists aggregated usage information for all apps during a time period.
mezmo_get_v2_usage_apps_by_nameREADGets the aggregated usage information for an app matching the name provided as a path parameter during a time period. The `results` will either have a singular item, or be an empty array.
mezmo_get_v2_usage_hostsREADLists aggregated usage information for all hosts during a time period.
mezmo_get_v2_usage_hosts_by_nameREADGets the aggregated usage information for a host matching the name provided as a path parameter during a time period. The `results` will either have a singular item, or be an empty array.
mezmo_get_v2_usage_tagsREADLists aggregated usage information for all tags during a time period.
mezmo_get_v2_usage_tags_by_nameREADGets the aggregated usage information for a tag matching the name provided as a path parameter during a time period. The `results` will either have a singular item, or be an empty array.
mezmo_get_v3_ai_history_investigationREADRetrieve a list of AI investigations for the account.
mezmo_get_v3_ai_history_investigation_by_investigation_idREADRetrieve a specific AI investigation by its ID.
mezmo_get_v3_enterpriseREADGet an Enterprise and its child Accounts. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_get_v3_enterprise_account_by_account_idREADRetrieve a specific child account under an enterprise organization. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_get_v3_enterprise_pipelineREADGet pipelines for all child organizations of an enterprise. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_get_v3_enterprise_pipeline_metric_healthREADGet pipeline health metrics for all child organizations of an enterprise. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_get_v3_enterprise_pipeline_metric_usageREADGet pipeline usage metrics for all child organizations of an enterprise. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_get_v3_enterprise_pipeline_nodeREADGet pipeline node types, operators and alert schemas. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_get_v3_pipelineREADList all pipelines for the account.
mezmo_get_v3_pipeline_accountREADGet list of settings applied to an account.
mezmo_get_v3_pipeline_account_local_deploy_configREADGets client configuration for Edge pipelines. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_get_v3_pipeline_account_local_deploy_heartbeatREADList all Edge check-ins for the account. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_get_v3_pipeline_account_local_deploy_tasksREADPoll and claim available local deployment tasks for a pipeline. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_get_v3_pipeline_audit_eventREADRetrieve a paginated list of pipeline audit events for an account.
mezmo_get_v3_pipeline_by_container_id_source_by_source_id_sampleREADReturns a list of data samples that exist in the pipeline.
mezmo_get_v3_pipeline_by_container_id_source_by_source_id_sample_by_sample_idREADReturns a data sample.
mezmo_get_v3_pipeline_by_pipeline_idREADRetrieve a pipeline configuration.
mezmo_get_v3_pipeline_by_pipeline_id_alertREADList of alerts attached to a pipeline's components.
mezmo_get_v3_pipeline_by_pipeline_id_alert_by_alert_idREADRetrieves an alert attached to a pipeline component.
mezmo_get_v3_pipeline_by_pipeline_id_event_metricsREADQuery and fetch event metrics for a pipeline.
mezmo_get_v3_pipeline_by_pipeline_id_revisionREADReturns a list of revisions that exist in the pipeline.
mezmo_get_v3_pipeline_by_pipeline_id_revision_by_pipeline_revision_lookupREADReturns a pipeline configuration from a particular version.
mezmo_get_v3_pipeline_by_pipeline_id_sink_by_pipeline_sink_idREADFetch a sink configuration of a pipeline.
mezmo_get_v3_pipeline_by_pipeline_id_source_by_pipeline_source_idREADFetches configuration of a source.
mezmo_get_v3_pipeline_by_pipeline_id_transform_by_pipeline_transform_idREADFetch transform configuration.
mezmo_get_v3_pipeline_by_pipeline_id_transform_by_pipeline_transform_id_classifier_analysisREADFetch classifier analysis for a pipeline transform.
mezmo_get_v3_pipeline_by_pipeline_id_transform_group_by_pipeline_transform_group_idREADFetch Processor Group in a pipeline.
mezmo_get_v3_pipeline_by_pipeline_id_usage_threshold_alertREADReturns configuration of existing threshold alerts.
mezmo_get_v3_pipeline_by_pipeline_id_usage_threshold_alert_by_usage_threshold_alert_idREADReturns usage threshold configuration.
mezmo_get_v3_pipeline_classifier_analysisREADRetrieve information about a classification of a shared source.
mezmo_get_v3_pipeline_classifier_by_analysis_id_fieldsREADGet Field Summary for an analysis.
mezmo_get_v3_pipeline_classifier_by_analysis_id_fields_by_field_nameREADGet Field Summary values for a field in an analysis.
mezmo_get_v3_pipeline_gateway_routeREADList all of the shareable gateway routes for an account.
mezmo_get_v3_pipeline_gateway_route_by_gateway_route_idREADRetreive a gateway route.
mezmo_get_v3_pipeline_grok_patternREADRetrieves a list of grok patterns available to use.
mezmo_get_v3_pipeline_healthREADReturns overall ingestion health as well as pipeline-specific health, such as lag in a pipeline's sources.
mezmo_get_v3_pipeline_metric_healthREADQuery and fetch health information for the current account.
mezmo_get_v3_pipeline_metric_usageREADQuery and fetch usage metrics for the current account.
mezmo_get_v3_pipeline_metric_usage_profileREADQuery and fetch usage metrics from data profiling.
mezmo_get_v3_pipeline_metric_usage_profile_log_clusteringREADQuery and fetch log clustering usage metrics from data profiling.
mezmo_get_v3_pipeline_metric_usage_profile_log_clustering_samplesREADQuery and fetch log cluster samples from data profiling.
mezmo_get_v3_pipeline_nodeREADA list of all available nodes for use when creating pipelines.
mezmo_get_v3_pipeline_state_variableREADList all state variables defined in the account.
mezmo_get_v3_pipeline_state_variable_by_state_variable_idREADFetches the value of a state variable.
mezmo_get_v3_pipeline_to_manifest_by_pipeline_idREADExport a SaaS pipeline to a portable YAML or JSON manifest. Requires pipeline:read.
mezmo_get_v3_pipeline_transform_classifier_analysisREADFetch transform classifier analyses.
mezmo_get_v3_transform_groupREADList all Processor Groups for the account.
mezmo_get_v3_transform_group_by_transform_group_idREADGet a Processor Group.
mezmo_get_v3_transform_group_by_transform_group_id_revisionREADList all Processor Group revisions.
mezmo_get_v3_transform_group_by_transform_group_id_revision_by_transform_group_revision_lookupREADFetch Processor Group revision.
mezmo_get_v3_transform_group_by_transform_group_id_transform_by_transform_group_transform_idREADGet a Processor from a Processor Group.
mezmo_patch_v1_config_groups_by_groupidWRITEUse this method to modify a log group. You can change the name of the group and the access scope that defines the data that is accessible by members in that group. Changes the organization's role-based access groups.
mezmo_patch_v1_config_ingestion_exclusions_by_idWRITEUpdates an existing exclusion rule.
mezmo_patch_v3_enterprise_accountWRITEPerform bulk operations (CREATE, UPDATE, DELETE) on Enterprise Accounts. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_patch_v3_enterprise_account_by_account_id_attachWRITEMoves an existing individual customer account under the owner ship of an existing enterprise with the option to change its direct owner. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_patch_v3_enterprise_account_by_account_id_detachWRITERemoves a specific account from under an enterprise making it an independant account. The account will be downgraded to a trial account once the process is complete. Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_patch_v3_pipeline_accountWRITEUpdate account settings.
mezmo_patch_v3_pipeline_by_pipeline_id_usage_threshold_alert_by_usage_threshold_alert_idWRITEUpdate a part of usage threshold alert.
mezmo_patch_v3_pipeline_classifier_analysis_by_analysis_idWRITEReset classification and profiling results.
mezmo_patch_v3_pipeline_gateway_route_by_gateway_route_idWRITEPatches a gateway route.
mezmo_patch_v3_pipeline_state_variableWRITEUpdate one or many state variables.
mezmo_post_logs_ingestWRITEUse this method to send logs to a logging instance. Authentication: You can find instructions on authentication here (/log-analysis-api/ref#authentication). Ingestion is similar to the other APIs, but instead of `servicekey` you will use `apikey` if you are using the header style authentication. Metadata: Meta is a field reserved for custom information associated with a log line. To add metadata to an API call, specify the `meta` field under the lines object. Metadata can be viewed inside that line's context WARNING: If inconsistent value types are used, that line's metadata, will not be parsed. For example, if a line is passed with a meta object, such as `meta.myfield` of type String, any subsequent lines with `meta.myfield` must have a String as the value type for `meta.myfield`. Please be aware of service limits (https://docs.mezmo.com/docs/Mezmo-ingestion-service-limits) on this endpoint. NOT CALLABLE with this integration's access key: ingestion needs an ingestion key on logs.mezmo.com.
mezmo_post_v1_config_archivingWRITEUse this method to configure archiving for an instance. Only one archiving configuration may exist at any time. Changes the organization-wide log archive destination.
mezmo_post_v1_config_boardWRITEUse this method to create a board.
mezmo_post_v1_config_categories_by_typeWRITECreates a new category of this type.
mezmo_post_v1_config_groupsWRITEUse this method to create a log group where you can scope the data that is accessible by members in that group. Changes the organization's role-based access groups.
mezmo_post_v1_config_ingestion_exclusionsWRITECreate a new ingestion exclusion rule to help reduce log volume.
mezmo_post_v1_config_ingestion_resumeWRITEResumes ingestion if it has been previously suspended. Affects log ingestion for the WHOLE organization.
mezmo_post_v1_config_ingestion_suspendWRITEFirst step in suspending ingestion for the instance. Returns a token for use in /suspend/confirm to actually stop ingestion. Affects log ingestion for the WHOLE organization.
mezmo_post_v1_config_ingestion_suspend_confirmWRITEAfter /suspend is called, a token is returned for use with this route as a confirmation. Affects log ingestion for the WHOLE organization.
mezmo_post_v1_config_keysWRITECreate a new key of the type specified by the `type` parameter. If a name is not supplied, one will be auto generated. Changes the organization's shared keys: a deleted or rotated key stops working for everything that uses it.
mezmo_post_v1_config_membersWRITECreate a new user and add to the team by providing 'email', 'role' and an optional list of RBAC groups. Changes organization membership and roles.
mezmo_post_v1_config_presetalertWRITEUse this method to create a preset alert.
mezmo_post_v1_config_screenWRITECreates a new screen.
mezmo_post_v1_config_viewWRITEUse this method to create a view and attach alerts to the view.
mezmo_post_v1_enterprise_accountWRITEDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Attaches an existing organization to an enterprise. The `retention` and `owner` field are optional, and will be defaulted if not specified. To specify which child organization to attach, one of its service keys must be supplied through our typical service key authorization schema; either as basic authorization or through the `servicekey` header. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_post_v1_enterprise_keysWRITEDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Generate a new ServiceKey for the enterprise. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_post_v3_enterprise_accountWRITECreate a new Enterprise Child Organization (Account). Requires an Enterprise service-account (ste_) access key; an ordinary sts_/sta_ key is refused.
mezmo_post_v3_pipelineWRITECreates a new pipeline (non published).
mezmo_post_v3_pipeline_account_local_deploy_configWRITEPosts deployment configuration+liveness for Edge pipelines, returning pipeline config. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_post_v3_pipeline_account_local_deploy_logWRITEReceive logs from an Edge pipeline. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_post_v3_pipeline_account_local_deploy_metric_usageWRITEReceive usage metrics from an Edge pipeline. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_post_v3_pipeline_account_local_deploy_tasks_by_task_id_resultsWRITEAdd results for a given task. Intended for self-hosted Mezmo Edge instances; whether it answers on the cloud API is unverified.
mezmo_post_v3_pipeline_by_container_id_source_by_source_id_sampleWRITECreate sample data for use in simulation.
mezmo_post_v3_pipeline_by_pipeline_id_by_component_kind_by_component_id_alertWRITECreate an alert attached to a pipeline component.
mezmo_post_v3_pipeline_by_pipeline_id_exportWRITEPrepare a pipeline for export into a terraform workspace.
mezmo_post_v3_pipeline_by_pipeline_id_log_volume_reductionWRITEPost log volume reduction actions to a pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_publishWRITECreates a new pipeline in the account.
mezmo_post_v3_pipeline_by_pipeline_id_revertWRITEUpdates a pipeline configuration to a previous version.
mezmo_post_v3_pipeline_by_pipeline_id_simulate_by_pipeline_source_idWRITESends data to a vector instance with a simulated pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_sinkWRITEAdd a sink to a pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_sourceWRITEAdds a source to a pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_tap_by_component_idWRITEStart a tap operation to view data as it flows through the pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_transformWRITEAdd a transform to a pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_transform_groupWRITEAdd Processor Group to a pipeline.
mezmo_post_v3_pipeline_by_pipeline_id_usage_threshold_alertWRITECreates a new usage threshold alert configuration.
mezmo_post_v3_pipeline_from_manifestWRITEImport a manifest as a new unpublished draft pipeline. Requires pipeline:write.
mezmo_post_v3_pipeline_from_manifest_prepareWRITEInspect a manifest and report the secrets that must be supplied on import. Creates nothing. Requires pipeline:write.
mezmo_post_v3_pipeline_gateway_routeWRITECreate a gateway route.
mezmo_post_v3_pipeline_gateway_route_by_gateway_route_id_access_keyWRITECreate an access key associated with this gateway route. Changes the secrets pipeline ingress accepts for this shared source; a new key is returned once.
mezmo_post_v3_pipeline_grok_pattern_simulateWRITESimulate data flowing through a grok pattern.
mezmo_post_v3_pipeline_pre_builtWRITECreates a new pipeline in the account that is prebuilt.
mezmo_post_v3_pipeline_regex_pattern_simulateWRITEView results of sending data using a regular expression.
mezmo_post_v3_pipeline_state_variableWRITEAdd a pipeline state variable to the account.
mezmo_post_v3_pipeline_timestamp_format_simulateWRITESimulate data with a timestamp format.
mezmo_post_v3_pipeline_with_componentsWRITEInitialize a pipeline with provided components. All sources, transforms, and sinks are linked. Populates and publishes a new pipeline as specified.
mezmo_post_v3_pipeline_with_linked_componentsWRITEInitialize a pipeline with provided components. The links for all components have to be determined by the caller. Populates and publishes a new pipeline as specified.
mezmo_post_v3_transform_groupWRITECreate a new Processor Group.
mezmo_post_v3_transform_group_by_transform_group_id_publishWRITEPublish changes to a Processor Group.
mezmo_post_v3_transform_group_by_transform_group_id_simulateWRITESends data to a vector instance with a simulated transform group.
mezmo_post_v3_transform_group_by_transform_group_id_transformWRITECreate a Processor in a Processor Group.
mezmo_post_v3_transform_group_from_pipelineWRITECreate a new Processor Group from a set of Pipeline components.
mezmo_put_v1_config_archivingWRITEUse this method to update an existing archiving configuration. Changes the organization-wide log archive destination.
mezmo_put_v1_config_categories_by_type_by_idWRITEUpdate a specific category.
mezmo_put_v1_config_index_rateWRITEUse this method to update an index rate alert. You can change the alert's configuration details.
mezmo_put_v1_config_keys_by_idWRITEUpdates all of the fields described in the request body of the specified key. Fields left out of the body will remain unaffected. Changes the organization's shared keys: a deleted or rotated key stops working for everything that uses it.
mezmo_put_v1_config_members_by_emailWRITEUpdates all the fields described in the request body of the specified member. Creates a member if the member doesn't exist already. Fields left out of the body will remain unaffected. Changes organization membership and roles.
mezmo_put_v1_config_presetalert_by_presetidWRITEUpdate a specific preset alert.
mezmo_put_v1_config_view_by_viewidWRITEUse this method to update a view. You can change the view configuration details; add or remove view specific alerts; or attach and detach preset alerts.
mezmo_put_v1_enterprise_account_by_accountidWRITEDeprecated. Superseded by the `/v3/enterprise` endpoints under the Enterprise tag. Makes an update to the specified child organization. Used to modify the current retention with the `retention` field or the current owner with the `owner` field. NOT CALLABLE with this integration's access key: Enterprise v1 needs the enterprise-servicekey header. Use the Enterprise v3 tools.
mezmo_put_v3_pipeline_by_container_id_source_by_source_id_sample_by_sample_idWRITEUpdates an existing data sample.
mezmo_put_v3_pipeline_by_pipeline_idWRITEUpdate pipeline properties, like title.
mezmo_put_v3_pipeline_by_pipeline_id_by_component_kind_by_component_id_alert_by_alert_idWRITEUpdate an alert attached to a pipeline component.
mezmo_put_v3_pipeline_by_pipeline_id_processing_statusWRITEChange a pipeline to enabled or disabled.
mezmo_put_v3_pipeline_by_pipeline_id_sink_by_pipeline_sink_idWRITEUpdates a sink of a pipeline.
mezmo_put_v3_pipeline_by_pipeline_id_source_by_pipeline_source_idWRITEUpdates a source in a pipeline.
mezmo_put_v3_pipeline_by_pipeline_id_transform_by_pipeline_transform_idWRITEUpdates a transform of a pipeline.
mezmo_put_v3_pipeline_by_pipeline_id_transform_group_by_pipeline_transform_group_idWRITEUpdate Processor Group in a pipeline.
mezmo_put_v3_pipeline_by_pipeline_id_usage_threshold_alert_by_usage_threshold_alert_idWRITEReplace an existing usage alert with this one.
mezmo_put_v3_pipeline_gateway_route_by_gateway_route_idWRITEUpdates a gateway route.
mezmo_put_v3_pipeline_gateway_route_by_gateway_route_id_signing_keyWRITEAdds a signing key to a gateway route. Changes the secrets pipeline ingress accepts for this shared source; a new key is returned once.
mezmo_put_v3_pipeline_state_variable_by_state_variable_idWRITEEdits an existing state variable.
mezmo_put_v3_transform_group_by_transform_group_idWRITEUpdate a Processor Group.
mezmo_put_v3_transform_group_by_transform_group_id_transform_by_transform_group_transform_idWRITEUpdate a Processor in a Processor Group.
Often connected alongside
Put Mezmo behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.