diff --git a/docs/dis/umn/ALL_META.TXT.json b/docs/dis/umn/ALL_META.TXT.json new file mode 100644 index 000000000..3e5497866 --- /dev/null +++ b/docs/dis/umn/ALL_META.TXT.json @@ -0,0 +1,622 @@ +[ + { + "uri":"dis_01_0600.html", + "product_code":"dis", + "code":"1", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Overview", + "title":"Overview", + "githuburl":"" + }, + { + "uri":"dis_01_0001.html", + "product_code":"dis", + "code":"2", + "des":"Data Ingestion Service (DIS) addresses the challenge of transmitting data from outside the cloud to inside the cloud. DIS builds data intake streams for custom applicatio", + "doc_type":"usermanual", + "kw":"What Is DIS?,Overview,User Guide", + "title":"What Is DIS?", + "githuburl":"" + }, + { + "uri":"dis_01_0002.html", + "product_code":"dis", + "code":"3", + "des":"You can use DIS for rapid data intake from producers and continuous data processing. The following are typical scenarios for using DIS:Accelerated log and data feed intak", + "doc_type":"usermanual", + "kw":"What Can I Do with DIS?,Overview,User Guide", + "title":"What Can I Do with DIS?", + "githuburl":"" + }, + { + "uri":"dis_01_0003.html", + "product_code":"dis", + "code":"4", + "des":"DIS manages the infrastructure, storage, networking, and configuration needed to stream your data. You do not have to worry about provisioning, deployment, and constant m", + "doc_type":"usermanual", + "kw":"Functions,Overview,User Guide", + "title":"Functions", + "githuburl":"" + }, + { + "uri":"dis_01_0004.html", + "product_code":"dis", + "code":"5", + "des":"DIS works with the following services:Object Storage Service (OBS)If you set Dump Destination to OBS, the uploaded data will be stored to OBS.Identity and Access Manageme", + "doc_type":"usermanual", + "kw":"Related Services,Overview,User Guide", + "title":"Related Services", + "githuburl":"" + }, + { + "uri":"dis_01_0005.html", + "product_code":"dis", + "code":"6", + "des":"You need an account on the management console to create, query, and delete DIS streams, and need an Access Key ID/Secret Access Key (AK/SK) file to push, pull, and dump d", + "doc_type":"usermanual", + "kw":"Permissions,Overview,User Guide", + "title":"Permissions", + "githuburl":"" + }, + { + "uri":"dis_01_0006.html", + "product_code":"dis", + "code":"7", + "des":"Read the following precautions before using DIS:Recommended browser to access the DIS consoleGoogle Chrome: 48.0 or laterMozilla FireFox: 43.0 or laterInternet Explorer: ", + "doc_type":"usermanual", + "kw":"Precautions,Overview,User Guide", + "title":"Precautions", + "githuburl":"" + }, + { + "uri":"dis_01_0008.html", + "product_code":"dis", + "code":"8", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Getting Started", + "title":"Getting Started", + "githuburl":"" + }, + { + "uri":"dis_01_0009.html", + "product_code":"dis", + "code":"9", + "des":"The following is the general procedure for using DIS:Step 1: Creating a DIS StreamYou need to create a stream before using DIS.Step 2: Preparing a DIS Application Develop", + "doc_type":"usermanual", + "kw":"General Procedure,Getting Started,User Guide", + "title":"General Procedure", + "githuburl":"" + }, + { + "uri":"dis_01_0601.html", + "product_code":"dis", + "code":"10", + "des":"You can create a DIS stream on the DIS management console.", + "doc_type":"usermanual", + "kw":"Step 1: Creating a DIS Stream,Getting Started,User Guide", + "title":"Step 1: Creating a DIS Stream", + "githuburl":"" + }, + { + "uri":"dis_01_0602.html", + "product_code":"dis", + "code":"11", + "des":"Before developing DIS applications, prepare an application development environment, and then obtain a software development kit (SDK) and sample project and import them to", + "doc_type":"usermanual", + "kw":"Step 2: Preparing a DIS Application Development Environment,Getting Started,User Guide", + "title":"Step 2: Preparing a DIS Application Development Environment", + "githuburl":"" + }, + { + "uri":"dis_01_0603.html", + "product_code":"dis", + "code":"12", + "des":"Local data is continuously uploaded to DIS.Data can be stored in DIS, OBS, and DLI. For details about how to configure a storage location, see Creating a Dump Task.The ma", + "doc_type":"usermanual", + "kw":"Step 3: Sending Data to DIS,Getting Started,User Guide", + "title":"Step 3: Sending Data to DIS", + "githuburl":"" + }, + { + "uri":"dis_01_0604.html", + "product_code":"dis", + "code":"13", + "des":"You can retrieve data from DIS when needed.The example code file is the ConsumerDemo.java file in the \\dis-sdk-demo\\src\\main\\java\\com\\bigdata\\dis\\sdk\\demo directory decom", + "doc_type":"usermanual", + "kw":"Step 4: Obtaining Data from DIS,Getting Started,User Guide", + "title":"Step 4: Obtaining Data from DIS", + "githuburl":"" + }, + { + "uri":"dis_01_0043.html", + "product_code":"dis", + "code":"14", + "des":"Access Key ID/Secret Access Key (AK/SK) is created on Identity and Access Management (IAM) to authenticate calls to application programming interfaces (APIs) on the publi", + "doc_type":"usermanual", + "kw":"Obtaining Authentication Information,Getting Started,User Guide", + "title":"Obtaining Authentication Information", + "githuburl":"" + }, + { + "uri":"dis_01_0045.html", + "product_code":"dis", + "code":"15", + "des":"DIS can upload data to Object Storage Service (OBS).An IAM agency has been created by following the procedure in Creating an IAM Agency. This IAM agency entrusts DIS to a", + "doc_type":"usermanual", + "kw":"Interconnecting with OBS,Getting Started,User Guide", + "title":"Interconnecting with OBS", + "githuburl":"" + }, + { + "uri":"dis_01_0605.html", + "product_code":"dis", + "code":"16", + "des":"If you choose to dump data from DIS to OBS, create an IAM agency that grants DIS permissions to access OBS.", + "doc_type":"usermanual", + "kw":"Creating an IAM Agency,Getting Started,User Guide", + "title":"Creating an IAM Agency", + "githuburl":"" + }, + { + "uri":"dis_01_0010.html", + "product_code":"dis", + "code":"17", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Managing DIS Streams", + "title":"Managing DIS Streams", + "githuburl":"" + }, + { + "uri":"dis_01_0011.html", + "product_code":"dis", + "code":"18", + "des":"The Stream Management page displays all DIS streams created. After clicking a stream, you can view the following information about this stream:Name/ID: Unique name of the", + "doc_type":"usermanual", + "kw":"Listing DIS Streams,Managing DIS Streams,User Guide", + "title":"Listing DIS Streams", + "githuburl":"" + }, + { + "uri":"dis_01_0012.html", + "product_code":"dis", + "code":"19", + "des":"You can view stream monitoring information on the console and monitor the data consumed by applications in the stream.", + "doc_type":"usermanual", + "kw":"Viewing Stream Monitoring Metrics,Managing DIS Streams,User Guide", + "title":"Viewing Stream Monitoring Metrics", + "githuburl":"" + }, + { + "uri":"dis_01_0050.html", + "product_code":"dis", + "code":"20", + "des":"A tag is an identifier of a stream. Adding tags to streams can help you identify and manage your stream resources.You can add a maximum of 10 tags to a stream when creati", + "doc_type":"usermanual", + "kw":"Managing Stream Tags,Managing DIS Streams,User Guide", + "title":"Managing Stream Tags", + "githuburl":"" + }, + { + "uri":"dis_01_0013.html", + "product_code":"dis", + "code":"21", + "des":"A deleted stream will not be charged and cannot be restored. Exercise caution when performing this operation.", + "doc_type":"usermanual", + "kw":"Deleting a Stream,Managing DIS Streams,User Guide", + "title":"Deleting a Stream", + "githuburl":"" + }, + { + "uri":"dis_01_0115.html", + "product_code":"dis", + "code":"22", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Managing a Dump Task", + "title":"Managing a Dump Task", + "githuburl":"" + }, + { + "uri":"dis_01_0047.html", + "product_code":"dis", + "code":"23", + "des":"If a dump task is created for a DIS stream, data sent to the DIS stream can be automatically dumped to the selected target specified in the dump task.A maximum of five du", + "doc_type":"usermanual", + "kw":"Creating a Dump Task,Managing a Dump Task,User Guide", + "title":"Creating a Dump Task", + "githuburl":"" + }, + { + "uri":"dis_01_0130.html", + "product_code":"dis", + "code":"24", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Monitoring", + "title":"Monitoring", + "githuburl":"" + }, + { + "uri":"dis_01_0131.html", + "product_code":"dis", + "code":"25", + "des":"This section describes metrics reported by DIS to Cloud Eye as well as their namespaces and dimensions. You can use Cloud Eye to query metric information generated for DI", + "doc_type":"usermanual", + "kw":"Supported Metrics,Monitoring,User Guide", + "title":"Supported Metrics", + "githuburl":"" + }, + { + "uri":"dis_01_0132.html", + "product_code":"dis", + "code":"26", + "des":"You can customize the monitored objects and notification policies by setting alarm rules to learn DIS running status in a timely manner.A DIS alarm rule includes the alar", + "doc_type":"usermanual", + "kw":"Setting Alarm Rules,Monitoring,User Guide", + "title":"Setting Alarm Rules", + "githuburl":"" + }, + { + "uri":"dis_01_0134.html", + "product_code":"dis", + "code":"27", + "des":"Cloud Eye monitors the running status of the DIS stream. You can obtain the monitoring metrics of CDM on the Cloud Eye management console.Monitored data requires a period", + "doc_type":"usermanual", + "kw":"Querying Metrics,Monitoring,User Guide", + "title":"Querying Metrics", + "githuburl":"" + }, + { + "uri":"dis_01_0222.html", + "product_code":"", + "code":"28", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"", + "kw":"CDR Specification", + "title":"CDR Specification", + "githuburl":"" + }, + { + "uri":"dis_01_0223.html", + "product_code":"", + "code":"29", + "des":"Data Ingestion Service (DIS) is charged for resource usage, there are three main billing factors: the duration of Partition and PUT Payload Unit number.General partition ", + "doc_type":"", + "kw":"Billing Model,CDR Specification,User Guide", + "title":"Billing Model", + "githuburl":"" + }, + { + "uri":"dis_01_0224.html", + "product_code":"", + "code":"30", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"", + "kw":"CDR Folder and File Name", + "title":"CDR Folder and File Name", + "githuburl":"" + }, + { + "uri":"dis_01_0225.html", + "product_code":"", + "code":"31", + "des":"Similar to other cloud services , CDR files for DIS will be generated, containing DIS usage information, OTC billing system will fetch these files from certain directory ", + "doc_type":"", + "kw":"Overview,CDR Folder and File Name,User Guide", + "title":"Overview", + "githuburl":"" + }, + { + "uri":"dis_01_0226.html", + "product_code":"", + "code":"32", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"", + "kw":"CDR Folder,CDR Folder and File Name,User Guide", + "title":"CDR Folder", + "githuburl":"" + }, + { + "uri":"dis_01_0227.html", + "product_code":"", + "code":"33", + "des":"OTC_{region_code}_dispart_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_number}.csv/zipOTC_{region_code}_dispayunit_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_numb", + "doc_type":"", + "kw":"Service CDR File Name,CDR Folder and File Name,User Guide", + "title":"Service CDR File Name", + "githuburl":"" + }, + { + "uri":"dis_01_0228.html", + "product_code":"", + "code":"34", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"", + "kw":"CDR Specification", + "title":"CDR Specification", + "githuburl":"" + }, + { + "uri":"dis_01_0229.html", + "product_code":"", + "code":"35", + "des":"Charging requirement: Charging starts from the time when the DIS instance is created and stops when the DIS instance is deleted.CDR record cycle: The minimum granularity ", + "doc_type":"", + "kw":"The CDR Specification,CDR Specification,User Guide", + "title":"The CDR Specification", + "githuburl":"" + }, + { + "uri":"dis_01_0230.html", + "product_code":"", + "code":"36", + "des":"Example of Partition Duration CDR content:20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0|| otc.service.type.dis | otc.resource.type.dispartition | dis.g", + "doc_type":"", + "kw":"The Partition CDR Content,CDR Specification,User Guide", + "title":"The Partition CDR Content", + "githuburl":"" + }, + { + "uri":"dis_01_0231.html", + "product_code":"", + "code":"37", + "des":"Example of PUT Payload Unit CDR content:20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0|| otc.service.type.dis | otc.resource.type.dispayloadunit | dis.g", + "doc_type":"", + "kw":"The PUT Payload Unit CDR Content,CDR Specification,User Guide", + "title":"The PUT Payload Unit CDR Content", + "githuburl":"" + }, + { + "uri":"dis_01_0232.html", + "product_code":"", + "code":"38", + "des":"Sample scenario for the user:Starting at 11:15(UTC time), a user created a stream containing 2 partitions, the data store time is 1 day. The user put 50 records per secon", + "doc_type":"", + "kw":"The Data Store Size CDR Content,CDR Specification,User Guide", + "title":"The Data Store Size CDR Content", + "githuburl":"" + }, + { + "uri":"dis_06_0011.html", + "product_code":"dis", + "code":"39", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"DIS SDK Usage Guide", + "title":"DIS SDK Usage Guide", + "githuburl":"" + }, + { + "uri":"dis_06_0005.html", + "product_code":"dis", + "code":"40", + "des":"Data Ingestion Service Software Development Kit (DIS SDK) is the encapsulation of RESTful APIs provided by DIS to simplify development. You can use DIS by calling API fun", + "doc_type":"usermanual", + "kw":"Downloading SDKs,DIS SDK Usage Guide,User Guide", + "title":"Downloading SDKs", + "githuburl":"" + }, + { + "uri":"dis_06_0012.html", + "product_code":"dis", + "code":"41", + "des":"Download JDK1.8 or a later version from the Oracle official website and install it, and configure Java environment variables.Download Eclipse IDE for Java Developers of t", + "doc_type":"usermanual", + "kw":"Preparing the Environment,DIS SDK Usage Guide,User Guide", + "title":"Preparing the Environment", + "githuburl":"" + }, + { + "uri":"dis_06_0020.html", + "product_code":"dis", + "code":"42", + "des":"The DIS SDK provides compatibility with native kafka client APIs.", + "doc_type":"usermanual", + "kw":"Connecting to kafka consumer,DIS SDK Usage Guide,User Guide", + "title":"Connecting to kafka consumer", + "githuburl":"" + }, + { + "uri":"dis_06_0013.html", + "product_code":"dis", + "code":"43", + "des":"The dis-sdk-1.2.3.zip package of the latest version in Downloading SDKs provides a sample project. You can use a development tool (such as Eclipse) on the local server to", + "doc_type":"usermanual", + "kw":"Configuring Sample Projects,DIS SDK Usage Guide,User Guide", + "title":"Configuring Sample Projects", + "githuburl":"" + }, + { + "uri":"dis_06_0014.html", + "product_code":"dis", + "code":"44", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Importing Third-party Dependency Packages,DIS SDK Usage Guide,User Guide", + "title":"Importing Third-party Dependency Packages", + "githuburl":"" + }, + { + "uri":"dis_06_0015.html", + "product_code":"dis", + "code":"45", + "des":"You can use either of the following methods to initialize a DIS SDK client instance: For details about endpoint, ak, sk, region, and projectId, see Obtaining Authenticati", + "doc_type":"usermanual", + "kw":"Initializing a DIS Client,DIS SDK Usage Guide,User Guide", + "title":"Initializing a DIS Client", + "githuburl":"" + }, + { + "uri":"dis_06_0501.html", + "product_code":"dis", + "code":"46", + "des":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.When you use the DIS SDK to create a DIS stream, specify the stream name, number of", + "doc_type":"usermanual", + "kw":"Creating a Stream,DIS SDK Usage Guide,User Guide", + "title":"Creating a Stream", + "githuburl":"" + }, + { + "uri":"dis_06_0502.html", + "product_code":"dis", + "code":"47", + "des":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to delete a specified DIS stream.After configuring DeleteStreamRequ", + "doc_type":"usermanual", + "kw":"Deleting a Stream,DIS SDK Usage Guide,User Guide", + "title":"Deleting a Stream", + "githuburl":"" + }, + { + "uri":"dis_06_0503.html", + "product_code":"dis", + "code":"48", + "des":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to list active streams.Use the setLimit method to set the number of", + "doc_type":"usermanual", + "kw":"Querying a Stream List,DIS SDK Usage Guide,User Guide", + "title":"Querying a Stream List", + "githuburl":"" + }, + { + "uri":"dis_06_0504.html", + "product_code":"dis", + "code":"49", + "des":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to query the details about a specified stream.The returned stream d", + "doc_type":"usermanual", + "kw":"Querying Stream Details,DIS SDK Usage Guide,User Guide", + "title":"Querying Stream Details", + "githuburl":"" + }, + { + "uri":"dis_06_0016.html", + "product_code":"dis", + "code":"50", + "des":"Use the initialized client instance to upload your streaming data to DIS. The sample code is available in the ProducerDemo.java file in the dis-sdk-demo\\src\\com\\bigdata\\d", + "doc_type":"usermanual", + "kw":"Uploading Streaming Data,DIS SDK Usage Guide,User Guide", + "title":"Uploading Streaming Data", + "githuburl":"" + }, + { + "uri":"dis_06_0017.html", + "product_code":"dis", + "code":"51", + "des":"Use the initialized client instance to obtain data through the DIS stream. The sample code is available in the ConsumerDemo.java file under the dis-sdk-demo\\src\\main\\java", + "doc_type":"usermanual", + "kw":"Downloading Streaming Data,DIS SDK Usage Guide,User Guide", + "title":"Downloading Streaming Data", + "githuburl":"" + }, + { + "uri":"dis_06_0022.html", + "product_code":"dis", + "code":"52", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Uploading Real-Time Files", + "title":"Uploading Real-Time Files", + "githuburl":"" + }, + { + "uri":"dis_06_0506.html", + "product_code":"dis", + "code":"53", + "des":"In the Project Explorer pane, right-click com.bigdata.dis.sdk.demo, and choose New > Class from the shortcut menu. The New Java Class dialog box is displayed. Set the cat", + "doc_type":"usermanual", + "kw":"Creating a Demo Class,Uploading Real-Time Files,User Guide", + "title":"Creating a Demo Class", + "githuburl":"" + }, + { + "uri":"dis_06_0023.html", + "product_code":"dis", + "code":"54", + "des":"Initialize a DIS SDK asynchronous client instance. For details about endpoint, ak, sk, region, and projectId, see Obtaining Authentication Information.//Create a DIS clie", + "doc_type":"usermanual", + "kw":"Initializing a DIS SDK Asynchronous Client Instance,Uploading Real-Time Files,User Guide", + "title":"Initializing a DIS SDK Asynchronous Client Instance", + "githuburl":"" + }, + { + "uri":"dis_06_0507.html", + "product_code":"dis", + "code":"55", + "des":"You must use the stream enabled to transmit real-time files. Here, fileUploadStream is used as an example.The value of streamName must be the same as that of Stream Name ", + "doc_type":"usermanual", + "kw":"Uploading Files,Uploading Real-Time Files,User Guide", + "title":"Uploading Files", + "githuburl":"" + }, + { + "uri":"dis_06_0505.html", + "product_code":"dis", + "code":"56", + "des":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to obtain the information about the data cursor.", + "doc_type":"usermanual", + "kw":"Obtaining the Data Cursor,DIS SDK Usage Guide,User Guide", + "title":"Obtaining the Data Cursor", + "githuburl":"" + }, + { + "uri":"dis_faq_0000.html", + "product_code":"dis", + "code":"57", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"FAQs", + "title":"FAQs", + "githuburl":"" + }, + { + "uri":"dis_faq_0003.html", + "product_code":"dis", + "code":"58", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"How Does DIS Send and Receive Data?,FAQs,User Guide", + "title":"How Does DIS Send and Receive Data?", + "githuburl":"" + }, + { + "uri":"dis_faq_0007.html", + "product_code":"dis", + "code":"59", + "des":"After DIS is enabled, data is stored to DIS by default. After a dump task is added, the data can be dumped to other resources. Table 1 describes the specific differences.", + "doc_type":"usermanual", + "kw":"What Is the Difference Between Storing Data into DIS and Dumping Data Elsewhere?,FAQs,User Guide", + "title":"What Is the Difference Between Storing Data into DIS and Dumping Data Elsewhere?", + "githuburl":"" + }, + { + "uri":"dis_faq_0009.html", + "product_code":"dis", + "code":"60", + "des":"This section describes how to verify integrity of the DIS SDK software package on a Linux system by using a verification file.The PuTTY tool is available.The WinSCP tool ", + "doc_type":"usermanual", + "kw":"How Do I Check Software Package Integrity?,FAQs,User Guide", + "title":"How Do I Check Software Package Integrity?", + "githuburl":"" + }, + { + "uri":"dis_01_0014.html", + "product_code":"dis", + "code":"61", + "des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "doc_type":"usermanual", + "kw":"Change History,User Guide", + "title":"Change History", + "githuburl":"" + }, + { + "uri":"dis_01_0000.html", + "product_code":"dis", + "code":"62", + "des":"For details, see Glossary.", + "doc_type":"usermanual", + "kw":"Glossary,User Guide", + "title":"Glossary", + "githuburl":"" + } +] \ No newline at end of file diff --git a/docs/dis/umn/CLASS.TXT.json b/docs/dis/umn/CLASS.TXT.json new file mode 100644 index 000000000..7b1acefe9 --- /dev/null +++ b/docs/dis/umn/CLASS.TXT.json @@ -0,0 +1,560 @@ +[ + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Overview", + "uri":"dis_01_0600.html", + "doc_type":"usermanual", + "p_code":"", + "code":"1" + }, + { + "desc":"Data Ingestion Service (DIS) addresses the challenge of transmitting data from outside the cloud to inside the cloud. DIS builds data intake streams for custom applicatio", + "product_code":"dis", + "title":"What Is DIS?", + "uri":"dis_01_0001.html", + "doc_type":"usermanual", + "p_code":"1", + "code":"2" + }, + { + "desc":"You can use DIS for rapid data intake from producers and continuous data processing. The following are typical scenarios for using DIS:Accelerated log and data feed intak", + "product_code":"dis", + "title":"What Can I Do with DIS?", + "uri":"dis_01_0002.html", + "doc_type":"usermanual", + "p_code":"1", + "code":"3" + }, + { + "desc":"DIS manages the infrastructure, storage, networking, and configuration needed to stream your data. You do not have to worry about provisioning, deployment, and constant m", + "product_code":"dis", + "title":"Functions", + "uri":"dis_01_0003.html", + "doc_type":"usermanual", + "p_code":"1", + "code":"4" + }, + { + "desc":"DIS works with the following services:Object Storage Service (OBS)If you set Dump Destination to OBS, the uploaded data will be stored to OBS.Identity and Access Manageme", + "product_code":"dis", + "title":"Related Services", + "uri":"dis_01_0004.html", + "doc_type":"usermanual", + "p_code":"1", + "code":"5" + }, + { + "desc":"You need an account on the management console to create, query, and delete DIS streams, and need an Access Key ID/Secret Access Key (AK/SK) file to push, pull, and dump d", + "product_code":"dis", + "title":"Permissions", + "uri":"dis_01_0005.html", + "doc_type":"usermanual", + "p_code":"1", + "code":"6" + }, + { + "desc":"Read the following precautions before using DIS:Recommended browser to access the DIS consoleGoogle Chrome: 48.0 or laterMozilla FireFox: 43.0 or laterInternet Explorer: ", + "product_code":"dis", + "title":"Precautions", + "uri":"dis_01_0006.html", + "doc_type":"usermanual", + "p_code":"1", + "code":"7" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Getting Started", + "uri":"dis_01_0008.html", + "doc_type":"usermanual", + "p_code":"", + "code":"8" + }, + { + "desc":"The following is the general procedure for using DIS:Step 1: Creating a DIS StreamYou need to create a stream before using DIS.Step 2: Preparing a DIS Application Develop", + "product_code":"dis", + "title":"General Procedure", + "uri":"dis_01_0009.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"9" + }, + { + "desc":"You can create a DIS stream on the DIS management console.", + "product_code":"dis", + "title":"Step 1: Creating a DIS Stream", + "uri":"dis_01_0601.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"10" + }, + { + "desc":"Before developing DIS applications, prepare an application development environment, and then obtain a software development kit (SDK) and sample project and import them to", + "product_code":"dis", + "title":"Step 2: Preparing a DIS Application Development Environment", + "uri":"dis_01_0602.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"11" + }, + { + "desc":"Local data is continuously uploaded to DIS.Data can be stored in DIS, OBS, and DLI. For details about how to configure a storage location, see Creating a Dump Task.The ma", + "product_code":"dis", + "title":"Step 3: Sending Data to DIS", + "uri":"dis_01_0603.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"12" + }, + { + "desc":"You can retrieve data from DIS when needed.The example code file is the ConsumerDemo.java file in the \\dis-sdk-demo\\src\\main\\java\\com\\bigdata\\dis\\sdk\\demo directory decom", + "product_code":"dis", + "title":"Step 4: Obtaining Data from DIS", + "uri":"dis_01_0604.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"13" + }, + { + "desc":"Access Key ID/Secret Access Key (AK/SK) is created on Identity and Access Management (IAM) to authenticate calls to application programming interfaces (APIs) on the publi", + "product_code":"dis", + "title":"Obtaining Authentication Information", + "uri":"dis_01_0043.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"14" + }, + { + "desc":"DIS can upload data to Object Storage Service (OBS).An IAM agency has been created by following the procedure in Creating an IAM Agency. This IAM agency entrusts DIS to a", + "product_code":"dis", + "title":"Interconnecting with OBS", + "uri":"dis_01_0045.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"15" + }, + { + "desc":"If you choose to dump data from DIS to OBS, create an IAM agency that grants DIS permissions to access OBS.", + "product_code":"dis", + "title":"Creating an IAM Agency", + "uri":"dis_01_0605.html", + "doc_type":"usermanual", + "p_code":"8", + "code":"16" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Managing DIS Streams", + "uri":"dis_01_0010.html", + "doc_type":"usermanual", + "p_code":"", + "code":"17" + }, + { + "desc":"The Stream Management page displays all DIS streams created. After clicking a stream, you can view the following information about this stream:Name/ID: Unique name of the", + "product_code":"dis", + "title":"Listing DIS Streams", + "uri":"dis_01_0011.html", + "doc_type":"usermanual", + "p_code":"17", + "code":"18" + }, + { + "desc":"You can view stream monitoring information on the console and monitor the data consumed by applications in the stream.", + "product_code":"dis", + "title":"Viewing Stream Monitoring Metrics", + "uri":"dis_01_0012.html", + "doc_type":"usermanual", + "p_code":"17", + "code":"19" + }, + { + "desc":"A tag is an identifier of a stream. Adding tags to streams can help you identify and manage your stream resources.You can add a maximum of 10 tags to a stream when creati", + "product_code":"dis", + "title":"Managing Stream Tags", + "uri":"dis_01_0050.html", + "doc_type":"usermanual", + "p_code":"17", + "code":"20" + }, + { + "desc":"A deleted stream will not be charged and cannot be restored. Exercise caution when performing this operation.", + "product_code":"dis", + "title":"Deleting a Stream", + "uri":"dis_01_0013.html", + "doc_type":"usermanual", + "p_code":"17", + "code":"21" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Managing a Dump Task", + "uri":"dis_01_0115.html", + "doc_type":"usermanual", + "p_code":"", + "code":"22" + }, + { + "desc":"If a dump task is created for a DIS stream, data sent to the DIS stream can be automatically dumped to the selected target specified in the dump task.A maximum of five du", + "product_code":"dis", + "title":"Creating a Dump Task", + "uri":"dis_01_0047.html", + "doc_type":"usermanual", + "p_code":"22", + "code":"23" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Monitoring", + "uri":"dis_01_0130.html", + "doc_type":"usermanual", + "p_code":"", + "code":"24" + }, + { + "desc":"This section describes metrics reported by DIS to Cloud Eye as well as their namespaces and dimensions. You can use Cloud Eye to query metric information generated for DI", + "product_code":"dis", + "title":"Supported Metrics", + "uri":"dis_01_0131.html", + "doc_type":"usermanual", + "p_code":"24", + "code":"25" + }, + { + "desc":"You can customize the monitored objects and notification policies by setting alarm rules to learn DIS running status in a timely manner.A DIS alarm rule includes the alar", + "product_code":"dis", + "title":"Setting Alarm Rules", + "uri":"dis_01_0132.html", + "doc_type":"usermanual", + "p_code":"24", + "code":"26" + }, + { + "desc":"Cloud Eye monitors the running status of the DIS stream. You can obtain the monitoring metrics of CDM on the Cloud Eye management console.Monitored data requires a period", + "product_code":"dis", + "title":"Querying Metrics", + "uri":"dis_01_0134.html", + "doc_type":"usermanual", + "p_code":"24", + "code":"27" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"CDR Specification", + "uri":"dis_01_0222.html", + "doc_type":"usermanual", + "p_code":"", + "code":"28" + }, + { + "desc":"Data Ingestion Service (DIS) is charged for resource usage, there are three main billing factors: the duration of Partition and PUT Payload Unit number.General partition ", + "product_code":"dis", + "title":"Billing Model", + "uri":"dis_01_0223.html", + "doc_type":"usermanual", + "p_code":"28", + "code":"29" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"CDR Folder and File Name", + "uri":"dis_01_0224.html", + "doc_type":"usermanual", + "p_code":"28", + "code":"30" + }, + { + "desc":"Similar to other cloud services , CDR files for DIS will be generated, containing DIS usage information, OTC billing system will fetch these files from certain directory ", + "product_code":"dis", + "title":"Overview", + "uri":"dis_01_0225.html", + "doc_type":"usermanual", + "p_code":"30", + "code":"31" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"CDR Folder", + "uri":"dis_01_0226.html", + "doc_type":"usermanual", + "p_code":"30", + "code":"32" + }, + { + "desc":"OTC_{region_code}_dispart_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_number}.csv/zipOTC_{region_code}_dispayunit_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_numb", + "product_code":"dis", + "title":"Service CDR File Name", + "uri":"dis_01_0227.html", + "doc_type":"usermanual", + "p_code":"30", + "code":"33" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"CDR Specification", + "uri":"dis_01_0228.html", + "doc_type":"usermanual", + "p_code":"28", + "code":"34" + }, + { + "desc":"Charging requirement: Charging starts from the time when the DIS instance is created and stops when the DIS instance is deleted.CDR record cycle: The minimum granularity ", + "product_code":"dis", + "title":"The CDR Specification", + "uri":"dis_01_0229.html", + "doc_type":"usermanual", + "p_code":"34", + "code":"35" + }, + { + "desc":"Example of Partition Duration CDR content:20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0|| otc.service.type.dis | otc.resource.type.dispartition | dis.g", + "product_code":"dis", + "title":"The Partition CDR Content", + "uri":"dis_01_0230.html", + "doc_type":"usermanual", + "p_code":"34", + "code":"36" + }, + { + "desc":"Example of PUT Payload Unit CDR content:20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0|| otc.service.type.dis | otc.resource.type.dispayloadunit | dis.g", + "product_code":"dis", + "title":"The PUT Payload Unit CDR Content", + "uri":"dis_01_0231.html", + "doc_type":"usermanual", + "p_code":"34", + "code":"37" + }, + { + "desc":"Sample scenario for the user:Starting at 11:15(UTC time), a user created a stream containing 2 partitions, the data store time is 1 day. The user put 50 records per secon", + "product_code":"dis", + "title":"The Data Store Size CDR Content", + "uri":"dis_01_0232.html", + "doc_type":"usermanual", + "p_code":"34", + "code":"38" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"DIS SDK Usage Guide", + "uri":"dis_06_0011.html", + "doc_type":"usermanual", + "p_code":"", + "code":"39" + }, + { + "desc":"Data Ingestion Service Software Development Kit (DIS SDK) is the encapsulation of RESTful APIs provided by DIS to simplify development. You can use DIS by calling API fun", + "product_code":"dis", + "title":"Downloading SDKs", + "uri":"dis_06_0005.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"40" + }, + { + "desc":"Download JDK1.8 or a later version from the Oracle official website and install it, and configure Java environment variables.Download Eclipse IDE for Java Developers of t", + "product_code":"dis", + "title":"Preparing the Environment", + "uri":"dis_06_0012.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"41" + }, + { + "desc":"The DIS SDK provides compatibility with native kafka client APIs.", + "product_code":"dis", + "title":"Connecting to kafka consumer", + "uri":"dis_06_0020.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"42" + }, + { + "desc":"The dis-sdk-1.2.3.zip package of the latest version in Downloading SDKs provides a sample project. You can use a development tool (such as Eclipse) on the local server to", + "product_code":"dis", + "title":"Configuring Sample Projects", + "uri":"dis_06_0013.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"43" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Importing Third-party Dependency Packages", + "uri":"dis_06_0014.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"44" + }, + { + "desc":"You can use either of the following methods to initialize a DIS SDK client instance: For details about endpoint, ak, sk, region, and projectId, see Obtaining Authenticati", + "product_code":"dis", + "title":"Initializing a DIS Client", + "uri":"dis_06_0015.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"45" + }, + { + "desc":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.When you use the DIS SDK to create a DIS stream, specify the stream name, number of", + "product_code":"dis", + "title":"Creating a Stream", + "uri":"dis_06_0501.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"46" + }, + { + "desc":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to delete a specified DIS stream.After configuring DeleteStreamRequ", + "product_code":"dis", + "title":"Deleting a Stream", + "uri":"dis_06_0502.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"47" + }, + { + "desc":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to list active streams.Use the setLimit method to set the number of", + "product_code":"dis", + "title":"Querying a Stream List", + "uri":"dis_06_0503.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"48" + }, + { + "desc":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to query the details about a specified stream.The returned stream d", + "product_code":"dis", + "title":"Querying Stream Details", + "uri":"dis_06_0504.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"49" + }, + { + "desc":"Use the initialized client instance to upload your streaming data to DIS. The sample code is available in the ProducerDemo.java file in the dis-sdk-demo\\src\\com\\bigdata\\d", + "product_code":"dis", + "title":"Uploading Streaming Data", + "uri":"dis_06_0016.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"50" + }, + { + "desc":"Use the initialized client instance to obtain data through the DIS stream. The sample code is available in the ConsumerDemo.java file under the dis-sdk-demo\\src\\main\\java", + "product_code":"dis", + "title":"Downloading Streaming Data", + "uri":"dis_06_0017.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"51" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Uploading Real-Time Files", + "uri":"dis_06_0022.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"52" + }, + { + "desc":"In the Project Explorer pane, right-click com.bigdata.dis.sdk.demo, and choose New > Class from the shortcut menu. The New Java Class dialog box is displayed. Set the cat", + "product_code":"dis", + "title":"Creating a Demo Class", + "uri":"dis_06_0506.html", + "doc_type":"usermanual", + "p_code":"52", + "code":"53" + }, + { + "desc":"Initialize a DIS SDK asynchronous client instance. For details about endpoint, ak, sk, region, and projectId, see Obtaining Authentication Information.//Create a DIS clie", + "product_code":"dis", + "title":"Initializing a DIS SDK Asynchronous Client Instance", + "uri":"dis_06_0023.html", + "doc_type":"usermanual", + "p_code":"52", + "code":"54" + }, + { + "desc":"You must use the stream enabled to transmit real-time files. Here, fileUploadStream is used as an example.The value of streamName must be the same as that of Stream Name ", + "product_code":"dis", + "title":"Uploading Files", + "uri":"dis_06_0507.html", + "doc_type":"usermanual", + "p_code":"52", + "code":"55" + }, + { + "desc":"Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.Use the DIS SDK to obtain the information about the data cursor.", + "product_code":"dis", + "title":"Obtaining the Data Cursor", + "uri":"dis_06_0505.html", + "doc_type":"usermanual", + "p_code":"39", + "code":"56" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"FAQs", + "uri":"dis_faq_0000.html", + "doc_type":"usermanual", + "p_code":"", + "code":"57" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"How Does DIS Send and Receive Data?", + "uri":"dis_faq_0003.html", + "doc_type":"usermanual", + "p_code":"57", + "code":"58" + }, + { + "desc":"After DIS is enabled, data is stored to DIS by default. After a dump task is added, the data can be dumped to other resources. Table 1 describes the specific differences.", + "product_code":"dis", + "title":"What Is the Difference Between Storing Data into DIS and Dumping Data Elsewhere?", + "uri":"dis_faq_0007.html", + "doc_type":"usermanual", + "p_code":"57", + "code":"59" + }, + { + "desc":"This section describes how to verify integrity of the DIS SDK software package on a Linux system by using a verification file.The PuTTY tool is available.The WinSCP tool ", + "product_code":"dis", + "title":"How Do I Check Software Package Integrity?", + "uri":"dis_faq_0009.html", + "doc_type":"usermanual", + "p_code":"57", + "code":"60" + }, + { + "desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.", + "product_code":"dis", + "title":"Change History", + "uri":"dis_01_0014.html", + "doc_type":"usermanual", + "p_code":"", + "code":"61" + }, + { + "desc":"For details, see Glossary.", + "product_code":"dis", + "title":"Glossary", + "uri":"dis_01_0000.html", + "doc_type":"usermanual", + "p_code":"", + "code":"62" + } +] \ No newline at end of file diff --git a/docs/dis/umn/PARAMETERS.txt b/docs/dis/umn/PARAMETERS.txt new file mode 100644 index 000000000..6da8d5f07 --- /dev/null +++ b/docs/dis/umn/PARAMETERS.txt @@ -0,0 +1,3 @@ +version="" +language="en-us" +type="" \ No newline at end of file diff --git a/docs/dis/umn/dis_01_0000.html b/docs/dis/umn/dis_01_0000.html new file mode 100644 index 000000000..0359c67e3 --- /dev/null +++ b/docs/dis/umn/dis_01_0000.html @@ -0,0 +1,7 @@ + + +

Glossary

+

For details, see Glossary.

+
+
+ diff --git a/docs/dis/umn/dis_01_0001.html b/docs/dis/umn/dis_01_0001.html new file mode 100644 index 000000000..8044e752f --- /dev/null +++ b/docs/dis/umn/dis_01_0001.html @@ -0,0 +1,17 @@ + + +

What Is DIS?

+

Data Ingestion Service (DIS) addresses the challenge of transmitting data from outside the cloud to inside the cloud. DIS builds data intake streams for custom applications capable of processing or analyzing streaming data. DIS continuously captures, transmits, and stores terabytes of data from hundreds of thousands of sources every hour, such as logs, social media feeds, website clickstreams, and location-tracking events.

+

Data Flows

If you set the dump destination to Object Storage Service (OBS), the streaming data will be dumped to OBS.

+
Figure 1 Data flow-1
+
+

Basic Concepts

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0002.html b/docs/dis/umn/dis_01_0002.html new file mode 100644 index 000000000..29180699a --- /dev/null +++ b/docs/dis/umn/dis_01_0002.html @@ -0,0 +1,16 @@ + + +

What Can I Do with DIS?

+

You can use DIS for rapid data intake from producers and continuous data processing. The following are typical scenarios for using DIS:

+ +
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0003.html b/docs/dis/umn/dis_01_0003.html new file mode 100644 index 000000000..be477a17f --- /dev/null +++ b/docs/dis/umn/dis_01_0003.html @@ -0,0 +1,20 @@ + + +

Functions

+

DIS manages the infrastructure, storage, networking, and configuration needed to stream your data. You do not have to worry about provisioning, deployment, and constant maintenance of hardware. In addition, DIS synchronously replicates data across availability zones, providing high availability and data durability.

+

Key Modules

DIS consists of the following four functional modules:

+ +
+

Key Capabilities

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0004.html b/docs/dis/umn/dis_01_0004.html new file mode 100644 index 000000000..817bea9c2 --- /dev/null +++ b/docs/dis/umn/dis_01_0004.html @@ -0,0 +1,15 @@ + + +

Related Services

+
DIS works with the following services: +
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0005.html b/docs/dis/umn/dis_01_0005.html new file mode 100644 index 000000000..053a33765 --- /dev/null +++ b/docs/dis/umn/dis_01_0005.html @@ -0,0 +1,59 @@ + + +

Permissions

+

You need an account on the management console to create, query, and delete DIS streams, and need an Access Key ID/Secret Access Key (AK/SK) file to push, pull, and dump data.

+

For details about how to perform operations on IAM, see IAM User Guide.

+
For details about DIS permissions, see Table 1 and Permissions. +
+ + + + + + + + + + + + + + + + + + + +
Table 1 Permission list

Node Name

+

Permission Name

+

Managed Cloud Resource

+

Description

+

How to Assign Permissions

+

Base

+

Tenant Administrator

+

All services

+

Users have permission to operate all cloud resources owned by an enterprise.

+

Permission parameter settings:

+

Region: set to the region to which your cloud resources belong. Project: set to the project to which your cloud resources belong. Policy: set to Tenant Administrator.

+

DIS

+

DIS Administrator

+

DIS

+

Users have permissions to perform the following operations:

+
  • Create, delete, modify, and query DIS streams
  • Create, delete, modify, and query dump tasks
  • Upload and download data through a stream
  • Query stream monitoring metrics
+

Permission parameter settings:

+
  • Region: set to the region to which DIS streams belong.
  • Project: set to the project to which DIS streams belong.
  • Policy: set to DIS Administrator.
+
Assign different permissions based on the destination to which data of DIS streams will be dumped.
  • To create DIS streams capable of dumping data to OBS and ensure that the users have permissions to use both DIS and OBS.
  • Parameter settings required for using OBS:

    Region: set to Global service.

    +

    Project: set to OBS.

    +

    Policy: set to Tenant Administrator.

    +
+
+
+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0006.html b/docs/dis/umn/dis_01_0006.html new file mode 100644 index 000000000..a8328ba2b --- /dev/null +++ b/docs/dis/umn/dis_01_0006.html @@ -0,0 +1,14 @@ + + +

Precautions

+
Read the following precautions before using DIS: +
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0008.html b/docs/dis/umn/dis_01_0008.html new file mode 100644 index 000000000..3763bd963 --- /dev/null +++ b/docs/dis/umn/dis_01_0008.html @@ -0,0 +1,25 @@ + + +

Getting Started

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0009.html b/docs/dis/umn/dis_01_0009.html new file mode 100644 index 000000000..f6ae6fcbf --- /dev/null +++ b/docs/dis/umn/dis_01_0009.html @@ -0,0 +1,19 @@ + + +

General Procedure

+

The following is the general procedure for using DIS:

+

Step 1: Creating a DIS Stream

+

You need to create a stream before using DIS.

+

Step 2: Preparing a DIS Application Development Environment

+

Before developing a DIS application, install an application development tool, and import your SDK package and sample project into the development environment.

+

Step 3: Sending Data to DIS

+

Write a producer application and run it to send data to the cloud. The DIS stream information can be viewed on the DIS console.

+

Step 4: Obtaining Data from DIS

+

Write a consumer application and run it to retrieve data from the cloud.

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0010.html b/docs/dis/umn/dis_01_0010.html new file mode 100644 index 000000000..c84b736ae --- /dev/null +++ b/docs/dis/umn/dis_01_0010.html @@ -0,0 +1,17 @@ + + +

Managing DIS Streams

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0011.html b/docs/dis/umn/dis_01_0011.html new file mode 100644 index 000000000..82e8a97cc --- /dev/null +++ b/docs/dis/umn/dis_01_0011.html @@ -0,0 +1,14 @@ + + +

Listing DIS Streams

+

The Stream Management page displays all DIS streams created. After clicking a stream, you can view the following information about this stream:

+
Figure 1 Stream Management
+ +
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0012.html b/docs/dis/umn/dis_01_0012.html new file mode 100644 index 000000000..c2f66f9c2 --- /dev/null +++ b/docs/dis/umn/dis_01_0012.html @@ -0,0 +1,76 @@ + + +

Viewing Stream Monitoring Metrics

+

You can view stream monitoring information on the console and monitor the data consumed by applications in the stream.

+
  1. Use the account to log in to the DIS console.
  2. Click in the upper left corner and select a region and a project.
  3. In the navigation tree on the left, choose Stream Management.
  4. In the stream list, click the name of the DIS stream whose monitoring metrics will be viewed. The monitoring page is displayed.

    Figure 1 Monitoring page
    +

  5. On the Monitoring page, click the Streams or Partitions tab to view stream or partition monitoring metrics. Table 1 describes the monitoring parameters. For details about basic stream information, see 3.

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Table 1 DIS monitoring information

    Parameter

    +

    Description

    +

    Time Range

    +
    • Monitoring time range.

      Values:

      +
      • 1h
      • 2h
      • 3h
      +
    +

    Partitions

    +

    Partition ID

    +

    ID of the partition. It starts from 0 by default. Select any of the following values from the Partition ID drop-down.

    +

    Data Rate (KB/s)

    +

    Rates at which data is sent to and retrieved from the chosen partition within the specified time range. Unit: KB/s

    +

    Records Per Second

    +

    The number of records sent to and retrieved from the chosen partition within the specified time range.

    +

    Streams

    +

    Data Rate (KB/s)

    +

    Rates at which data is sent to and retrieved from the chosen DIS stream within the specified time range. Unit: KB/s

    +

    Records Per Second

    +

    The number of records sent to and retrieved from the chosen DIS stream within the specified time range.

    +

    Successful Requests Per Second

    +

    The number of PutRecords and GetRecords requests successfully fulfilled within the specified time range.

    +

    Throttled Requests Per Second

    +

    The number of PutRecords and GetRecords requests rejected within the specified time range due to flow control.

    +

    Average Request Processing Time (ms)

    +

    The average amount of time spent in processing a PutRecords or GetRecords request.

    +
    +
    +

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0013.html b/docs/dis/umn/dis_01_0013.html new file mode 100644 index 000000000..caac15318 --- /dev/null +++ b/docs/dis/umn/dis_01_0013.html @@ -0,0 +1,15 @@ + + +

Deleting a Stream

+

A deleted stream will not be charged and cannot be restored. Exercise caution when performing this operation.

+
+
  1. Use the account to log in to the DIS console.
  2. Click in the upper left corner of the page and select a region and project.
  3. In the navigation tree on the left, choose Stream Management.

    Figure 1 Managing DIS streams
    +

  4. Click Delete in the Operation column of the stream that you want to delete. The Delete Stream dialog box is displayed.

    Figure 2 Deleting a stream
    +

  5. Click OK to delete the selected stream.
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0014.html b/docs/dis/umn/dis_01_0014.html new file mode 100644 index 000000000..8cce08037 --- /dev/null +++ b/docs/dis/umn/dis_01_0014.html @@ -0,0 +1,57 @@ + + +

Change History

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +

Release Date

+

What's New

+

2022-06-15

+

Modified the following section:

+

What Is DIS?

+

Added the following sections:

+

CDR Specification

+

2020-01-03

+

Modified the following section:

+

Viewing Stream Monitoring Metrics

+

2019-06-12

+

Modified the following section:

+

Related Services

+

2019-05-15

+

Modified the following section:

+

What Is DIS?

+

2019-01-29

+

Modified the following section:

+

Step 2: Preparing a DIS Application Development Environment

+

2018-11-09

+

Accepted in OTC 3.2.

+

2018-03-16

+

This is the first official release.

+
+
+
+ diff --git a/docs/dis/umn/dis_01_0043.html b/docs/dis/umn/dis_01_0043.html new file mode 100644 index 000000000..6184539cc --- /dev/null +++ b/docs/dis/umn/dis_01_0043.html @@ -0,0 +1,16 @@ + + +

Obtaining Authentication Information

+

Obtaining AK/SK

Access Key ID/Secret Access Key (AK/SK) is created on Identity and Access Management (IAM) to authenticate calls to application programming interfaces (APIs) on the public cloud. To obtain AK/SK, choose My Credential > Access Keys.

+
+

Obtaining Project ID

A project is a group of tenant resources. To view the project IDs of different regions, choose My Credential > Projects.

+
+

Obtaining Region Information and Endpoint Information

For details about regions and endpoints, see Regions and Endpoints.

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0045.html b/docs/dis/umn/dis_01_0045.html new file mode 100644 index 000000000..b82318852 --- /dev/null +++ b/docs/dis/umn/dis_01_0045.html @@ -0,0 +1,16 @@ + + +

Interconnecting with OBS

+

Introduction

DIS can upload data to Object Storage Service (OBS).

+
+

Prerequisites

An IAM agency has been created by following the procedure in Creating an IAM Agency. This IAM agency entrusts DIS to access your OBS resources.

+
+

Data Dumping

In section Creating a Dump Task, you can select a location to which data from DIS streams will be dumped. If Dump Destination is set to OBS, DIS periodically imports data from DIS streams to OBS.

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0047.html b/docs/dis/umn/dis_01_0047.html new file mode 100644 index 000000000..41de9f98d --- /dev/null +++ b/docs/dis/umn/dis_01_0047.html @@ -0,0 +1,154 @@ + + +

Creating a Dump Task

+

If a dump task is created for a DIS stream, data sent to the DIS stream can be automatically dumped to the selected target specified in the dump task.

+
  1. Use the account to log in to the DIS console.
  2. Click in the upper left corner of the page and select a region and project.
  3. In the navigation tree on the left, choose Stream Management.
  4. Click the name of a stream that you want to view. On the displayed page, click the Dump Management tab.
  5. Click Add Dump Task. On the Add Dump Task page, configure dump parameters. Dump task parameters are described in Table 1.

    A maximum of five dump tasks can be created for each stream.

    +
    +

  6. Click Create Now.
  7. In the Operation column of the corresponding Task Name, click More > View Dump Log to view the dump task details of the stream. Table 2 describes the dump log parameters.

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Table 1 Dump task parameters

    Parameter

    +

    Description

    +

    Remarks

    +

    Data Dumping

    +

    Location to save data in the stream.

    +

    Dump Destination

    +

    OBS: After the streaming data is stored to DIS, it is then periodically imported to OBS.

    +

    -

    +

    Task Name

    +

    Name of the dump task. The names of dump tasks created for the same stream must be unique. A task name must be unique in the stream and is 1 to 64 characters long. Only letters, digits, hyphens (-), and underscores (_) are allowed.

    +

    -

    +

    Dump File Format

    +

    Text

    +

    The Text format can be selected only when Source Data Type is OBS.

    +

    Dump Bucket

    +

    Name of the OBS bucket used to store data from the DIS stream. The bucket name is created when you create a bucket in OBS.

    +

    -

    +

    File Directory

    +

    Directory created in OBS to store files from the DIS stream. Different directory levels are separated by a forward slash (/). The value cannot start with a forward slash.

    +

    This directory name is 0 to 50 characters long.

    +

    By default, this parameter is left unspecified.

    +

    -

    +

    Time Directory Format

    +

    Directory format based on the time. Data will be saved to the directory in the format of time layer under the dump file directory in the OBS bucket.

    +

    For example, if the time directory is accurate to day, the data save path is "bucket name/dump file directory/year/month/day".

    +
    Possible values are as follows:
    • N/A: If this field is left blank, the time directory format will not be used.
    • yyyy: year.
    • yyyy/MM: year and month.
    • yyyy/MM/dd: year, month, and day.
    • yyyy/MM/dd/HH: year, month, day, and hour.
    • yyyy/MM/dd/HH/mm: year, month, day, hour, and minute.
    +
    +

    You can only select but not enter a value in this field.

    +

    -

    +

    Record Delimiter

    +

    Delimiter used to separate different dump records.

    +
    Possible values are as follows:
    • Comma (,)
    • Semicolon (;)
    • Vertical bar (|)
    • Newline (\n)
    • NULL
    +
    +

    You can only select but not enter a value in this field.

    +

    -

    +

    Dump Interval (s)

    +

    User-defined interval at which data is imported from the current DIS stream into OBS. If no data is pushed to the DIS stream during the current interval, no dump file package will be generated.

    +

    Value range: 30s to 900s

    +

    Unit: second

    +

    Default value: 300s

    +

    -

    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Table 2 Dump log parameters

    Parameter

    +

    Description

    +

    Start Time

    +

    Time when the dump log is created.

    +
    Format: YYYY/MM/dd HH:mm:ss GTM
    • YYYY: year.
    • MM: month.
    • dd: date.
    • HH: hour.
    • mm: minute.
    • ss: second.
    • GMT: time zone.
    +
    +

    End Time

    +

    Time when you finish creating the dump log.

    +
    Format: YYYY/MM/dd HH:mm:ss GTM
    • YYYY: year.
    • MM: month.
    • dd: date.
    • HH: hour.
    • mm: minute.
    • ss: second.
    • GMT: time zone.
    +
    +

    Status

    +
    Dump status.
    • Succeeded
    • Failed
    • Abnormal
    +
    +

    Dump File Name

    +

    Name of the file that is dumped to the target service. The user records read from the stream are written into the file and then dumped to the target service (such as OBS) in the file format.

    +

    Records

    +

    Number of the records uploaded between the time when you start to create a dump log to the time when you finish creating it.

    +

    Data Amount (bytes)

    +

    Amount of the data uploaded between the time when you start to create the dump log to the time when you finish creating it.

    +

    Unit: byte

    +

    Operation

    +

    Dump failure details.

    +
    • If Status is Succeeded, the column is not operable.
    • If Status is Failed, click View Details to view dump details.
    • If Status is Abnormal, click View Details to view dump details.
    +
    +
    +

+

Modifying and Enabling Dump Tasks

After creating a stream and adding a dump task successfully, you can modify the attributes of the created stream.

+
  1. Log in to the DIS console.
  2. Click in the upper left corner of the page and select a region and project.
  3. In the navigation tree, choose Stream Management.
  4. Click the name of a stream that you want to view. On the displayed page, click the Dump Management tab. Alternatively, in the Operation column of a stream that you want to view, click More and choose View Dump Task from the drop-down list.
  5. In the Operation column of the stream for which a dump task has been added, perform the following operations:

    1. Choose More > Modify to modify the dump task.
    2. Choose More > Start to start the dump task.
    3. Choose More > Pause to pause the dump task.
    +

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0050.html b/docs/dis/umn/dis_01_0050.html new file mode 100644 index 000000000..169c3ccae --- /dev/null +++ b/docs/dis/umn/dis_01_0050.html @@ -0,0 +1,64 @@ + + +

Managing Stream Tags

+

A tag is an identifier of a stream. Adding tags to streams can help you identify and manage your stream resources.

+

You can add a maximum of 10 tags to a stream when creating the stream or add them on the details page of the created stream.

+

A tag consists of a tag key and a tag value. Table 1 describes the rules for naming the tag key and value.

+ +
+ + + + + + + + + + + + + +
Table 1 Naming rules for a tag key and value

Parameter

+

Rule

+

Example

+

Key

+

A tag key cannot be left blank.

+

A tag key must be unique for a stream.

+

A tag key contains a maximum of 36 characters.

+

A tag value cannot contain special characters =*<>\,|/ or start or end with a space.

+

Organization

+

Tag value

+

A tag value contains a maximum of 43 characters.

+

A tag value cannot contain special characters =*<>\,|/ or start or end with a space. This parameter can be left blank.

+

Apache

+
+
+

Adding a Tag to a Stream

You can add a tag to a stream on the Buy Stream page.
  1. Log in to the management console.
  2. Choose Enterprise Intelligence > Data Ingestion Service.
  3. On the DIS management console, click Buy Stream.
  4. On the Advanced Settings tab page, select Configure.

    Enter the key and value of a tag to be added.

    +

    You can add a maximum of 10 tags to the stream and use intersections of tags to search for the target stream.

    +

    You can also add tags to existing streams. For details, see Managing Tags.

    +
    +
+
+
+

Searching for a Target Stream

You can search for a target stream by tag on the Stream Management page.
  1. Log in to the management console.
  2. Choose EI Enterprise Intelligent > Data Ingestion Service.
  3. In the navigation tree, choose Ingestion Management > Stream Management. In the upper right corner of the page, click Search by Tag.
  4. Enter the tag key and value of the stream you are searching for.

    You can select a tag key or tag value from its drop-down list. When the tag key or tag value is exactly matched, the system can automatically locate the target stream. If you enter multiple tags, their intersections are used to search for the stream.

    +
  5. Click Search.

    The system searches for the target stream by tag key or value.

    +
+
+
+

Managing Tags

You can add, delete, modify, and view tags on the Tags tab page of a stream.
  1. Log in to the management console.
  2. Choose EI Enterprise Intelligent > Data Ingestion Service.
  3. In the navigation tree, choose Ingestion Management > Stream Management. Click a stream to which the tags to be managed belong to.

    The stream details page is displayed.

    +
  4. Click the Tags tab and add, deleted, modify, and view tags.
    • View

      On the Tags tab page, you can view details about tags of the stream, including the number of tags and the key and value of each tag.

      +
    • Add

      Click Add Tag in the upper left corner. In the displayed Add Tag dialog box, enter the key and value of the tag to be added, and click OK.

      +
    • Modify

      In the Operation column of a tag, click Edit. In the displayed Edit Tag page, enter a new tag key and value and click OK.

      +
    • Delete

      In the Operation column of the tag, click Delete. After confirmation, click OK on the displayed Delete Tag page.

      +
    +
+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0115.html b/docs/dis/umn/dis_01_0115.html new file mode 100644 index 000000000..16466a823 --- /dev/null +++ b/docs/dis/umn/dis_01_0115.html @@ -0,0 +1,11 @@ + + +

Managing a Dump Task

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0130.html b/docs/dis/umn/dis_01_0130.html new file mode 100644 index 000000000..8b81fe1bf --- /dev/null +++ b/docs/dis/umn/dis_01_0130.html @@ -0,0 +1,15 @@ + + +

Monitoring

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0131.html b/docs/dis/umn/dis_01_0131.html new file mode 100644 index 000000000..79d1b9fdf --- /dev/null +++ b/docs/dis/umn/dis_01_0131.html @@ -0,0 +1,168 @@ + + +

Supported Metrics

+

Description

This section describes metrics reported by DIS to Cloud Eye as well as their namespaces and dimensions. You can use Cloud Eye to query metric information generated for DIS.

+
+

Namespace

SYS.DAYU

+
+

Metrics

Table 1 lists the DIS metrics.

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1 DIS metrics

Metric Name

+

Meaning

+

Value Range

+

Monitored Object

+

Monitoring Period (Raw Data)

+

Total Input Traffic

+

The amount of data uploaded through a stream during a specific period.

+

Unit: byte/s

+

≥ 0 bytes/s

+

Stream

+

1 minute

+

Total Output Traffic

+

The amount of data downloaded through a stream during a specific period.

+

Unit: byte/s

+

≥ 0 bytes/s

+

Stream

+

1 minute

+

Total Input Records

+

The number of records uploaded through a stream during a specific period.

+

Unit: count/s

+

≥ 0 Count/s

+

Stream

+

1 minute

+

Total Output Records

+

The number of records downloaded through a stream during a specific period.

+

Unit: count/s

+

≥ 0 Count/s

+

Stream

+

1 minute

+

Successful Upload Requests

+

The number of successful requests for uploading data through a stream during a specific period.

+

Unit: count/s

+

≥ 0 Count/s

+

Stream

+

1 minute

+

Successful Download Requests

+

The number of successful requests for downloading data through a stream during a specific period.

+

Unit: count/s

+

≥ 0 Count/s

+

Stream

+

1 minute

+

Average Processing Time of Upload Requests

+

Average upload request delay of a stream during a specific period.

+

Unit: ms

+

0 to 50 ms

+

Stream

+

1 minute

+

Average Processing Time of Download Requests

+

Average download request delay of a stream during a specific period.

+

Unit: ms

+

0 to 50 ms

+

Stream

+

1 minute

+

Throttled Upload Requests

+

The number of rejected upload requests due to flow control.

+

Unit: count/s

+

0 to 1

+

Stream

+

1 minute

+

Throttled Download Requests

+

The number of rejected download requests due to flow control.

+

Unit: count/s

+

0 to 1

+

Stream

+

1 minute

+
+
+

Dimension

+
+ + + + + + + +

Key

+

Value

+

stream_id

+

Real-time data ingestion

+
+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0132.html b/docs/dis/umn/dis_01_0132.html new file mode 100644 index 000000000..8dfce29cc --- /dev/null +++ b/docs/dis/umn/dis_01_0132.html @@ -0,0 +1,17 @@ + + +

Setting Alarm Rules

+

Scenario

You can customize the monitored objects and notification policies by setting alarm rules to learn DIS running status in a timely manner.

+

A DIS alarm rule includes the alarm rule name, monitored object, metric, threshold, monitoring interval, and whether to send a notification. This section describes how to set DIS alarm rules.

+
+

Procedure

  1. Log in to the management console.
  2. Choose All Services > Management & Deployment > Cloud Eye.
  3. In the left navigation pane, choose Alarm Management > Alarm Rules > Create Alarm Rule.
  4. Set alarm rules for the DIS stream as prompted. Currently, only custom alarm rules are supported.
  5. After the setting is complete, click Create. When an alarm that meets the rule is generated, the system automatically sends a notification.

    For more information about DIS alarm rules, see the Cloud Eye User Guide.

    +
    +

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0134.html b/docs/dis/umn/dis_01_0134.html new file mode 100644 index 000000000..f48a11b40 --- /dev/null +++ b/docs/dis/umn/dis_01_0134.html @@ -0,0 +1,21 @@ + + +

Querying Metrics

+

Scenario

Cloud Eye monitors the running status of the DIS stream. You can obtain the monitoring metrics of CDM on the Cloud Eye management console.

+

Monitored data requires a period of time for transmission and display. The status of CDM displayed on the Cloud Eye page is the status obtained 5 to 10 minutes before. You can view the monitored data of a newly created DIS stream 5 to 10 minutes later.

+
+

Prerequisites

+
+

Procedure

  1. Use the account to log in to the DIS console.
  2. Click in the upper left corner of the page and select a region and project.
  3. In the navigation tree on the left, choose Stream Management.
  4. In the stream list, click the name of the DIS stream whose monitoring metrics will be viewed. The monitoring page is displayed.
  5. On the Streams tab page, click View details to switch to the Cloud Eye console.
  6. On the DIS monitoring page, you can view the graphs of all monitoring metrics.

    Figure 1 Viewing DIS monitoring metrics
    +

  7. Click in the upper right corner of the graphs to zoom out the graphs.

    You can view the raw monitoring data curves of different metrics in the last 1 hour, 3 hours, and 12 hours. You can determine whether to enable Auto Refresh. Cloud Eye provides an automatic refresh interval of 60 seconds.

    +

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0222.html b/docs/dis/umn/dis_01_0222.html new file mode 100644 index 000000000..8e4620290 --- /dev/null +++ b/docs/dis/umn/dis_01_0222.html @@ -0,0 +1,19 @@ + + + +

CDR Specification

+ +

+
+ +
+ +
+ diff --git a/docs/dis/umn/dis_01_0223.html b/docs/dis/umn/dis_01_0223.html new file mode 100644 index 000000000..d2beed079 --- /dev/null +++ b/docs/dis/umn/dis_01_0223.html @@ -0,0 +1,30 @@ + + +

Billing Model

+

Data Ingestion Service (DIS) is charged for resource usage, there are three main billing factors: the duration of Partition and PUT Payload Unit number.

+ +

DIS is charged for resource usage as follow:

+ +

Both resources will be charged at the same time. Each charged will be listed separately. There will be 3 CDR records for each stream in the billing interval.

+

The data will be cached for some time in the service, and default cache time is 24 hours. If the user want dump the data to OBS, the operation in OBS will be charged separately.

+

Example:

+

Let us assume that our data producers put 50 records per second in aggregate, and each record is 35KB. In this case, the total data input rate is 1.7MB/sec (50 records/sec*35KB/record). For simplicity, we assume that the throughput and data size of each record are stable and constant throughout the day.

+

We first calculate the number of partitions needed for our stream to achieve the required throughput. As one partition provides a capacity of 1MB/sec data input and supports 1000 records/sec, two partitions provide a capacity of 2MB/sec data input and support 2000 records/sec. So a stream with two partitions satisfies our required throughput of 1.7MB/sec at 50 records/sec.

+

We then calculate our costs using DIS pricing:

+ +

If the data in the DIS stored 1 day, the Data storage size is always less than 84GB, so the total cost per hour is :$(2X + Y)

+

Optionally, we can choose to increase the data retention period of our stream from 24 hours to up to 7 days. In this example, if the throughput is stable, the data storage size is 514.08GB per partition(0.85MB/sec * 3600sec * 24hour * 7day).We assume that the data storage rate is $Z per GB*Hour, the cost is $860.16*Z( the detail is (514.08-84)GB * 2 partitions * Z). The total cost should $(2*X + Y + 860.16*Z).

+

Shard Hour

+

Shard is the base throughput unit of an Amazon Kinesis stream. One shard provides a capacity of 1MB/sec data input and 2MB/sec data output. One shard can support up to 1000 records per second. You specify the number of shards needed within your stream based on your throughput requirements. You are charged for each shard at an hourly rate.

+

PUT Payload Unit (25KB)

+

A record is the data that your data producer adds to your Amazon Kinesis stream. A PUT Payload Unit is counted in 25KB payload "chunks" that comprise a record. For example, a 5KB record contains one PUT Payload Unit, a 45KB record contains two PUT Payload Units, and a 1MB record contains 40 PUT Payload Units. PUT Payload Unit is charged with a per million PUT Payload Units rate.

+

Extended Data Retention (Up to 7 days)

+

Amazon Kinesis stores your data for 24 hours by default. You can choose to increase the data retention period of your stream to up to 7 days. You are charged for an additional rate on each shard hour incurred by your stream once you enable extended data retention.

+ +
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0224.html b/docs/dis/umn/dis_01_0224.html new file mode 100644 index 000000000..f3340c9b8 --- /dev/null +++ b/docs/dis/umn/dis_01_0224.html @@ -0,0 +1,19 @@ + + +

CDR Folder and File Name

+
+
+ + + +
+ diff --git a/docs/dis/umn/dis_01_0225.html b/docs/dis/umn/dis_01_0225.html new file mode 100644 index 000000000..5454ad2ed --- /dev/null +++ b/docs/dis/umn/dis_01_0225.html @@ -0,0 +1,12 @@ + + +

Overview

+

Similar to other cloud services , CDR files for DIS will be generated, containing DIS usage information, OTC billing system will fetch these files from certain directory on Common CDR SFTP via public key to complete the charging of DIS.

+

The file compression agonization, MD5 verification, error file handling are totally same as the CDR files of other cloud services.for details, please refer to document of"OTC CDR File Specifications".

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0226.html b/docs/dis/umn/dis_01_0226.html new file mode 100644 index 000000000..91efc4998 --- /dev/null +++ b/docs/dis/umn/dis_01_0226.html @@ -0,0 +1,35 @@ + + +

CDR Folder

+
+
+ + + + + + + + + + + + + +

Export Directory

+

Backup Directory

+
  • /opt/meterfiles/uploads/dispartition
+
  • /opt/meterfiles/backup/dispartition
+
  • /opt/meterfiles/uploads/dispayloadunit
+
  • /opt/meterfiles/backup/dispayloadunit
+
  • /opt/meterfiles/uploads/disdatasize
+
  • /opt/meterfiles/backup/disdatasize
+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0227.html b/docs/dis/umn/dis_01_0227.html new file mode 100644 index 000000000..5326105a0 --- /dev/null +++ b/docs/dis/umn/dis_01_0227.html @@ -0,0 +1,18 @@ + + +

Service CDR File Name

+

OTC_{region_code}_dispart_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_number}.csv/zip

+

OTC_{region_code}_dispayunit_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_number}.csv/zip

+

OTC_{region_code}_dissize_YYYYMMDDHHMMSS_YYYYMMDDHHMMSS_{az_code}_{serial_number}.csv/zip

+

The {az_code} is not used by dis, the value is set the AZ01 number by default.

+

For example:

+

OTC_eu-de_dispart_20170427100000_20170427105959_eu-de-01_0001.csv/zip

+

OTC_eu-de_dispayunit_20170427100000_20170427105959_eu-de-01_0001.csv/zip

+

OTC_eu-de_dissize_20170427100000_20170427105959_ eu-de-01 _0001.csv/zip

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0228.html b/docs/dis/umn/dis_01_0228.html new file mode 100644 index 000000000..40f3ccfa0 --- /dev/null +++ b/docs/dis/umn/dis_01_0228.html @@ -0,0 +1,21 @@ + + +

CDR Specification

+
+
+ + + +
+ diff --git a/docs/dis/umn/dis_01_0229.html b/docs/dis/umn/dis_01_0229.html new file mode 100644 index 000000000..ba1aea518 --- /dev/null +++ b/docs/dis/umn/dis_01_0229.html @@ -0,0 +1,75 @@ + + +

The CDR Specification

+

Charging requirement: Charging starts from the time when the DIS instance is created and stops when the DIS instance is deleted.

+

CDR record cycle: The minimum granularity is minute, and the current cycle is 60 minutes. The interval for uploading offline CDR files is one hour.

+

There are three types of Product ID corresponding to three billing factors in DIS. The detail information of the product ID looks like below:

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1 DIS Product ID

ResourceTypeCode

+

ID Commercial Product

+

Describe of Commercial Product EN

+

Unit of Measure

+

otc.resource.type.dispart

+

OTC_DIS_GEN_TIME

+

The length of time the user is using the general partition

+

second

+

OTC_DIS_ADV_TIME

+

The length of time the user is using the advanced partition

+

second

+

otc.resource.type.dispayunit

+

OTC_DIS_GEN_UNIT

+

The number of the PUT Payload Unit for general partition

+

number

+

OTC_DIS_ADV_UNIT

+

The number of the PUT Payload Unit for advanced partition

+

number

+

otc.resource.type.dissize

+

OTC_DIS_GEN_STORE

+

The data storage size in general partition.

+

byte

+

OTC_DIS_ADV_STORE

+

The data storage size in advanced partition.

+

byte

+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0230.html b/docs/dis/umn/dis_01_0230.html new file mode 100644 index 000000000..66a2a434f --- /dev/null +++ b/docs/dis/umn/dis_01_0230.html @@ -0,0 +1,248 @@ + + +

The Partition CDR Content

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1 DIS Partition CDR Record Content

Field

+

Location

+

Type

+

Description

+

Remarks

+

RecordType

+

1

+

String

+

Type of a record in a file.

+

Number of normal offline CDR records: 20

+

Number of corrected error offline CDR records: 30

+

TimeStamp

+

2

+

String

+

Time when an offline CDR record is generated.

+

UTC Format: YYYYMMDDHH24MISS

+

UserID

+

3

+

String

+

Unique ID of a subscriber.

+

The value is the same as the value of ProjectID.

+

RegionCode

+

4

+

String

+

ID of a region.

+

ID of a region.

+

AZCode

+

5

+

String

+

Code of an available zone.

+

The DIS is Region Service, The AZCode is set AZ01 by default.

+

CloudServiceTypeCode

+

6

+

String

+

Type of a cloud service.

+

Cloud service type corresponding to ResourceID. For example, cloudservicetype for VM in EC2 is recorded as otc.service.type.ec2, and cloudservicetype for VM in VDC is recorded as otc.service.type.vdc.

+

For DIS: the string is otc.service.type.dis

+

ResourceTypeCode

+

7

+

String

+

Type of a cloud resource.

+

Cloud resource type corresponding to ResourceID, such as VM.

+

ResourceType is a resource type specified by CloudServiceType, and CloudServiceType contains multiple sets of ResourceType. For example, EC2 is provided by VM, Volume, IP, and Image, and EC2 is a CloudServiceType, and VM, Volume, IP, and Image are ResourceType.

+

For DIS: the string is otc.resource.type.dis

+

ResourceSpecCode

+

8

+

String

+

Code of specified resource specifications.

+

There are two type resourcespeccode for DIS:

+

dis.general.partition

+

dis.advanced.partition

+

ResourceID

+

9

+

String

+

ID of a resource instance.

+

ID of the partition in the DIS stream instance.

+

The ID is different from partitions.

+

+

BSSParams

+

10

+

String

+

Extended operation parameter.

+

The contract ID of one tenant. The contract ID is the xdomain_id of user token.

+

BeginTime

+

11

+

String

+

Start time of the statistics period of a record.

+

UTC Format: YYYYMMDDHH24MISS

+

EndTime

+

12

+

String

+

End time of the statistics period of a record.

+

UTC Format: YYYYMMDDHH24MISS

+

Duration

+

13

+

String

+

Name of a specific accumulative factor.

+

Accumulative factor: Duration

+

Time

+

14

+

Double

+

Accumulative value of AccumulateFactorName.

+

Accumulative value of duration in the period ranging from BeginTime to EndTime multiply the number of partitions. The value is 0 or a positive number.

+

The time unit is hour.

+

ExtendParams

+

15

+

String

+

Extended field.

+

This field is not used in this CDR record, the value is empty.

+

ProductID

+

16

+

String

+

Product ID of this service

+

Product ID :

+

OTC_DIS_GEN_TIME

+

OTC_DIS_ADV_TIME

+

CET/CEST BeginTime

+

17

+

String

+

Start time of the statistics period of a record.

+

Server Local Time: YYYYMMDDHH24MISS

+

CET/CEST EndTime

+

18

+

String

+

End time of the statistics period of a record.

+

Server Local Time: YYYYMMDDHH24MISS

+

Tag

+

19

+

String

+

Extended field.

+

This field is not used in DIS service, the value is empty.

+
+
+

Example of Partition Duration CDR content:

+

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type.dispartition | dis.general.partition | 2cegee33-2173-4982-881c-7w8f27d23h54 |00000000001000003344 | 20161013130000 | 20161013135959 | Duration | 3600 | | OTC_DIS_GEN_TIME | 20161013140000 | 20161013145959|

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0231.html b/docs/dis/umn/dis_01_0231.html new file mode 100644 index 000000000..65e3102ae --- /dev/null +++ b/docs/dis/umn/dis_01_0231.html @@ -0,0 +1,251 @@ + + +

The PUT Payload Unit CDR Content

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1 DIS PUT Payload Unit CDR Record Content

Field

+

Location

+

Type

+

Description

+

Remarks

+

RecordType

+

1

+

String

+

Type of a record in a file.

+

Number of normal offline CDR records: 20

+

Number of corrected error offline CDR records: 30

+

TimeStamp

+

2

+

String

+

Time when an offline CDR record is generated.

+

UTC Format: YYYYMMDDHH24MISS

+

UserID

+

3

+

String

+

Unique ID of a subscriber.

+

The value is the same as the value of ProjectID.

+

RegionCode

+

4

+

String

+

ID of a region.

+

ID of a region.

+

AZCode

+

5

+

String

+

Code of an available zone.

+

Code of an available zone.

+

CloudServiceTypeCode

+

6

+

String

+

Type of a cloud service.

+

Cloud service type corresponding to ResourceID. For example, cloudservicetype for VM in EC2 is recorded as otc.service.type.ec2, and cloudservicetype for VM in VDC is recorded as otc.service.type.vdc.

+

For DIS: the string is otc.service.type.dis

+

ResourceTypeCode

+

7

+

String

+

Type of a cloud resource.

+

Cloud resource type corresponding to ResourceID, such as VM.

+

ResourceType is a resource type specified by CloudServiceType, and CloudServiceType contains multiple sets of ResourceType. For example, EC2 is provided by VM, Volume, IP, and Image, and EC2 is a CloudServiceType, and VM, Volume, IP, and Image are ResourceType.

+

For DIS: the string is otc.resource.type.dis

+

ResourceSpecCode

+

8

+

String

+

Code of specified resource specifications.

+

There are two type resourcespeccode for DIS:

+

dis.general.partition

+

dis.advanced.partition

+

ResourceID

+

9

+

String

+

ID of a resource instance.

+

ID of the partition in the DIS stream instance.

+

The ID is different from partitions.

+

+

BSSParams

+

10

+

String

+

Extended operation parameter.

+

The contract ID of one tenant. The contract ID is the xdomain_id of user token.

+

BeginTime

+

11

+

String

+

Start time of the statistics period of a record.

+

UTC Format: YYYYMMDDHH24MISS

+

EndTime

+

12

+

String

+

End time of the statistics period of a record.

+

UTC Format: YYYYMMDDHH24MISS

+

InputTraffic

+

13

+

String

+

Name of a specific accumulative factor.

+

Accumulative factor: InputUnitNum

+

InputTrafficValue

+

14

+

Double

+

Accumulative value of AccumulateFactorName.

+

Accumulative value of InputUnitNum.

+

This is the total Num of input record(sum/million) in the partition during this time period.

+

The value unit is sum/million

+

+

.

+

ExtendParams

+

15

+

String

+

Extended field.

+

This field indicates the amount of data the user is actually putting.

+

ProductID

+

16

+

String

+

Product ID of this service

+

Product ID:

+

OTC_DIS_GEN_UNIT

+

OTC_DIS_ADV_UNIT

+

CET/CEST BeginTime

+

17

+

String

+

Start time of the statistics period of a record.

+

Server Local Time: YYYYMMDDHH24MISS

+

CET/CEST EndTime

+

18

+

String

+

End time of the statistics period of a record.

+

Server Local Time: YYYYMMDDHH24MISS

+

Tag

+

19

+

String

+

Extended field.

+

This field is not used in DIS service, the value is empty.

+
+
+

Example of PUT Payload Unit CDR content:

+

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type.dispayloadunit | dis.general.partition | 1dbcee33-7837-4316-852d-5d9f27f11e28 |00000000001000003344 | 20161013130000 | 20161013135959 | InputUnitNum | 12000 | 3201284 | OTC_DIS_GEN_UNIT |20161013140000 | 20161013145959|

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0232.html b/docs/dis/umn/dis_01_0232.html new file mode 100644 index 000000000..0530d68d1 --- /dev/null +++ b/docs/dis/umn/dis_01_0232.html @@ -0,0 +1,264 @@ + + +

The Data Store Size CDR Content

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Table 1 DIS Data Store Size CDR Record Content

Field

+

Location

+

Type

+

Description

+

Remarks

+

RecordType

+

1

+

String

+

Type of a record in a file.

+

Number of normal offline CDR records: 20

+

Number of corrected error offline CDR records: 30

+

TimeStamp

+

2

+

String

+

Time when an offline CDR record is generated.

+

UTC Format: YYYYMMDDHH24MISS

+

UserID

+

3

+

String

+

Unique ID of a subscriber.

+

The value is the same as the value of ProjectID.

+

RegionCode

+

4

+

String

+

ID of a region.

+

ID of a region.

+

AZCode

+

5

+

String

+

Code of an available zone.

+

Code of an available zone.

+

CloudServiceTypeCode

+

6

+

String

+

Type of a cloud service.

+

Cloud service type corresponding to ResourceID. For example, cloudservicetype for VM in EC2 is recorded as otc.service.type.ec2, and cloudservicetype for VM in VDC is recorded as otc.service.type.vdc.

+

For DIS: the string is otc.service.type.dis

+

ResourceTypeCode

+

7

+

String

+

Type of a cloud resource.

+

Cloud resource type corresponding to ResourceID, such as VM.

+

ResourceType is a resource type specified by CloudServiceType, and CloudServiceType contains multiple sets of ResourceType. For example, EC2 is provided by VM, Volume, IP, and Image, and EC2 is a CloudServiceType, and VM, Volume, IP, and Image are ResourceType.

+

For DIS: the string is otc.resource.type.dis

+

ResourceSpecCode

+

8

+

String

+

Code of specified resource specifications.

+

There are two type resourcespeccode for DIS:

+

dis.general.partition

+

dis.advanced.partition

+

ResourceID

+

9

+

String

+

ID of a resource instance.

+

ID of the partition in the DIS stream instance.

+

The ID is different from partitions.

+

+

BSSParams

+

10

+

String

+

Extended operation parameter.

+

The contract ID of one tenant. The contract ID is the xdomain_id of user token.

+

BeginTime

+

11

+

String

+

Start time of the statistics period of a record.

+

UTC Format: YYYYMMDDHH24MISS

+

EndTime

+

12

+

String

+

End time of the statistics period of a record.

+

UTC Format: YYYYMMDDHH24MISS

+

DataStoreSize

+

13

+

String

+

Name of a specific accumulative factor.

+

Accumulative factor: Data Store Size

+

DataStoreSizeValue

+

14

+

Double

+

Accumulative value of AccumulateFactorName.

+

Accumulative value of DataStore.

+

This value is the size of the data store in DIS input by the partition in the period ranging from BeginTime to EndTime..

+

The value is 0 or a positive number, the value unit is byte.

+

ExtendParams

+

15

+

String

+

Extended field.

+

This field is not used in this CDR record, the value is empty.

+

ProductID

+

16

+

String

+

Product ID of this service

+

Product ID:

+

OTC_DIS_GEN_STORE

+

OTC_DIS_ADV_STORE

+

CET/CEST BeginTime

+

17

+

String

+

Start time of the statistics period of a record.

+

Server Local Time: YYYYMMDDHH24MISS

+

CET/CEST EndTime

+

18

+

String

+

End time of the statistics period of a record.

+

Server Local Time: YYYYMMDDHH24MISS

+

Tag

+

19

+

String

+

Extended field.

+

This field is not used in DIS service, the value is empty.

+
+
+

Sample scenario for the user:

+

Starting at 11:15(UTC time), a user created a stream containing 2 partitions, the data store time is 1 day. The user put 50 records per second, and each record is 35KB.

+

At 12:00 (UTC time) , The partition 1 receives 70,000 records and Partition2 receives 65,000 records.when billing system generates CDR file, CDR records of the stream looks like below:

+

The Partition Duration CDR content:

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type. dispartition | dis.general.partition | 1dbcee33-7837-4316-852d-5d9f27f11e28 |00000000001000003344 | 20161013111500 | 20161013115959 | Duration | 2700 | | OTC_DIS_GEN_TIME | 20161013120000 | 20161013125959|

+

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type. dispartition | dis.general.partition | 2cegee33-2173-4982-881c-7w8f27d23h54 |00000000001000003344 | 20161013111500 | 20161013115959 | Duration | 2700 | | OTC_DIS_GEN_TIME | 20161013120000 | 20161013125959|

+
+

The PUT payload unit CDR content:

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type. dispayloadunit | dis.general.partition | 1dbcee33-7837-4316-852d-5d9f27f11e28 |00000000001000003344 | 20161013111500 | 20161013115959 | InputUnitNum | 140000 | 2508800000 | OTC_DIS_GEN_UNIT |20161013120000 | 20161013125959|

+

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type. dispayloadunit | dis.general.partition | 2cegee33-2173-4982-881c-7w8f27d23h54 |00000000001000003344 | 20161013111500 | 20161013115959 | InputUnitNum | 130000 | 2329600000 | OTC_DIS_GEN_UNIT |20161013120000 | 20161013125959|

+

As our record is 35KB, each record contains two PUT Payload Units. The user put 50 records or 100 PUT Payload Units per second. At 12:00, there are 70000 records or 14000 PUT Payload Unit in partition 1, and 65000 records or 130000 PUT Payload Unit in partition 2.

+

The ExtendParams in PUT Payload Unit CDR describe the amount of data the user is actually uploading in the billing period.

+
+
+

The Date Store Size CDR content:

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type.disdatasize | dis.general.partition | 1dbcee33-7837-4316-852d-5d9f27f11e28 |00000000001000003344 | 20161013111500 | 20161013115959 | DataStoreSize | 2508800000| | OTC_DIS_GEN_STORE |20161013120000 | 20161013125959 |

+

20|20161013150423 | a21be352dfa7682dfa768dfa7682dfdf | eu-west-0 | | otc.service.type.dis | otc.resource.type. disdatasize | dis.general.partition | 2cegee33-2173-4982-881c-7w8f27d23h54 |00000000001000003344 | 20161013111500 | 20161013115959 | DataStoreSize | 2329600000| | OTC_DIS_GEN_STORE |20161013120000 | 20161013125959 |

+

Each record is 35KB. The Partition 1 have 70000 records and The partition 2 have 65000 records. The data store time is 1 day so all the data is store in the DIS, so the data store size is 2508800000(70000*35*1024)byte in partition 1, the data store size is 2329600000(65000*35*1024) byte in partition 2.

+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0600.html b/docs/dis/umn/dis_01_0600.html new file mode 100644 index 000000000..b0190eb3e --- /dev/null +++ b/docs/dis/umn/dis_01_0600.html @@ -0,0 +1,21 @@ + + +

Overview

+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0601.html b/docs/dis/umn/dis_01_0601.html new file mode 100644 index 000000000..5236d3648 --- /dev/null +++ b/docs/dis/umn/dis_01_0601.html @@ -0,0 +1,104 @@ + + +

Step 1: Creating a DIS Stream

+

You can create a DIS stream on the DIS management console.

+

Procedure

  1. Use the account to log in to the DIS console.

    Figure 1 DIS management console
    +

  2. Click in the upper left corner of the page and select a region and project.
  3. Click Create Stream and set related parameters.

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Table 1 Stream parameters

    Parameter

    +

    Description

    +

    Example

    +

    Region

    +

    Physical location of the cloud service. You can select a different region from the drop-down list.

    +

    -

    +

    Basic Information

    +

    Stream Name

    +

    Name of the DIS stream to be created. A stream name is 1 to 64 characters long. Only letters, digits, hyphens (-), and underscores (_) are allowed.

    +

    dis-Tido

    +

    Stream Type

    +
    • Common: Each partition supports a maximum read speed of 2 MB/s and a maximum write speed of 1 MB/s.
    • Advanced: Each partition supports a maximum read speed of 10 MB/s and a maximum write speed of 5 MB/s.
    +

    -

    +

    Partitions

    +
    Partitions are the base throughput unit of a DIS stream.
    • For a common DIS stream, the value of Partitions is an integer from 1 to 50. A tenant can create a maximum of 50 partitions.
    • For an advanced DIS stream, the value of Partitions is an integer from 1 to 10. A tenant can create a maximum of 10 partitions.
    +
    +

    5

    +

    Partition Calculator

    +
    Calculator used to calculate the estimated number of partitions based on the information you entered.
    1. Click Partition Calculator.
    2. In the Partition Calculator dialog box, configure the Average Record Size (KB), Max. Records Written, and Consumer Applications parameters. The Estimated Partitions field then displays the recommended number of partitions. The value of this field cannot be modified.
      NOTE:
      Partition calculation formulas:
      • Based on the traffic (the final value must be rounded up):

        Common stream: Average record size x (1 + 20%) x Maximum records written/ (1 x 1024 KB) (20% is the reserved partition percentage.)

        +

        Advanced stream: Average record size x (1 + 20%) x Maximum records written/ (5 x 1024 KB) (20% is the reserved partition percentage.)

        +
      • Based on the consumer program quantity (the final value must be rounded up):

        (Number of consumer programs/2) x Number of partitions calculated based on the traffic (The result of the number of consumer programs/2 must reserve two decimals.)

        +

        The largest value among the values calculated based on the previous three formulas is considered as the estimated partition value.

        +
      +
      +
      +
    3. Click Use Estimated Value. The estimated value is automatically used as the value of Partitions.
    +
    +

    -

    +

    Data Retention (hours)

    +

    The maximum number of hours for which data can be preserved in DIS. Data will be deleted when the retention period expires.

    +

    Value range: an integer ranging from 24 to 72.

    +

    24

    +

    Configure

    +

    Click Configure now. The Tag parameter is displayed.

    +

    For details about how to add a tag, see Managing Stream Tags.

    +

    -

    +

    Skip

    +

    No advanced settings need to be configured.

    +

    -

    +

    Tag

    +

    Identifier of the stream. Adding tags to streams can help you identify and manage your stream resources.

    +

    -

    +
    +
    +

    +

  4. Click . The Details page is displayed.
  5. Click Submit.
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0602.html b/docs/dis/umn/dis_01_0602.html new file mode 100644 index 000000000..92ba48a50 --- /dev/null +++ b/docs/dis/umn/dis_01_0602.html @@ -0,0 +1,31 @@ + + +

Step 2: Preparing a DIS Application Development Environment

+

Before developing DIS applications, prepare an application development environment, and then obtain a software development kit (SDK) and sample project and import them to the development environment.

+

Prerequisites

+
+

Procedure

  1. Configure a JDK using Eclipse.

    1. Start Eclipse and choose Window > Preferences. The Preferences dialog box is displayed.
    2. In the navigation tree, choose Java. On the Java page, configure general settings for Java development and then click OK.
      Figure 1 Preferences
      +
    3. In the navigation tree, choose Java > Installed JREs.
      • Ensure that configured JDK environmental variables are displayed on the Installed JREs page. Then go to 1.c.i.
      • To configure different variables for different versions of JDK, perform 1.c.ii to 1.c.iv.
      +
      Figure 2 Installed JREs
      +
      1. Select the installed JDK and click OK.
      2. Click Add. The Add JRE dialog box is displayed.
        Figure 3 JRE Type
        +
      3. Select a JRE type and click Next.
        Figure 4 JRE Definition
        +
      4. Configure the basic information about JDK and click Finish.
        • JRE home: JDK installation path.
        • Default VM arguments: JDK running parameters.
        +
      +
    +

  2. Download resource packages.

    Download the DIS SDK from https://dis.obs.eu-de.otc.t-systems.com/dis/download/dis-sdk-1.2.3.zip and its integrity check file from https://dis.obs.eu-de.otctest.t-systems.com/dis/download/dis-sdk-1.2.3.zip.sha256sum.

    +

  3. Import the Eclipse project.

    1. Start Eclipse. Choose File > Import. The Import dialog box is displayed.
    1. Choose General > Existing Projects into Workspace and click Next. The Import dialog box is displayed.
    2. Click Browse and select a save location for the dis-sdk-demo sample project. In the Projects area, select a sample project.
      Figure 5 Importing a project
      +
    3. Click Finish.
    +

  4. Configure the demo project.

    1. Set the project code to UTF-8.
      1. In the navigation tree, right-click the required project under Project Explorer and choose Properties from the shortcut menu. The Properties for dis-sdk-demo dialog box is displayed.
      2. In the navigation tree, choose Resource. The Resource page is displayed in the right pane.
      3. In the Other drop-down list, select UTF-8.
      4. Click Apply and Close.
      +
    2. Import a dependency package.
      1. In the navigation pane, choose Project Explorer. Right-click the chosen project and choose Properties from the shortcut menu.
      2. In the navigation tree, choose Java Build Path. The Java Build Path page is displayed in the right pane.
      3. Click the Libraries tab, and then click Add External JARs. The JAR Selection dialog box is displayed.
      4. Select the directory where the dis-sdk folder is located and click Open.
      5. On the Properties for dis-sdk-demo page, click Apply and Close to import all the .jar files in the current path and the third_lib folder to the project.
      +
      Figure 6 Java Build Path
      +
    3. Add the JDK.
      1. In the navigation pane, choose Project Explorer. Right-click the chosen project and choose Properties from the shortcut menu.
      2. In the navigation tree, choose Java Build Path. The Java Build Path page is displayed in the right pane.
      3. Click the Libraries tab, and then click Add Library. The Add Library dialog box is displayed.
      4. Select JRE System Library and click Next. Verify that the version of Workspace default JRE is jdk1.8 or later.
      5. Click Finish to exit the Add Library dialog box.
      6. Click Apply and Close.
      +
    +

  5. Initialize a DIS client sample. For details about endpoint, ak, sk, region, and projectId, see Obtaining Authentication Information.
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0603.html b/docs/dis/umn/dis_01_0603.html new file mode 100644 index 000000000..156edf965 --- /dev/null +++ b/docs/dis/umn/dis_01_0603.html @@ -0,0 +1,31 @@ + + +

Step 3: Sending Data to DIS

+

Function

Local data is continuously uploaded to DIS.

+

Data can be stored in DIS, OBS, and DLI. For details about how to configure a storage location, see Creating a Dump Task.

+

The maximum number of days for DIS to preserve data cannot exceed Data Retention (days).

+
+
+

Sample Code

The example code file is the ProducerDemo.java file in the \dis-sdk-demo\src\main\java\com\bigdata\dis\sdk\demo directory decompressed from the dis-sdk-1.2.3.zip package. The compression package is downloaded in Step 2: Preparing a DIS Application Development Environment.

+
+

Running the Producer Program

Right-click the producer application and choose Run As > 1 Java Application from the shortcut menu.
Figure 1 Running a producer application
+
+

+
While data is being sent to DIS, the DIS console displays DIS stream information. If information similar to the following is displayed, the data has been successfully sent to DIS:
14:40:20.090 [main] INFOcom.bigdata.dis.sdk.DISConfig - get from classLoader
+14:40:20.093 [main] INFODEMOT - ========== BEGIN PUT ============
+14:40:21.186 [main] INFOcom.bigdata.dis.sdk.util.config.ConfigurationUtils - get from classLoader
+14:40:21.187 [main] INFOcom.bigdata.dis.sdk.util.config.ConfigurationUtils - propertyMapFromFile size : 2
+14:40:22.092 [main] INFOcom.bigdata.dis.sdk.demo.ProducerDemo - Put 3 records[3 successful / 0 failed].
+14:40:22.092 [main] INFOcom.bigdata.dis.sdk.demo.ProducerDemo - [hello world.] put success, partitionId [shardId-0000000000], partitionKey [964885], sequenceNumber [0]
+14:40:22.092 [main] INFOcom.bigdata.dis.sdk.demo.ProducerDemo - [hello world.] put success, partitionId [shardId-0000000000], partitionKey [910960], sequenceNumber [1]
+14:40:22.092 [main] INFOcom.bigdata.dis.sdk.demo.ProducerDemo - [hello world.] put success, partitionId [shardId-0000000000], partitionKey [528377], sequenceNumber [2]
+14:40:22.092 [main] INFOcom.bigdata.dis.sdk.demo.ProducerDemo - ========== PUT OVER ============
+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0604.html b/docs/dis/umn/dis_01_0604.html new file mode 100644 index 000000000..3ef98dc2b --- /dev/null +++ b/docs/dis/umn/dis_01_0604.html @@ -0,0 +1,23 @@ + + +

Step 4: Obtaining Data from DIS

+

Function

You can retrieve data from DIS when needed.

+
+

Sample Code

The example code file is the ConsumerDemo.java file in the \dis-sdk-demo\src\main\java\com\bigdata\dis\sdk\demo directory decompressed from the dis-sdk-XXX.zip package. The compression package is downloaded in Step 2: Preparing a DIS Application Development Environment.

+
+

Running the Consumer Application

If information similar to the following appears, data has been successfully retrieved from DIS:

+
14:55:42.954 [main] INFOcom.bigdata.dis.sdk.DISConfig - get from classLoader
+14:55:44.103 [main] INFOcom.bigdata.dis.sdk.util.config.ConfigurationUtils - get from classLoader
+14:55:44.105 [main] INFOcom.bigdata.dis.sdk.util.config.ConfigurationUtils - propertyMapFromFile size : 2
+14:55:45.235 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get stream streamName[partitionId=0] cursor success : eyJnZXRJdGVyYXRvclBhcmFtIjp7InN0cmVhbS1uYW1lIjoiZGlzLTEzbW9uZXkiLCJwYXJ0aXRpb24taWQiOiIwIiwiY3Vyc29yLXR5cGUiOiJBVF9TRVFVRU5DRV9OVU1CRVIiLCJzdGFydGluZy1zZXF1ZW5jZS1udW1iZXIiOiIxMDY4OTcyIn0sImdlbmVyYXRlVGltZXN0YW1wIjoxNTEzNjY2NjMxMTYxfQ
+14:55:45.305 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get Record [hello world.], partitionKey [964885], sequenceNumber [0].
+14:55:45.305 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get Record [hello world.], partitionKey [910960], sequenceNumber [1].
+14:55:46.359 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get Record [hello world.], partitionKey [528377], sequenceNumber [2]. 
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_01_0605.html b/docs/dis/umn/dis_01_0605.html new file mode 100644 index 000000000..9bd379a1d --- /dev/null +++ b/docs/dis/umn/dis_01_0605.html @@ -0,0 +1,63 @@ + + +

Creating an IAM Agency

+

Introduction

If you choose to dump data from DIS to OBS, create an IAM agency that grants DIS permissions to access OBS.

+
+

Creating an IAM Agency

  1. Log in to the management console.
  2. Click Service List. Under Management & Deployment, select Identify and Access Management.
  3. Select Agencies in the navigation tree pane, and click Create Agency.

    Figure 1 Creating an IAM agency
    +

  4. Configure agency parameters and click OK.

    Figure 2 Configuring agency parameters
    + +
    + + + + + + + + + + + + + + + + + + + + + + +
    Table 1 Agency parameters

    Parameter

    +

    Description

    +

    Agency Name

    +

    Name of the agency to be created. The value of this parameter is 1 to 64 characters long and cannot be left unspecified.

    +

    Agency Type

    +

    Type of the agency to be created. This parameter must be set to Cloud service.

    +

    Cloud Service

    +

    Click Select next to Cloud Service. In the Select Cloud Service dialog box, select DIS and click OK.

    +

    Validity Period

    +

    Select Unlimited.

    +
    NOTE:

    Currently, this parameter must be set to Unlimited. Using another value may result in authorization failures.

    +
    +

    Description

    +

    Agency description. The entered description cannot exceed 255 characters.

    +

    Permissions

    +

    If Dump Destination is OBS, policy settings are as follows: Region: Global service +Project: OBS +Policy: Tenant Administrator

    +

    To modify agency policies, click Modify in the Operation column. In the Available Policies area, select your required policy and click OK.

    +
    NOTE:

    After an agency is created, its policies cannot be modified.

    +
    +
    +
    +

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0005.html b/docs/dis/umn/dis_06_0005.html new file mode 100644 index 000000000..5b61e8337 --- /dev/null +++ b/docs/dis/umn/dis_06_0005.html @@ -0,0 +1,12 @@ + + +

Downloading SDKs

+

Data Ingestion Service Software Development Kit (DIS SDK) is the encapsulation of RESTful APIs provided by DIS to simplify development. You can use DIS by calling API functions provided by DIS SDK.

+

Download the package from https://dis.obs.eu-de.otc.t-systems.com/dis/download/dis-sdk-1.2.3.zip.

+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0011.html b/docs/dis/umn/dis_06_0011.html new file mode 100644 index 000000000..49d5e98be --- /dev/null +++ b/docs/dis/umn/dis_06_0011.html @@ -0,0 +1,37 @@ + + +

DIS SDK Usage Guide

+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0012.html b/docs/dis/umn/dis_06_0012.html new file mode 100644 index 000000000..2e53b38cd --- /dev/null +++ b/docs/dis/umn/dis_06_0012.html @@ -0,0 +1,11 @@ + + +

Preparing the Environment

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0013.html b/docs/dis/umn/dis_06_0013.html new file mode 100644 index 000000000..11fbf81da --- /dev/null +++ b/docs/dis/umn/dis_06_0013.html @@ -0,0 +1,41 @@ + + +

Configuring Sample Projects

+

The dis-sdk-1.2.3.zip package of the latest version in Downloading SDKs provides a sample project. You can use a development tool (such as Eclipse) on the local server to compile and run the sample project. You can also develop your applications based on the sample project. The sample project code is available in the \dis-sdk-demo\src\com\bigdata\dis\sdk\demo directory.

+ +
+ + + + + + + + + + +

Sample Code

+

Description

+

ConsumerDemo.java

+

How to download data

+

ProducerDemo.java

+

How to upload data

+
+
+

Procedure

  1. Decompress the dis-sdk-1.2.3.zip package obtained in Downloading SDKs to obtain the dis-sdk-demo package and sample project.
  2. Import the Eclipse project.

    1. Start Eclipse and choose File > Import. The Import dialog box is displayed.
    1. Choose General > Existing Projects into Workspace and click Next. The Import dialog box is displayed.
    2. Click Browse and select a save location for the dis-sdk-demo sample project. In the Projects area, select a sample project, as shown in Figure 1.
      Figure 1 Import Projects
      +
    3. Click Finish to import the project.
    +

  3. Configure the demo project.

    1. Set the project code to UTF-8.
      1. In the navigation tree, right-click the required project under Project Explorer and choose Properties from the shortcut menu. The Properties for dis-sdk-demo dialog box is displayed.
      2. In the navigation tree, choose Resource. The Resource page is displayed in the right pane.
      3. In the Other drop-down list, select UTF-8.
      4. Click Apply and Close.
      +
      Figure 2 Resource
      +
    2. Import a JAR dependency package.
      1. In the navigation tree, right-click the required project under Project Explorer and choose Properties from the shortcut menu. The Properties for dis-sdk-demo dialog box is displayed.
      2. In the navigation tree, choose Java Build Path. The Java Build Path page is displayed in the right pane.
      3. Click the Libraries tab, and then click Add External JARs. The JAR Selection dialog box is displayed.
      4. Select the location of the dis-sdk folder in the decompressed dis-sdk-1.2.3 file, and then click Open.
      5. On the Properties for dis-sdk-demo page, click Apply and Close to import all the .jar files in the current path and the third_lib folder to the project.
      +
      Figure 3 Java Build Path
      +
    3. Add the JDK.
      1. In the navigation tree, right-click the required project under Project Explorer and choose Properties from the shortcut menu. The Properties for dis-sdk-demo dialog box is displayed.
      2. In the navigation tree, choose Java Build Path. The Java Build Path page is displayed in the right pane.
      3. Click the Libraries tab, and then click Add Library. The Add Library dialog box is displayed.
      4. Select JRE System Library and click Next. Verify that the version of Workspace default JRE is jdk1.8 or later.
      5. Click Finish to exit the Add Library dialog box.
      6. Click Apply and Close.
      +
    +

+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0014.html b/docs/dis/umn/dis_06_0014.html new file mode 100644 index 000000000..8f42cfbe4 --- /dev/null +++ b/docs/dis/umn/dis_06_0014.html @@ -0,0 +1,11 @@ + + +

Importing Third-party Dependency Packages

+
  1. In the navigation tree, click Project Explorer, right-click a project and choose Properties > Java Build Path > Add External JARs.
  2. Locate the directory containing the decompressed dis-sdk folder, and import all the files with the extension JAR in the current directory and the third_party folder to the project.
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0015.html b/docs/dis/umn/dis_06_0015.html new file mode 100644 index 000000000..9c2b7429f --- /dev/null +++ b/docs/dis/umn/dis_06_0015.html @@ -0,0 +1,24 @@ + + +

Initializing a DIS Client

+

You can use either of the following methods to initialize a DIS SDK client instance: For details about endpoint, ak, sk, region, and projectId, see Obtaining Authentication Information.

+ +
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0016.html b/docs/dis/umn/dis_06_0016.html new file mode 100644 index 000000000..9df63056d --- /dev/null +++ b/docs/dis/umn/dis_06_0016.html @@ -0,0 +1,84 @@ + + +

Uploading Streaming Data

+

Sample Code

Use the initialized client instance to upload your streaming data to DIS. The sample code is available in the ProducerDemo.java file in the dis-sdk-demo\src\com\bigdata\dis\sdk\demo directory.

+

The value of streamName must be the same as that of Stream Name configured in Step 1: Creating a DIS Stream.

+

The code for uploading streaming data is as follows:

+
+
//Initialize an asynchronous sending client.
+DISConfig disConfig = new DISConfig().setAK("xxxx").setSK("xxxx").setProjectId("xxxx").setRegion("xxxx").setEndpoint("xxxx");
+DISProducer producer = new DISProducer(disConfig);
+
+//Configure the stream name.
+String streamName = "streamName";
+//Configure the data to be uploaded.
+String message = "hello world.";
+ByteBuffer buffer = ByteBuffer.wrap(message.getBytes());
+PutRecordsRequestEntry putRecordsRequestEntry = new PutRecordsRequestEntry();
+putRecordsRequestEntry.setData(buffer);
+putRecordsRequestEntry.setPartitionKey(String.valueOf(ThreadLocalRandom.current().nextInt(1000000)));
+log.info("========== BEGIN PUT ============");
+
+int count = 10;
+CountDownLatch cd = new CountDownLatch(count);
+for (int i = 0; i < count; i++)
+{
+    putRecordsRequestEntry.setPartitionKey(String.valueOf(ThreadLocalRandom.current().nextInt(1000000)));
+    try
+    {
+        producer.putRecordAsync(streamName, putRecordsRequestEntry, new AsyncHandler<PutRecordsResultEntry>()
+        {
+            @Override
+            public void onSuccess(PutRecordsResultEntry result)
+            {
+                log.info(result.toString());
+                cd.countDown();
+            }
+            
+            @Override
+            public void onError(Exception exception)
+            {
+                log.error(exception.getMessage(), exception);
+                cd.countDown();
+            }
+        });
+    }
+    catch (Exception e)
+    {
+        log.error(e.getMessage(), e);
+        cd.countDown();
+    }
+}
+
+cd.await();
+log.info("========== PUT OVER ============");
+producer.close();
+

Running the Program

Right-click the program and choose Run As > 1 Java Application from the shortcut menu. If the program runs successfully, the information similar to the following is displayed on the console:

+
+
17:27:49.130 [main] INFO  com.bigdata.dis.sdk.DISConfig - get from classLoader
+17:27:49.142 [Sender Thread] DEBUG com.bigdata.dis.sdk.producer.internals.Sender - Starting Kafka producer I/O thread.
+17:27:49.145 [main] INFO  DISProducerDemo - ========== BEGIN PUT ============
+17:27:49.202 [Sender Thread] DEBUG com.bigdata.dis.sdk.producer.internals.Sender - begin to send : 1
+17:27:49.203 [Sender Thread] DEBUG com.bigdata.dis.sdk.producer.internals.Sender - batch size: 10, 120
+17:27:50.197 [pool-2-thread-1] INFO  com.bigdata.dis.sdk.util.config.ConfigurationUtils - get from classLoader
+17:27:50.197 [pool-2-thread-1] INFO  com.bigdata.dis.sdk.util.config.ConfigurationUtils - propertyMapFromFile size : 2
+17:27:51.531 [pool-2-thread-1] DEBUG com.bigdata.dis.sdk.producer.internals.Sender - batches success. dis-alAR-nb, 10
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.532 [pool-2-thread-1] INFO  DISProducerDemo - PutRecordsResultEntry [partitionId=shardId-0000000000, sequenceNumber=76, errorCode=null, errorMessage=null]
+17:27:51.533 [main] INFO  DISProducerDemo - ========== PUT OVER ============
+17:27:51.571 [Sender Thread] DEBUG com.bigdata.dis.sdk.producer.internals.Sender - Beginning shutdown of Kafka producer I/O thread, sending remaining records.
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0017.html b/docs/dis/umn/dis_06_0017.html new file mode 100644 index 000000000..ee70680db --- /dev/null +++ b/docs/dis/umn/dis_06_0017.html @@ -0,0 +1,72 @@ + + +

Downloading Streaming Data

+

Sample Code

Use the initialized client instance to obtain data through the DIS stream. The sample code is available in the ConsumerDemo.java file under the dis-sdk-demo\src\main\java\com\bigdata\dis\sdk\demo directory.

+

The value of streamName must be the same as that of Stream Name configured in Step 1: Creating a DIS Stream.

+
+
//Configure the stream name.
+String streamName = "streamName";    
+// Configure the ID of the partition for data download.
+String partitionId = "0";    
+//Configure the sequence number for data download.
+String startingSequenceNumber = "0";    
+//Configure the data download mode.
+String cursorType = PartitionCursorTypeEnum.AT_SEQUENCE_NUMBER.name();    
+try 
+{
+//Obtain data cursors.
+      GetPartitionCursorRequest request = new GetPartitionCursorRequest();
+      request.setStreamName(streamName);
+      request.setPartitionId(partitionId);
+      request.setStartingSequenceNumber(startingSequenceNumber);
+      request.setCursorType(cursorType);
+      GetPartitionCursorResult response = dic.getPartitionCursor(request);
+      String cursor = response.getPartitionCursor();
+            log.info("Get stream {}[partitionId={}] cursor success : {}", streamName, partitionId, cursor);
+            GetRecordsRequest recordsRequest = newGetRecordsRequest();
+      GetRecordsResult recordResponse = null;
+      while (true)
+      {
+          recordsRequest.setPartitionCursor(cursor);
+          recordsRequest.setLimit(2);
+          recordResponse = dic.getRecords(recordsRequest);
+//Obtain the next-batch data cursors.
+          cursor = recordResponse.getNextPartitionCursor();
+                    for (Record record : recordResponse.getRecords())
+          {
+              log.info("Get Record [{}], partitionKey [{}], sequenceNumber [{}].",
+                  new String(record.getData().array()),
+                  record.getPartitionKey(),
+                  record.getSequenceNumber());
+          }
+          Thread.sleep(1000);
+      }
+  }  
+catch (DISClientException e)
+{
+    log.error("Failed to get a normal response, please check params and retry. Error message [{}]", e.getMessage(), e);
+}
+catch (ResourceAccessException e)
+{
+    log.error("Failed to access endpoint. Error message [{}]", e.getMessage(), e);
+}
+catch (Exception e)
+{
+    log.error(e.getMessage(), e);
+}
+

Running the Program

Right-click the program and choose Run As > 1 Java Application from the shortcut menu. If the program runs successfully, the information similar to the following is displayed on the console:

+
+
14:55:42.954 [main] INFOcom.bigdata.dis.sdk.DISConfig - get from classLoader
+14:55:44.103 [main] INFOcom.bigdata.dis.sdk.util.config.ConfigurationUtils - get from classLoader
+14:55:44.105 [main] INFOcom.bigdata.dis.sdk.util.config.ConfigurationUtils - propertyMapFromFile size : 2
+14:55:45.235 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get stream streamName[partitionId=0] cursor success : eyJnZXRJdGVyYXRvclBhcmFtIjp7InN0cmVhbS1uYW1lIjoiZGlzLTEzbW9uZXkiLCJwYXJ0aXRpb24taWQiOiIwIiwiY3Vyc29yLXR5cGUiOiJBVF9TRVFVRU5DRV9OVU1CRVIiLCJzdGFydGluZy1zZXF1ZW5jZS1udW1iZXIiOiIxMDY4OTcyIn0sImdlbmVyYXRlVGltZXN0YW1wIjoxNTEzNjY2NjMxMTYxfQ
+14:55:45.305 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get Record [hello world.], partitionKey [964885], sequenceNumber [0].
+14:55:45.305 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get Record [hello world.], partitionKey [910960], sequenceNumber [1].
+14:55:46.359 [main] INFOcom.bigdata.dis.sdk.demo.ConsumerDemo - Get Record [hello world.], partitionKey [528377], sequenceNumber [2]. 
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0020.html b/docs/dis/umn/dis_06_0020.html new file mode 100644 index 000000000..5f8e7f308 --- /dev/null +++ b/docs/dis/umn/dis_06_0020.html @@ -0,0 +1,11 @@ + + +

Connecting to kafka consumer

+

The DIS SDK provides compatibility with native kafka client APIs.

+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0022.html b/docs/dis/umn/dis_06_0022.html new file mode 100644 index 000000000..6325fd171 --- /dev/null +++ b/docs/dis/umn/dis_06_0022.html @@ -0,0 +1,19 @@ + + +

Uploading Real-Time Files

+
+
+ + + +
+ diff --git a/docs/dis/umn/dis_06_0023.html b/docs/dis/umn/dis_06_0023.html new file mode 100644 index 000000000..2bcb15722 --- /dev/null +++ b/docs/dis/umn/dis_06_0023.html @@ -0,0 +1,21 @@ + + +

Initializing a DIS SDK Asynchronous Client Instance

+
Initialize a DIS SDK asynchronous client instance. For details about endpoint, ak, sk, region, and projectId, see Obtaining Authentication Information.
//Create a DIS client instance.
+DISAsync dicAsync = DISClientAsyncBuilder.standard()
+            .withEndpoint("https://ip:port")
+            .withAk("xxxx")
+            .withSk("xxxx")
+            .withProjectId("xxxx")
+            .withRegion("xxxx")
+            .withExecutorFactory(new DefaultExecutorFactory())
+            .build();
+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0501.html b/docs/dis/umn/dis_06_0501.html new file mode 100644 index 000000000..0feaa2494 --- /dev/null +++ b/docs/dis/umn/dis_06_0501.html @@ -0,0 +1,24 @@ + + +

Creating a Stream

+

Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.

+

When you use the DIS SDK to create a DIS stream, specify the stream name, number of partitions in the stream, and stream type.

+

STREAM_TYPE_COMMON indicates a common stream, and STREAM_TYPE_ADVANCED indicates an advanced stream.

+
//Configure the channel name.
+String streamName = "myStream";
+//Configure the number of partitions in the stream.
+Integer partitionCount = new Integer(3);
+CreateStreamRequest createStreamRequest = new CreateStreamRequest();
+createStreamRequest.setStreamName(streamName);
+createStreamRequest.setPartitionCount(partitionCount);
+//Configure the stream type.
+createStreamRequest.setStreamType(CreateStreamRequest.STREAM_TYPE_COMMON);
+

After configuring CreateStreamRequest, you can create a stream by calling createStream.

+
dic.createStream(createStreamRequest);
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0502.html b/docs/dis/umn/dis_06_0502.html new file mode 100644 index 000000000..cc50d3ee5 --- /dev/null +++ b/docs/dis/umn/dis_06_0502.html @@ -0,0 +1,18 @@ + + +

Deleting a Stream

+

Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.

+

Use the DIS SDK to delete a specified DIS stream.

+
//Specify the name of the stream to be deleted.
+String streamName = "myStream";
+DeleteStreamRequest deleteStreamRequest = new DeleteStreamRequest();
+deleteStreamRequest.setStreamName(streamName);
+

After configuring DeleteStreamRequest, you can delete a stream by calling deleteStream.

+
dic.deleteStream(deleteStreamRequest);
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0503.html b/docs/dis/umn/dis_06_0503.html new file mode 100644 index 000000000..c011d7627 --- /dev/null +++ b/docs/dis/umn/dis_06_0503.html @@ -0,0 +1,18 @@ + + +

Querying a Stream List

+

Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.

+

Use the DIS SDK to list active streams.

+

Use the setLimit method to set the number of streams returned each time. If setLimit is not specified, a maximum of 10 streams are returned by default.

+
ListStreamsRequest listStreamsRequest = new ListStreamsRequest();
+listStreamsRequest.setLimit(5);
+System.out.println("listStream: " + JsonUtils.objToJson(dic.listStreams(listStreamsRequest)));
+

The returned stream list is as follows:

+
listStream: {"total_number":20,"stream_names":["Stream0","Stream1","Stream2","Stream3","Stream4"],"has_more_streams":true}
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0504.html b/docs/dis/umn/dis_06_0504.html new file mode 100644 index 000000000..80bb0ecbf --- /dev/null +++ b/docs/dis/umn/dis_06_0504.html @@ -0,0 +1,18 @@ + + +

Querying Stream Details

+

Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.

+

Use the DIS SDK to query the details about a specified stream.

+
String streamName = "myStream";
+DescribeStreamRequest describeStreamRequest = new DescribeStreamRequest();
+describeStreamRequest.setStreamName(streamName);
+System.out.println("descStream: " + JsonUtils.objToJson(dic.describeStream(describeStreamRequest)));
+

The returned stream details are as follows:

+
descStream: {"stream_name":"myStream","create_time":1515140868451,"last_modified_time":1515140868451,"retention_period":24,"status":"RUNNING","stream_type":"ADVANCED","partitions":[{"status":"ACTIVE","partition_id":"shardId-0000000000","hash_range":"[0 : 4611686018427387902]","sequence_number_range":"[0 : 0]"},{"status":"ACTIVE","partition_id":"shardId-0000000001","hash_range":"[4611686018427387903 : 9223372036854775807]","sequence_number_range":"[0 : 0]"}],"has_more_partitions":false}
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0505.html b/docs/dis/umn/dis_06_0505.html new file mode 100644 index 000000000..412c21fac --- /dev/null +++ b/docs/dis/umn/dis_06_0505.html @@ -0,0 +1,28 @@ + + +

Obtaining the Data Cursor

+

Initialize a DIS client instance named dic. For details, see Initializing a DIS Client.

+

Use the DIS SDK to obtain the information about the data cursor.

+
//Configure the stream name.
+String streamName = "myStream";
+// Configure the ID of the partition for data download.
+String partitionId = "0";
+//Configure the sequence number for data download.
+String startingSequenceNumber = "0";
+//Configure the data download mode.
+String cursorType = PartitionCursorTypeEnum.AT_SEQUENCE_NUMBER.name();
+
+GetPartitionCursorRequest request = new GetPartitionCursorRequest();
+request.setStreamName(streamName);
+request.setPartitionId(partitionId);
+request.setStartingSequenceNumber(startingSequenceNumber);
+request.setCursorType(cursorType);
+GetPartitionCursorResult response = dic.getPartitionCursor(request);
+String cursor = response.getPartitionCursor();
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0506.html b/docs/dis/umn/dis_06_0506.html new file mode 100644 index 000000000..1f6e231b0 --- /dev/null +++ b/docs/dis/umn/dis_06_0506.html @@ -0,0 +1,71 @@ + + +

Creating a Demo Class

+

Creating a FileProducerAsyncDemo Class

In the Project Explorer pane, right-click com.bigdata.dis.sdk.demo, and choose New > Class from the shortcut menu. The New Java Class dialog box is displayed. Set the category name to FileProducerAsyncDemo. Add the following codes to the new category:

+
package com.bigdata.dis.sdk.demo;
+
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import com.bigdata.dis.data.iface.request.PutFilesRequest;
+import com.bigdata.dis.data.iface.response.PutFilesResult;
+import com.bigdata.dis.sdk.DISAsync;
+import com.bigdata.dis.sdk.DISClientAsyncBuilder;
+import com.bigdata.dis.sdk.core.builder.DefaultExecutorFactory;
+import com.bigdata.dis.sdk.core.handler.AsyncHandler;
+
+public class FileProducerAsyncDemo
+{
+    private static final Logger log = LoggerFactory.getLogger(FileProducerAsyncDemo.class);
+    
+    public static void main(String args[])
+        throws Exception
+    {
+        DISAsync dicAsync = DISClientAsyncBuilder.standard()
+            .withEndpoint("https://ip:port")
+            .withAk("xxxx")
+            .withSk("xxxx")
+            .withProjectId("xxxx")
+            .withRegion("xxxx")
+            .withExecutorFactory(new DefaultExecutorFactory())
+            .build();
+        
+        // Configure the stream name.
+        String streamName = "fileUploadStream";
+        
+        PutFilesRequest putFilesRequest = new PutFilesRequest();
+        putFilesRequest.setStreamName(streamName);
+        
+        //Configure the path of the file to be uploaded.
+        putFilesRequest.setFilePath("xxxx");
+        
+        //Configure the file name for storing the uploaded real-time data file.
+        putFilesRequest.setFileName("xxxx");
+                
+        dicAsync.putFilesAsync(putFilesRequest, new AsyncHandler<PutFilesResult>()
+        {
+            
+            @Override
+            public void onSuccess(PutFilesResult result)
+            {
+                log.info("Upload file to DIS successful!");
+            }
+            
+            @Override
+            public void onError(Exception exception)
+            {
+                log.error("Fail to upload file to DIS.", exception);
+            }
+        });
+        
+        
+    }
+}
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_06_0507.html b/docs/dis/umn/dis_06_0507.html new file mode 100644 index 000000000..3ab2f4ea4 --- /dev/null +++ b/docs/dis/umn/dis_06_0507.html @@ -0,0 +1,29 @@ + + +

Uploading Files

+

Configuring a Stream for Uploading Real-Time Files

You must use the stream enabled to transmit real-time files. Here, fileUploadStream is used as an example.

+

The value of streamName must be the same as that of Stream Name configured in Step 1: Creating a DIS Stream.

+
//Configure the stream name.
+String streamName = "fileUploadStream";
+
+

Specifying the Path of the Real-Time File to Be Uploaded

Enter the absolute path of the file to be uploaded.

+
//Specify the path of the file to be uploaded.
+putFilesRequest.setFilePath("xxxx");   
+
+

Specifying the Name of the File for Storing the Uploaded Real-Time Data

Set the file name to be uploaded. If the file name contains the backslash (\), use the escape character to escape the backslash.

+
//Specify the file name for storing the uploaded file.
+putFilesRequest.setFileName("xxxx");
+
+

Running the Program

Right-click the program and choose Run As > 1 Java Application from the shortcut menu. If the program is run successfully, you can view the information similar to the following on the console:

+
+
17:47:09.103 [main] INFO  com.bigdata.dis.sdk.DISConfig - get from classLoader
+17:47:10.275 [pool-2-thread-1] INFO  com.bigdata.dis.sdk.util.config.ConfigurationUtils - get from classLoader
+17:47:10.291 [pool-2-thread-1] INFO  com.bigdata.dis.sdk.util.config.ConfigurationUtils - propertyMapFromFile size : 2
+17:47:20.012 [pool-2-thread-1] INFO  com.bigdata.dis.sdk.demo.FileProducerAsyncDemo - Upload file to DIS successful!
+
+
+ +
+ diff --git a/docs/dis/umn/dis_faq_0000.html b/docs/dis/umn/dis_faq_0000.html new file mode 100644 index 000000000..a9ba221ea --- /dev/null +++ b/docs/dis/umn/dis_faq_0000.html @@ -0,0 +1,15 @@ + + +

FAQs

+
+
+ +
+ diff --git a/docs/dis/umn/dis_faq_0003.html b/docs/dis/umn/dis_faq_0003.html new file mode 100644 index 000000000..5b218a550 --- /dev/null +++ b/docs/dis/umn/dis_faq_0003.html @@ -0,0 +1,11 @@ + + +

How Does DIS Send and Receive Data?

+
  1. Create a DIS stream, and obtain your Access Key ID/Secret Access Key (AK/SK) from the Identity and Access Management (IAM) service.
  2. Download the package from https://dis.obs.eu-de.otc.t-systems.com/dis/download/dis-sdk-1.2.3.zip.
  3. Create a project and configure the user AK/SK, endpoint, project ID, region, stream name, and partition quantity.
  4. After the configuration is completed, run the application to send data.
  5. Create a project and configure the user AK/SK, endpoint, project, region, stream name, partition ID, and startingSequenceNumber.
  6. After the configuration is completed, run the application to receive data.
+
+
+ +
+ diff --git a/docs/dis/umn/dis_faq_0007.html b/docs/dis/umn/dis_faq_0007.html new file mode 100644 index 000000000..2922383a3 --- /dev/null +++ b/docs/dis/umn/dis_faq_0007.html @@ -0,0 +1,42 @@ + + +

What Is the Difference Between Storing Data into DIS and Dumping Data Elsewhere?

+

After DIS is enabled, data is stored to DIS by default. After a dump task is added, the data can be dumped to other resources. Table 1 describes the specific differences.

+ + +
+ + + + + + + + + + + + + + + + +
Table 1 Difference between storing data into DIS and dumping data elsewhere

DIS Storage

+

OBS Storage

+

You can store data into DIS without applying for storage resources.

+

You must apply for OBS resources before dumping data to OBS.

+

No additional payment is required.

+

Additional cost for the use of OBS. For details, see the OBS price details.

+

Data is temporarily stored in DIS for up to 168 hours.

+

Data is stored in OBS until your OBS bucket expires.

+

Data is stored only in DIS.

+

Data is stored in DIS and periodically dumped to OBS.

+
+
+
+
+ +
+ diff --git a/docs/dis/umn/dis_faq_0009.html b/docs/dis/umn/dis_faq_0009.html new file mode 100644 index 000000000..40c0a4905 --- /dev/null +++ b/docs/dis/umn/dis_faq_0009.html @@ -0,0 +1,20 @@ + + +

How Do I Check Software Package Integrity?

+

This section describes how to verify integrity of the DIS SDK software package on a Linux system by using a verification file.

+

Prerequisites

+
+

Procedure

  1. Upload the DIS SDK software package dis-sdk-1.2.3.zip to any directory on the Linux system by using WinSCP.
  2. Log in to the Linux system by using PuTTY. In the directory in which dis-sdk-1.2.3.zip is stored, run the following command to obtain the verification code of the DIS SDK software package:

    sha256sum dis-sdk-1.2.3.zip

    +

    Example verification code:

    +
    # sha256sum dis-sdk-1.2.3.zip
    +8be2c937e8d78b1a9b99777cee4e7131f8bf231de3f839cf214e7c5b5ba3c088 dis-sdk-1.2.3.zip
    +

  3. Open the DIS SDK verification file dis-sdk-1.2.3.zip.sha256sum and compare it with the verification code obtained in 2.

    • If they are consistent, it indicates that the DIS SDK software package is not tampered with.
    • If they are inconsistent, the DIS SDK software package is tampered with and you need to obtain an untampered package.
    +

+
+
+
+ +
+ diff --git a/docs/dis/umn/en-us_image_0000001222097282.png b/docs/dis/umn/en-us_image_0000001222097282.png new file mode 100644 index 000000000..8e492bfeb Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222097282.png differ diff --git a/docs/dis/umn/en-us_image_0000001222097286.jpg b/docs/dis/umn/en-us_image_0000001222097286.jpg new file mode 100644 index 000000000..0379d5099 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222097286.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001222097302.png b/docs/dis/umn/en-us_image_0000001222097302.png new file mode 100644 index 000000000..6c8c79cd7 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222097302.png differ diff --git a/docs/dis/umn/en-us_image_0000001222097314.png b/docs/dis/umn/en-us_image_0000001222097314.png new file mode 100644 index 000000000..fcb464823 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222097314.png differ diff --git a/docs/dis/umn/en-us_image_0000001222097374.png b/docs/dis/umn/en-us_image_0000001222097374.png new file mode 100644 index 000000000..d58f25057 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222097374.png differ diff --git a/docs/dis/umn/en-us_image_0000001222257278.jpg b/docs/dis/umn/en-us_image_0000001222257278.jpg new file mode 100644 index 000000000..c328146bf Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222257278.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001222257286.png b/docs/dis/umn/en-us_image_0000001222257286.png new file mode 100644 index 000000000..ec90ea290 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222257286.png differ diff --git a/docs/dis/umn/en-us_image_0000001222257350.png b/docs/dis/umn/en-us_image_0000001222257350.png new file mode 100644 index 000000000..cd0b130a9 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222257350.png differ diff --git a/docs/dis/umn/en-us_image_0000001222417238.jpg b/docs/dis/umn/en-us_image_0000001222417238.jpg new file mode 100644 index 000000000..0379d5099 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222417238.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001222417242.png b/docs/dis/umn/en-us_image_0000001222417242.png new file mode 100644 index 000000000..6c8c79cd7 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222417242.png differ diff --git a/docs/dis/umn/en-us_image_0000001222417262.png b/docs/dis/umn/en-us_image_0000001222417262.png new file mode 100644 index 000000000..dfac6bc3b Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222417262.png differ diff --git a/docs/dis/umn/en-us_image_0000001222417338.png b/docs/dis/umn/en-us_image_0000001222417338.png new file mode 100644 index 000000000..fa8c2783c Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222417338.png differ diff --git a/docs/dis/umn/en-us_image_0000001222577290.png b/docs/dis/umn/en-us_image_0000001222577290.png new file mode 100644 index 000000000..cd0b130a9 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001222577290.png differ diff --git a/docs/dis/umn/en-us_image_0000001266697405.png b/docs/dis/umn/en-us_image_0000001266697405.png new file mode 100644 index 000000000..83f331f6f Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266697405.png differ diff --git a/docs/dis/umn/en-us_image_0000001266777397.png b/docs/dis/umn/en-us_image_0000001266777397.png new file mode 100644 index 000000000..cd0b130a9 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266777397.png differ diff --git a/docs/dis/umn/en-us_image_0000001266777405.png b/docs/dis/umn/en-us_image_0000001266777405.png new file mode 100644 index 000000000..7d9179626 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266777405.png differ diff --git a/docs/dis/umn/en-us_image_0000001266777501.jpg b/docs/dis/umn/en-us_image_0000001266777501.jpg new file mode 100644 index 000000000..a48565897 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266777501.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001266897385.png b/docs/dis/umn/en-us_image_0000001266897385.png new file mode 100644 index 000000000..4aef785f1 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266897385.png differ diff --git a/docs/dis/umn/en-us_image_0000001266897429.jpg b/docs/dis/umn/en-us_image_0000001266897429.jpg new file mode 100644 index 000000000..33e12e6e6 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266897429.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001266897449.jpg b/docs/dis/umn/en-us_image_0000001266897449.jpg new file mode 100644 index 000000000..0379d5099 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266897449.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001266897473.jpg b/docs/dis/umn/en-us_image_0000001266897473.jpg new file mode 100644 index 000000000..cb31e2125 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266897473.jpg differ diff --git a/docs/dis/umn/en-us_image_0000001266977421.png b/docs/dis/umn/en-us_image_0000001266977421.png new file mode 100644 index 000000000..5948d339b Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266977421.png differ diff --git a/docs/dis/umn/en-us_image_0000001266977433.png b/docs/dis/umn/en-us_image_0000001266977433.png new file mode 100644 index 000000000..6c8c79cd7 Binary files /dev/null and b/docs/dis/umn/en-us_image_0000001266977433.png differ diff --git a/docs/dis/umn/public_sys-resources/ExpandCollapse.js b/docs/dis/umn/public_sys-resources/ExpandCollapse.js new file mode 100644 index 000000000..3f1b7db00 --- /dev/null +++ b/docs/dis/umn/public_sys-resources/ExpandCollapse.js @@ -0,0 +1 @@ +var expandClassName="dropdownexpand";var collapseClassName="dropdowncollapse";var collapseTableClassName="dropdowncollapsetable";var href="";function ExpandorCollapseNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseClassName}else{a.className=expandClassName}}function ExpandorCollapseTableNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseTableClassName}else{a.className=expandClassName}}function ExpandorCollapseAllNodes(g,h,c){var a=g.getAttribute("title");var b=g.parentNode;if(a=="collapse"){g.setAttribute("title","expand");g.className="dropdownAllButtonexpand";g.innerHTML=h}else{g.setAttribute("title","collapse");g.className="dropdownAllButtoncollapse";g.innerHTML=c}var f=b.getElementsByTagName("*");for(var d=0;d-1){ExpandForHref(href.substring(href.lastIndexOf("#")+1))}}catch(a){}}; \ No newline at end of file diff --git a/docs/dis/umn/public_sys-resources/caution_3.0-en-us.png b/docs/dis/umn/public_sys-resources/caution_3.0-en-us.png new file mode 100644 index 000000000..60f607621 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/caution_3.0-en-us.png differ diff --git a/docs/dis/umn/public_sys-resources/commonltr.css b/docs/dis/umn/public_sys-resources/commonltr.css new file mode 100644 index 000000000..c5480b0ab --- /dev/null +++ b/docs/dis/umn/public_sys-resources/commonltr.css @@ -0,0 +1 @@ +body{font-size:10pt;font-family:Arial;margin:1.5em;border-top:2pt;padding-top:1em;padding-bottom:2em}.msgph{font-family:Courier New}.rowlinecopyright{color:red;margin-top:10pt}.unresolved{background-color:skyblue}.noTemplate{background-color:yellow}.base{background-color:#fff}.nested0{margin-top:1em}.p{margin-top:.6em;margin-bottom:.6em}p{margin-top:.5em;margin-bottom:.5em}.note p{margin-top:.5em;margin-bottom:.5em}.tip p{margin-top:.5em;margin-bottom:.5em}.danger p{margin-top:.5em;margin-bottom:.5em}.notice p{margin-top:.5em;margin-bottom:.5em}.warning p{margin-top:.5em;margin-bottom:.5em}.caution p{margin-top:.5em;margin-bottom:.5em}.attention p{margin-top:.5em;margin-bottom:.5em}table p{margin-top:.2em;margin-bottom:.2em}table .p{margin-top:.4em;margin-bottom:.2em}.figcap{font-size:10pt}img{margin-top:.3em}.figdesc{font-style:normal}.figborder{border-style:solid;padding-left:3px;border-width:2px;padding-right:3px;margin-top:1em;border-color:Silver}.figsides{border-left:2px solid;padding-left:3px;border-right:2px solid;padding-right:3px;margin-top:1em;border-color:Silver}.figtop{border-top:2px solid;margin-top:1em;border-color:Silver}.figbottom{border-bottom:2px solid;border-color:Silver}.figtopbot{border-top:2px solid;border-bottom:2px solid;margin-top:1em;border-color:Silver}.fignone{font-size:10pt;margin-top:8pt;margin-bottom:8pt}.familylinks{margin-top:1.5em;margin-bottom:1em}.ullinks{list-style-type:none}.linklist{margin-bottom:1em}.linklistwithchild{margin-left:1.5em;margin-bottom:1em}.sublinklist{margin-left:1.5em;margin-bottom:1em}.relconcepts{margin-top:.6em;margin-bottom:.6em}.reltasks{margin-top:.6em;margin-bottom:.6em}.relref{margin-top:.6em;margin-bottom:.6em}.relinfo{margin-top:.6em;margin-bottom:.6em}.breadcrumb{font-size:smaller;margin-bottom:.6em}.prereq{margin-left:20px}.parentlink{margin-top:.6em;margin-bottom:.6em}.nextlink{margin-top:.6em;margin-bottom:.6em}.previouslink{margin-top:.6em;margin-bottom:.6em}.topictitle1{margin-top:0;margin-bottom:1em;font-size:14pt;color:#007af4}.topictitle2{margin-top:1pc;margin-bottom:.45em;font-size:1.17em;color:#007af4}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-size:1.17em;font-weight:bold;color:#007af4}.topictitle4{margin-top:.83em;font-size:1.17em;font-weight:bold}.topictitle5{font-size:1.17em;font-weight:bold}.topictitle6{font-size:1.17em;font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:1em;color:black;font-size:10.5pt;font-weight:bold;color:#007af4;overflow:auto}.section{margin-top:1em;margin-bottom:1em}.example{margin-top:1em;margin-bottom:1em}.sectiontitle2contents:link{color:#007af4}.sectiontitle2contents:visited{color:#800080}.note{margin-top:1em;margin-bottom:1em;background-color:#ffc}.notetitle{font-weight:bold}.notelisttitle{font-weight:bold}.tip{margin-top:1em;margin-bottom:1em;background-color:#ffc}.tiptitle{font-weight:bold}.fastpath{margin-top:1em;margin-bottom:1em;background-color:#ffc}.fastpathtitle{font-weight:bold}.important{margin-top:1em;margin-bottom:1em;background-color:#ffc}.importanttitle{font-weight:bold}.remember{margin-top:1em;margin-bottom:1em;background-color:#ffc}.remembertitle{font-weight:bold}.restriction{margin-top:1em;margin-bottom:1em;background-color:#ffc}.restrictiontitle{font-weight:bold}.attention{margin-top:1em;margin-bottom:1em;background-color:#ffc}.attentiontitle{font-weight:bold}.dangertitle{font-weight:bold}.danger{margin-top:1em;margin-bottom:1em;background-color:#ffc}.noticetitle{font-weight:bold}.notice{margin-top:1em;margin-bottom:1em;background-color:#ffc}.warningtitle{font-weight:bold}.warning{margin-top:1em;margin-bottom:1em;background-color:#ffc}.cautiontitle{font-weight:bold}.caution{margin-top:1em;margin-bottom:1em;background-color:#ffc}ul.simple{list-style-type:none}li ul{margin-top:.6em}li{margin-top:.6em;margin-bottom:.6em}.note li{margin-top:.2em;margin-bottom:.2em}.tip li{margin-top:.2em;margin-bottom:.2em}.danger li{margin-top:.2em;margin-bottom:.2em}.warning li{margin-top:.2em;margin-bottom:.2em}.notice li{margin-top:.2em;margin-bottom:.2em}.caution li{margin-top:.2em;margin-bottom:.2em}.attention li{margin-top:.2em;margin-bottom:.2em}table li{margin-top:.2em;margin-bottom:.2em}ol{margin-top:1em;margin-bottom:1em;margin-left:2.4em;padding-left:0}ul{margin-top:1em;margin-bottom:1em;margin-left:2.0em;padding-left:0}ol ul{list-style:disc}ul ul{list-style:square}ol ul ul{list-style:square}ol ul{list-style-type:disc}table ol{margin-top:.4em;margin-bottom:.4em;list-style:decimal}table ul{margin-top:.4em;margin-bottom:.4em;list-style:disc}table ul ul{margin-top:.4em;margin-bottom:.4em;list-style:square}table ol ol{margin-top:.4em;margin-bottom:.4em;list-style:lower-alpha}table ol ul{margin-top:.4em;margin-bottom:.4em;list-style:disc}table ul ol{margin-top:.4em;margin-bottom:.4em;list-style:decimal}.substepthirdol{list-style-type:lower-roman}.firstcol{font-weight:bold}th{background-color:#cfcfcf}table{margin-top:8pt;margin-bottom:12pt;width:100%}table caption{margin-top:8pt;text-align:left}.bold{font-weight:bold}.boldItalic{font-weight:bold;font-style:italic}.italic{font-style:italic}.underlined{text-decoration:underline}.var{font-style:italic}.shortcut{text-decoration:underline}.dlterm{font-weight:bold}dd{margin-top:.5em;margin-bottom:.5em}.dltermexpand{font-weight:bold;margin-top:1em}*[compact="yes"]>li{margin-top:0}*[compact="no"]>li{margin-top:.53em}.liexpand{margin-top:1em;margin-bottom:1em}.sliexpand{margin-top:1em;margin-bottom:1em}.dlexpand{margin-top:1em;margin-bottom:1em}.ddexpand{margin-top:1em;margin-bottom:1em}.stepexpand{margin-top:.3em;margin-bottom:.3em}.substepexpand{margin-top:.3em;margin-bottom:.3em}div.imageleft{text-align:left}div.imagecenter{text-align:center}div.imageright{text-align:right}div.imagejustify{text-align:justify}div.noblankline{text-align:center}div.noblankline img{margin-top:0}pre.screen{margin-top:2px;margin-bottom:2px;padding:1.5px 1.5px 0 1.5px;border:0;background-color:#ddd;white-space:pre}pre.codeblock{margin-top:2px;margin-bottom:2px;padding:1.5px 1.5px 0 1.5px;border:0;background-color:#ddd;white-space:pre}.hrcopyright{color:#3f4e5d;margin-top:18pt}.hwcopyright{text-align:center}.comment{margin:2px 2px 2px 2px;font-family:Arial;font-size:10pt;background-color:#bfb;color:#000}.dropdownAllButtonexpand{cursor:pointer;background-repeat:no-repeat;background-position:0 4px;padding-left:15px;background-image:url(icon-arrowrt.gif);text-decoration:underline;color:#007af4}.dropdownAllButtoncollapse{cursor:pointer;background-repeat:no-repeat;background-position:0 4px;padding-left:15px;background-image:url(icon-arrowdn.gif);text-decoration:underline;color:#007af4;text-decoration:underline;color:#007af4}.dropdowntitle{background-repeat:no-repeat;background-position:0 4px;padding-left:15px;cursor:pointer;text-decoration:underline;color:#007af4}.dropdownexpand .dropdowntitle{background-image:url(icon-arrowdn.gif);text-decoration:underline;color:#007af4;margin:0 0 8px 0}.dropdowncollapse .dropdowncontext{display:none}.dropdowncollapse .dropdowntitle{background-image:url(icon-arrowrt.gif);text-decoration:underline;color:#007af4}.dropdowncollapsetable{border:0}.dropdowncollapsetable .dropdowncontext{display:none}.dropdowncollapsetable .dropdowntitle{background-image:url(icon-arrowrt.gif);text-decoration:underline;color:#007af4}pre{font-size:10pt;font-weight:normal;margin-left:9;margin-top:2;margin-bottom:2}.termcolor{color:blue;cursor:pointer}#dhtmlgoodies_tooltip{background-color:#f0f0d2;border:1px solid #000;position:absolute;display:none;z-index:20000;padding:2px;font-size:.9em;-moz-border-radius:6px;font-family:"Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif}#dhtmlgoodies_tooltipShadow{position:absolute;background-color:#555;display:none;z-index:10000;opacity:.7;filter:alpha(opacity=70);-khtml-opacity:.7;-moz-opacity:.7;-moz-border-radius:6px}.freeze{position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop));left:10;top:0} \ No newline at end of file diff --git a/docs/dis/umn/public_sys-resources/commonltr_print.css b/docs/dis/umn/public_sys-resources/commonltr_print.css new file mode 100644 index 000000000..a59823141 --- /dev/null +++ b/docs/dis/umn/public_sys-resources/commonltr_print.css @@ -0,0 +1 @@ +body{font-size:12.0pt;margin:1.5em;margin-left:1.6cm}.msgph{font-family:Courier New}.rowlinecopyright{color:red;margin-top:10pt}.unresolved{background-color:skyblue}.noTemplate{background-color:yellow}.base{background-color:#fff}.nested0{margin-top:1em}.p{margin-top:1em}p{margin-top:.5em;margin-bottom:.5em}.note p{margin-top:.5em;margin-bottom:.5em}.tip p{margin-top:.5em;margin-bottom:.5em}.danger p{margin-top:.5em;margin-bottom:.5em}.warning p{margin-top:.5em;margin-bottom:.5em}.notice p{margin-top:.5em;margin-bottom:.5em}.caution p{margin-top:.5em;margin-bottom:.5em}.attention p{margin-top:.5em;margin-bottom:.5em}table p{margin-top:.2em;margin-bottom:.2em}table .p{margin-top:.4em;margin-bottom:.2em}.covertable{border:0;width:100% cellpadding:8pt;cellspacing:8pt}.cover_productname{font-size:15.0pt;font-family:"Arial"}.cover_manualtitle{font-size:24.0pt;font-weight:bold;font-family:"Arial"}.cover_manualsubtitle{font-size:18.0pt;font-weight:bold;font-family:"Arial"}.cover_heading{font-size:12.0pt;font-weight:bold;font-family:"Arial"}.cover_text{font-size:9.0pt;font-family:"Arial"}.tocheading,.heading1,.topictitle1{margin-top:40.0pt;margin-right:0;margin-bottom:20.0pt;margin-left:-1cm;text-align:left;border:0;border-bottom:solid windowtext .5pt;font-size:22.0pt;font-family:"Arial";font-weight:bold}.topictitlenumber1{font-size:72.0pt;font-family:"Book Antiqua";font-weight:bold}.topictitle2{margin-top:10.0pt;margin-right:0;margin-bottom:8.0pt;margin-left:-1cm;text-indent:0;font-size:18.0pt;font-family:"Arial";font-weight:bold}.topictitle3{margin-top:10.0pt;margin-right:0;margin-bottom:8.0pt;margin-left:0;text-indent:0;font-size:16.0pt;font-family:"Book Antiqua";font-weight:bold}.topictitle4{margin-top:10.0pt;margin-right:0;margin-bottom:8.0pt;margin-left:0;text-indent:0;font-size:14.0pt;font-family:"Book Antiqua";font-weight:bold}.topictitle5{margin-top:10.0pt;margin-right:0;margin-bottom:8.0pt;margin-left:0;text-indent:0;font-size:13.0pt;font-family:"Book Antiqua";font-weight:bold}.blocklabel,.topictitle6{margin-top:15.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;text-indent:0;font-size:13.0pt;font-family:"Book Antiqua";font-weight:bold}.sectiontitle{margin-top:15.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:-1cm;text-indent:0;font-size:13.0pt;font-family:"Arial";font-weight:bold}.tocentry1{margin-top:8.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:12.0pt;font-family:"Book Antiqua";font-weight:bold}.tocentry2{margin-top:4.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:11.0pt;font-family:"Times New Roman"}.tocentry3{margin-top:4.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:11.0pt;font-family:"Times New Roman"}.tocentry4{margin-top:4.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:11.0pt;font-family:"Times New Roman"}.tocentry5{margin-top:4.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:11.0pt;font-family:"Times New Roman"}.tofentry1{margin-top:8.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:11.0pt;font-family:"Times New Roman";font-weight:normal}.totentry1{margin-top:8.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;line-height:12.0pt;font-size:11.0pt;font-family:"Times New Roman";font-weight:normal}.indexheading{margin-top:15.0pt;margin-right:0;margin-bottom:4.0pt;margin-left:0;text-indent:0;font-size:13.0pt;font-family:"Book Antiqua";font-weight:bold}.indexentry1{margin-top:4pt;margin-right:0;margin-bottom:0;margin-left:0;line-height:12.0pt;font-size:12.0pt;font-family:"Times New Roman"}.indexentry2{margin-top:0;margin-right:0;margin-bottom:0;margin-left:24.0pt;line-height:12.0pt;font-size:12.0pt}.indexentry3{margin-top:0;margin-right:0;margin-bottom:0;margin-left:48pt;line-height:12.0pt;font-size:12.0pt}.figurenumber{font-weight:bold}.tablenumber{font-weight:bold}.familylinks{margin-top:1.5em;margin-bottom:1em}.figcap{font-size:11.0pt}.tablecap{font-size:11.0pt}.figdesc{font-style:normal}.fignone{margin-top:8.0pt}.figborder{border-style:solid;padding-left:3px;border-width:2px;padding-right:3px;margin-top:1em;border-color:Silver}.figsides{border-left:2px solid;padding-left:3px;border-right:2px solid;padding-right:3px;margin-top:1em;border-color:Silver}.figtop{border-top:2px solid;margin-top:1em;border-color:Silver}.figbottom{border-bottom:2px solid;border-color:Silver}.figtopbot{border-top:2px solid;border-bottom:2px solid;margin-top:1em;border-color:Silver}.ullinks{margin-left:0;list-style-type:none}.ulchildlink{margin-top:1em;margin-bottom:1em}.olchildlink{margin-top:1em;margin-bottom:1em;margin-left:1em}.linklist{margin-bottom:1em}.linklistwithchild{margin-left:1.5em;margin-bottom:1em}.sublinklist{margin-left:1.5em;margin-bottom:1em}.relconcepts{margin-left:1cm;margin-top:1em;margin-bottom:1em}.reltasks{margin-left:1cm;margin-top:1em;margin-bottom:1em}.relref{margin-left:1cm;margin-top:1em;margin-bottom:1em}.relinfo{margin-top:1em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-left:0}.parentlink{margin-top:.6em;margin-bottom:.6em}.nextlink{margin-top:.6em;margin-bottom:.6em}.previouslink{margin-top:.6em;margin-bottom:.6em}.section{margin-top:1em;margin-bottom:1em}.example{margin-top:1em;margin-bottom:1em}table .note{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.note{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;border-top:solid .5pt;border-bottom:solid .5pt}.notetitle{font-weight:bold;font-size:11.0pt}.notelisttitle{font-weight:bold}table .tip{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.tip{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;border-top:solid .5pt;border-bottom:solid .5pt}.tiptitle{font-weight:bold;font-size:11.0pt}table .fastpath{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.fastpath{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;border-top:solid .5pt;border-bottom:solid .5pt}.fastpathtitle{font-weight:bold;font-size:11.0pt}table .important{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman";font-style:italic}.important{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;border-top:solid .5pt;border-bottom:solid .5pt}.importanttitle{font-weight:bold;font-size:11.0pt}table .remember{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman";font-style:italic}.remember{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;border-top:solid .5pt;border-bottom:solid .5pt}.remembertitle{font-weight:bold;font-size:11.0pt}table .restriction{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman";font-style:italic}.restriction{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;border-top:solid .5pt;border-bottom:solid .5pt}.restrictiontitle{font-weight:bold;font-size:11.0pt}table .attention{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.attention{margin-top:1em;margin-bottom:1em;border:0;border-top:solid .5pt;border-bottom:solid .5pt}.attentiontitle{font-weight:bold}table .danger{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.dangertitle{font-weight:bold}.danger{margin-top:1em;margin-bottom:1em;border:0;border-top:solid .5pt;border-bottom:solid .5pt}table .notice{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.noticetitle{font-weight:bold}.notice{margin-top:1em;margin-bottom:1em;border:0;border-top:solid .5pt;border-bottom:solid .5pt}table .warning{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}.warningtitle{font-weight:bold}.warning{margin-top:1em;margin-bottom:1em;border:0;border-top:solid .5pt;border-bottom:solid .5pt}table .caution{margin-top:1em;margin-bottom:1em;border:0;font-size:10.0pt;font-family:"Times New Roman"}table caption{margin-top:8pt;text-align:left;font-weight:bold}.tablenoborder{margin-top:8pt}.cautiontitle{font-weight:bold}.caution{margin-top:1em;margin-bottom:1em;border:0;border-top:solid .5pt;border-bottom:solid .5pt}ul.simple{list-style-type:none}li ul{margin-top:.6em}li{margin-top:.6em;margin-bottom:.6em}.note li{margin-top:.2em;margin-bottom:.2em}.tip li{margin-top:.2em;margin-bottom:.2em}.danger li{margin-top:.2em;margin-bottom:.2em}.warning li{margin-top:.2em;margin-bottom:.2em}.notice li{margin-top:.2em;margin-bottom:.2em}.caution li{margin-top:.2em;margin-bottom:.2em}.attention li{margin-top:.2em;margin-bottom:.2em}table li{margin-top:.2em;margin-bottom:.2em}.firstcol{font-weight:bold}th{background-color:#cfcfcf}.bold{font-weight:bold}.boldItalic{font-weight:bold;font-style:italic}.italic{font-style:italic}.underlined{text-decoration:underline}.var{font-style:italic}.shortcut{text-decoration:underline}.dlterm{font-weight:bold}dd{margin-top:.5em;margin-bottom:.5em}.dltermexpand{font-weight:bold;margin-top:1em}*[compact="yes"]>li{margin-top:0}*[compact="no"]>li{margin-top:.53em}.liexpand{margin-top:1em;margin-bottom:1em}.sliexpand{margin-top:1em;margin-bottom:1em}.dlexpand{margin-top:1em;margin-bottom:1em}.ddexpand{margin-top:1em;margin-bottom:1em}.stepexpand{margin-top:1em;margin-bottom:1em}.substepexpand{margin-top:1em;margin-bottom:1em}table{margin-top:8pt;margin-bottom:10.0pt;width:100%}thead{font-size:10.0pt;font-family:"Book Antiqua";font-weight:bold}tbody{font-size:11.0pt}ol{margin-top:1em;margin-bottom:1em;margin-left:1.7em;-webkit-padding-start:0}ul{margin-top:1em;margin-bottom:1em;margin-left:1.2em;-webkit-padding-start:0}ol ul{list-style:disc}ul ul{list-style:square}ol ol{list-style-type:lower-alpha}table ol{margin-top:.4em;margin-bottom:.4em;list-style:decimal}table ul{margin-top:.4em;margin-bottom:.4em;list-style:disc}table ul ul{margin-top:.4em;margin-bottom:.4em;list-style:square}table ol ol{margin-top:.4em;margin-bottom:.4em;list-style:lower-alpha}table ol ul{margin-top:.4em;margin-bottom:.4em;list-style:disc}table ul ol{margin-top:.4em;margin-bottom:.4em;list-style:decimal}.substepthirdol{list-style-type:lower-roman}div.imageleft{text-align:left}div.imagecenter{text-align:center}div.imageright{text-align:right}div.imagejustify{text-align:justify}div.noblankline{text-align:center}div.noblankline img{margin-top:0}pre{font-size:10.0pt;border-width:2px;padding:2px;margin-top:5px;margin-bottom:5px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}pre.screen{margin-top:2px;margin-bottom:2px;padding:1.5px 1.5px 0 1.5px;border:0;white-space:pre}pre.codeblock{margin-top:2px;margin-bottom:2px;padding:1.5px 1.5px 0 1.5px;border:0;white-space:pre}.dropdownAllButtonexpand{cursor:pointer;background-repeat:no-repeat;background-position:0 4px;padding-left:15px;background-image:url(icon-arrowrt.gif);text-decoration:underline;color:#007af4}.dropdownAllButtoncollapse{cursor:pointer;background-repeat:no-repeat;background-position:0 4px;padding-left:15px;background-image:url(icon-arrowdn.gif);text-decoration:underline;color:#007af4;text-decoration:underline;color:#007af4}.dropdowntitle{background-repeat:no-repeat;background-position:0 4px;padding-left:15px;cursor:pointer;text-decoration:underline;color:#007af4}.dropdownexpand .dropdowntitle{background-image:url(icon-arrowdn.gif);text-decoration:underline;color:#007af4;margin:0 0 8px 0}.dropdowncollapse .dropdowntitle{background-image:url(icon-arrowrt.gif);text-decoration:underline;color:#007af4;margin:0 0 8px 0}.dropdowncollapsetable .dropdowntitle{background-image:url(icon-arrowrt.gif);text-decoration:underline;color:#007af4;margin:0 0 8px 0}.prefacesectiontitle1{margin-top:10.0pt;margin-right:0;margin-bottom:8.0pt;margin-left:-1cm;text-indent:0;font-size:18.0pt;font-family:"Book Antiqua";font-weight:bold;overflow:auto}.termcolor{color:blue;cursor:pointer}#dhtmlgoodies_tooltip{background-color:#f0f0d2;border:1px solid #000;position:absolute;display:none;z-index:20000;padding:2px;font-size:.9em;-moz-border-radius:6px;font-family:"Trebuchet MS","Lucida Sans Unicode",Arial,sans-serif}#dhtmlgoodies_tooltipShadow{position:absolute;background-color:#555;display:none;z-index:10000;opacity:.7;filter:alpha(opacity=70);-khtml-opacity:.7;-moz-opacity:.7;-moz-border-radius:6px}.freeze{position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop));left:10;top:0}.hrcopyright{color:#3f4e5d;margin-top:18pt;margin-left:-1cm}.hwcopyright{text-align:center;font-family:Arial;margin-left:-1cm} \ No newline at end of file diff --git a/docs/dis/umn/public_sys-resources/commonrtl.css b/docs/dis/umn/public_sys-resources/commonrtl.css new file mode 100644 index 000000000..f261da752 --- /dev/null +++ b/docs/dis/umn/public_sys-resources/commonrtl.css @@ -0,0 +1,2 @@ +/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with
. Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式 +*//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre} \ No newline at end of file diff --git a/docs/dis/umn/public_sys-resources/danger_3.0-en-us.png b/docs/dis/umn/public_sys-resources/danger_3.0-en-us.png new file mode 100644 index 000000000..47a9c7235 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/danger_3.0-en-us.png differ diff --git a/docs/dis/umn/public_sys-resources/delta.gif b/docs/dis/umn/public_sys-resources/delta.gif new file mode 100644 index 000000000..0d1b1f674 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/delta.gif differ diff --git a/docs/dis/umn/public_sys-resources/deltaend.gif b/docs/dis/umn/public_sys-resources/deltaend.gif new file mode 100644 index 000000000..cc7da0fc8 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/deltaend.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-arrowdn.gif b/docs/dis/umn/public_sys-resources/icon-arrowdn.gif new file mode 100644 index 000000000..84eec9be2 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-arrowdn.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-arrowrt.gif b/docs/dis/umn/public_sys-resources/icon-arrowrt.gif new file mode 100644 index 000000000..39583d168 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-arrowrt.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-caution.gif b/docs/dis/umn/public_sys-resources/icon-caution.gif new file mode 100644 index 000000000..079c79b26 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-caution.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-danger.gif b/docs/dis/umn/public_sys-resources/icon-danger.gif new file mode 100644 index 000000000..079c79b26 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-danger.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-huawei.gif b/docs/dis/umn/public_sys-resources/icon-huawei.gif new file mode 100644 index 000000000..a31d60f89 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-huawei.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-note.gif b/docs/dis/umn/public_sys-resources/icon-note.gif new file mode 100644 index 000000000..31be2b039 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-note.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-notice.gif b/docs/dis/umn/public_sys-resources/icon-notice.gif new file mode 100644 index 000000000..409070650 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-notice.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-tip.gif b/docs/dis/umn/public_sys-resources/icon-tip.gif new file mode 100644 index 000000000..c47bae05c Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-tip.gif differ diff --git a/docs/dis/umn/public_sys-resources/icon-warning.gif b/docs/dis/umn/public_sys-resources/icon-warning.gif new file mode 100644 index 000000000..079c79b26 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/icon-warning.gif differ diff --git a/docs/dis/umn/public_sys-resources/note_3.0-en-us.png b/docs/dis/umn/public_sys-resources/note_3.0-en-us.png new file mode 100644 index 000000000..57a0e1f53 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/note_3.0-en-us.png differ diff --git a/docs/dis/umn/public_sys-resources/notice_3.0-en-us.png b/docs/dis/umn/public_sys-resources/notice_3.0-en-us.png new file mode 100644 index 000000000..fa4b64990 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/notice_3.0-en-us.png differ diff --git a/docs/dis/umn/public_sys-resources/popup.js b/docs/dis/umn/public_sys-resources/popup.js new file mode 100644 index 000000000..a550862ed --- /dev/null +++ b/docs/dis/umn/public_sys-resources/popup.js @@ -0,0 +1 @@ +var i=0;var dhtmlgoodies_tooltipFlag=false;var dhtmlgoodies_tooltip="";var dhtmlgoodies_tooltipShadow="";var dhtmlgoodies_shadowSize=3;var dhtmlgoodies_tooltipMaxWidth=500;var dhtmlgoodies_tooltipMinWidth=100;var dhtmlgoodies_iframe=false;var timeId;var clickFlag=false;var tooltip_is_msie=(navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("opera")==-1&&document.all)?true:false;var xPos;var yPos;window.document.onmousemove=function(a){a=a||window.event;if(a.pageX){xPos=a.pageX;yPos=a.pageY}else{if(document.body!==null&&typeof document.body!=="undefined"){xPos=a.clientX+document.body.scrollLeft-document.body.clientLeft;yPos=a.clientY+document.body.scrollTop-document.body.clientTop}}};function showTooltip(e){if(document.body===null||typeof document.body==="undefined"){return}if(i==0){return}clickFlag=true;var f=Json.parse("jsonData."+e);var a=Math.max(document.body.clientWidth,document.documentElement.clientWidth)-20;if(!dhtmlgoodies_tooltipFlag){dhtmlgoodies_tooltip=document.createElement("DIV");dhtmlgoodies_tooltip.id="dhtmlgoodies_tooltip";dhtmlgoodies_tooltipShadow=document.createElement("DIV");dhtmlgoodies_tooltipShadow.id="dhtmlgoodies_tooltipShadow";document.body.appendChild(dhtmlgoodies_tooltip);document.body.appendChild(dhtmlgoodies_tooltipShadow);if(tooltip_is_msie){dhtmlgoodies_iframe=document.createElement("IFRAME");dhtmlgoodies_iframe.frameborder="5";dhtmlgoodies_iframe.style.backgroundColor="#FFFFFF";dhtmlgoodies_iframe.src="#";dhtmlgoodies_iframe.style.zIndex=100;dhtmlgoodies_iframe.style.position="absolute";document.body.appendChild(dhtmlgoodies_iframe)}}dhtmlgoodies_tooltip.style.display="block";dhtmlgoodies_tooltipShadow.style.display="block";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="block"}var b=Math.max(document.body.scrollTop,document.documentElement.scrollTop);if(navigator.userAgent.toLowerCase().indexOf("safari")>=0){b=0}var c=xPos+10;dhtmlgoodies_tooltip.style.width=null;dhtmlgoodies_tooltip.innerHTML=f;dhtmlgoodies_tooltip.style.left=c+"px";if(tooltip_is_msie){dhtmlgoodies_tooltip.style.top=yPos+20+b+"px"}else{dhtmlgoodies_tooltip.style.top=yPos+20+"px"}dhtmlgoodies_tooltipShadow.style.left=c+dhtmlgoodies_shadowSize+"px";if(tooltip_is_msie){dhtmlgoodies_tooltipShadow.style.top=yPos+20+b+dhtmlgoodies_shadowSize+"px"}else{dhtmlgoodies_tooltipShadow.style.top=yPos+20+dhtmlgoodies_shadowSize+"px"}if(dhtmlgoodies_tooltip.offsetWidth>dhtmlgoodies_tooltipMaxWidth){dhtmlgoodies_tooltip.style.width=dhtmlgoodies_tooltipMaxWidth+"px"}var d=dhtmlgoodies_tooltip.offsetWidth;if(da){dhtmlgoodies_tooltip.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((c+d)-a))+"px";dhtmlgoodies_tooltipShadow.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((c+d)-a)+dhtmlgoodies_shadowSize)+"px"}if(tooltip_is_msie){dhtmlgoodies_iframe.style.left=dhtmlgoodies_tooltip.style.left;dhtmlgoodies_iframe.style.top=dhtmlgoodies_tooltip.style.top;dhtmlgoodies_iframe.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_iframe.style.height=dhtmlgoodies_tooltip.offsetHeight+"px"}}function hideTooltip(){i=0;clickFlag=false;if((dhtmlgoodies_tooltip!==null&&typeof dhtmlgoodies_tooltip!=="undefined")&&+(dhtmlgoodies_tooltip.style!==null&&typeof dhtmlgoodies_tooltip.style!=="undefined")){dhtmlgoodies_tooltip.style.display="none";dhtmlgoodies_tooltipShadow.style.display="none";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="none"}}if(timeId!==null&&typeof timeId!=="undefined"&&timeId!=""){clearTimeout(timeId)}}function showText(a){i=1;timeId=setTimeout(function(){showTooltip(a)},500)}function showText2(a){if(!clickFlag){i=1;showTooltip(a);i=0;if(timeId!==null&&typeof timeId!=="undefined"&&timeId!=""){clearTimeout(timeId)}}}function anchorScroll(b){var d=document.getElementsByName(b);if(d!=null&&d.length>0){var c=d[0];var a=c.getBoundingClientRect().left+(document.body.scrollLeft||(document.documentElement&&document.documentElement.scrollLeft));var e=c.getBoundingClientRect().top+(document.body.scrollTop||(document.documentElement&&document.documentElement.scrollTop));window.scrollTo(a,e-30)}}; \ No newline at end of file diff --git a/docs/dis/umn/public_sys-resources/warning_3.0-en-us.png b/docs/dis/umn/public_sys-resources/warning_3.0-en-us.png new file mode 100644 index 000000000..def5c3565 Binary files /dev/null and b/docs/dis/umn/public_sys-resources/warning_3.0-en-us.png differ