You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defcopy_logstore(from_client, from_project, from_logstore, to_logstore, to_project=None, to_client=None):
""" copy logstore, index, logtail config to target logstore, machine group are not included yet. the target logstore will be crated if not existing :type from_client: LogClient :param from_client: logclient instance :type from_project: string :param from_project: project name :type from_logstore: string :param from_logstore: logstore name :type to_logstore: string :param to_logstore: logstore name :type to_project: string :param to_project: project name, copy to same project if not being specified, will try to create it if not being specified :type to_client: LogClient :param to_client: logclient instance, use it to operate on the "to_project" if being specified :type apply_machine_group: bool :param apply_machine_group: if apply config to same machine group resources, False by default. :return: """
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: