Elastic Dump

Dump Remote Elasticsearch Index data and Import into Remote Stack

NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --input=https://elastic:[email protected]:9200/winlogbeat --output=/home/kali/Desktop/es_dump.json --noRefresh --limit 500 --searchBody '{"query":{"range":{"@timestamp":{"gte":"2023-09-14T18:40:00"}}}}' --type=data
β”Œβ”€β”€(rootγ‰Ώkali)-[~kali/Desktop]
└─# NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --input=https://elastic:[email protected]:9200/winlogbeat --output=/home/kali/Desktop/es_dump.json --noRefresh --limit 500 --searchBody '{"query":{"range":{"@timestamp":{"gte":"2023-09-14T18:40:00"}}}}' --type=data
Sun, 01 Oct 2023 00:29:39 GMT | starting dump
(node:202606) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
(node:202606) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Sun, 01 Oct 2023 00:29:43 GMT | got 500 objects from source elasticsearch (offset: 0)
Sun, 01 Oct 2023 00:29:43 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:29:48 GMT | got 500 objects from source elasticsearch (offset: 500)
Sun, 01 Oct 2023 00:29:48 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:29:53 GMT | got 500 objects from source elasticsearch (offset: 1000)
Sun, 01 Oct 2023 00:29:53 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:29:59 GMT | got 500 objects from source elasticsearch (offset: 1500)
Sun, 01 Oct 2023 00:29:59 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:04 GMT | got 500 objects from source elasticsearch (offset: 2000)
Sun, 01 Oct 2023 00:30:04 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:10 GMT | got 500 objects from source elasticsearch (offset: 2500)
Sun, 01 Oct 2023 00:30:10 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:15 GMT | got 500 objects from source elasticsearch (offset: 3000)
Sun, 01 Oct 2023 00:30:15 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:21 GMT | got 500 objects from source elasticsearch (offset: 3500)
Sun, 01 Oct 2023 00:30:21 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:26 GMT | got 500 objects from source elasticsearch (offset: 4000)
Sun, 01 Oct 2023 00:30:26 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:32 GMT | got 500 objects from source elasticsearch (offset: 4500)
Sun, 01 Oct 2023 00:30:32 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:38 GMT | got 500 objects from source elasticsearch (offset: 5000)
Sun, 01 Oct 2023 00:30:38 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:44 GMT | got 500 objects from source elasticsearch (offset: 5500)
Sun, 01 Oct 2023 00:30:44 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:50 GMT | got 500 objects from source elasticsearch (offset: 6000)
Sun, 01 Oct 2023 00:30:50 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:30:56 GMT | got 500 objects from source elasticsearch (offset: 6500)
Sun, 01 Oct 2023 00:30:56 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:31:01 GMT | got 500 objects from source elasticsearch (offset: 7000)
Sun, 01 Oct 2023 00:31:01 GMT | sent 500 objects to destination file, wrote 500
Sun, 01 Oct 2023 00:31:04 GMT | got 135 objects from source elasticsearch (offset: 7500)
Sun, 01 Oct 2023 00:31:04 GMT | sent 135 objects to destination file, wrote 135
Sun, 01 Oct 2023 00:31:04 GMT | got 0 objects from source elasticsearch (offset: 7635)
Sun, 01 Oct 2023 00:31:04 GMT | Total Writes: 7635
Sun, 01 Oct 2023 00:31:04 GMT | dump complete
NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --input=https://elastic:[email protected]:9200/winlogbeat --output=/home/kali/Desktop/es_mapping.json --type=mapping
β”Œβ”€β”€(rootγ‰Ώkali)-[~kali/Desktop]
└─# NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --input=https://elastic:[email protected]:9200/winlogbeat --output=/home/kali/Desktop/es_mapping.json --type=mapping  
Sun, 01 Oct 2023 00:34:53 GMT | starting dump
(node:205261) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
(node:205261) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Sun, 01 Oct 2023 00:34:54 GMT | got 1 objects from source elasticsearch (offset: 0)
Sun, 01 Oct 2023 00:34:54 GMT | sent 1 objects to destination file, wrote 1
Sun, 01 Oct 2023 00:34:54 GMT | got 0 objects from source elasticsearch (offset: 1)
Sun, 01 Oct 2023 00:34:54 GMT | Total Writes: 1
Sun, 01 Oct 2023 00:34:54 GMT | dump complete
NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --output=https://import:[email protected]:9200/logs-winlogbeat --input=/home/kali/Desktop/es_mapping.json --type=mapping
β”Œβ”€β”€(rootγ‰Ώkali)-[~kali/Desktop]
└─# NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --output=https://import:[email protected]:9200/logs-winlogbeat --input=/home/kali/Desktop/es_mapping.json --type=mapping
Sun, 01 Oct 2023 00:37:09 GMT | starting dump
(node:206533) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
Sun, 01 Oct 2023 00:37:09 GMT | got 1 objects from source file (offset: 0)
(node:206533) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Sun, 01 Oct 2023 00:37:10 GMT | sent 1 objects to destination elasticsearch, wrote 1
Sun, 01 Oct 2023 00:37:10 GMT | got 0 objects from source file (offset: 1)
Sun, 01 Oct 2023 00:37:10 GMT | Total Writes: 1
Sun, 01 Oct 2023 00:37:10 GMT | dump complete
#set the value by (example 100000):
curl -XPUT 'localhost:9200/my_index/_settings' -H 'Content-Type: application/json' -d'
{
"index" : {
"mapping" : {
"total_fields" : {
"limit" : "100000"
}
}
}
}'
NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --output=https://import:[email protected]:9200/logs-winlogbeat --input=/home/kali/Desktop/es_dump.json --type=data
β”Œβ”€β”€(rootγ‰Ώkali)-[~kali/Desktop]
└─# NODE_TLS_REJECT_UNAUTHORIZED=0 elasticdump --output=https://import:[email protected]:9200/logs-winlogbeat --input=/home/kali/Desktop/es_dump.json --type=data  
Sun, 01 Oct 2023 00:38:02 GMT | starting dump
(node:206998) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
Sun, 01 Oct 2023 00:38:02 GMT | got 100 objects from source file (offset: 0)
(node:206998) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Sun, 01 Oct 2023 00:38:03 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:03 GMT | got 100 objects from source file (offset: 100)
Sun, 01 Oct 2023 00:38:03 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:03 GMT | got 100 objects from source file (offset: 200)
Sun, 01 Oct 2023 00:38:04 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:04 GMT | got 100 objects from source file (offset: 300)
Sun, 01 Oct 2023 00:38:04 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:04 GMT | got 100 objects from source file (offset: 400)
Sun, 01 Oct 2023 00:38:05 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:05 GMT | got 100 objects from source file (offset: 500)
Sun, 01 Oct 2023 00:38:05 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:07 GMT | got 100 objects from source file (offset: 600)
Sun, 01 Oct 2023 00:38:08 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:08 GMT | got 100 objects from source file (offset: 700)
Sun, 01 Oct 2023 00:38:08 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:08 GMT | got 100 objects from source file (offset: 800)
Sun, 01 Oct 2023 00:38:09 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:09 GMT | got 100 objects from source file (offset: 900)
Sun, 01 Oct 2023 00:38:09 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:09 GMT | got 100 objects from source file (offset: 1000)
Sun, 01 Oct 2023 00:38:09 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:12 GMT | got 100 objects from source file (offset: 1100)
Sun, 01 Oct 2023 00:38:12 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:12 GMT | got 100 objects from source file (offset: 1200)
Sun, 01 Oct 2023 00:38:13 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:13 GMT | got 100 objects from source file (offset: 1300)
Sun, 01 Oct 2023 00:38:13 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:13 GMT | got 100 objects from source file (offset: 1400)
Sun, 01 Oct 2023 00:38:14 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:14 GMT | got 100 objects from source file (offset: 1500)
Sun, 01 Oct 2023 00:38:15 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:17 GMT | got 100 objects from source file (offset: 1600)
Sun, 01 Oct 2023 00:38:18 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:18 GMT | got 100 objects from source file (offset: 1700)
Sun, 01 Oct 2023 00:38:19 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:19 GMT | got 100 objects from source file (offset: 1800)
Sun, 01 Oct 2023 00:38:20 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:20 GMT | got 100 objects from source file (offset: 1900)
Sun, 01 Oct 2023 00:38:22 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:22 GMT | got 100 objects from source file (offset: 2000)
Sun, 01 Oct 2023 00:38:22 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:22 GMT | got 100 objects from source file (offset: 2100)
Sun, 01 Oct 2023 00:38:23 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:23 GMT | got 100 objects from source file (offset: 2200)
Sun, 01 Oct 2023 00:38:23 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:23 GMT | got 100 objects from source file (offset: 2300)
Sun, 01 Oct 2023 00:38:24 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:24 GMT | got 100 objects from source file (offset: 2400)
Sun, 01 Oct 2023 00:38:25 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:25 GMT | got 100 objects from source file (offset: 2500)
Sun, 01 Oct 2023 00:38:25 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:27 GMT | got 100 objects from source file (offset: 2600)
Sun, 01 Oct 2023 00:38:28 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:28 GMT | got 100 objects from source file (offset: 2700)
Sun, 01 Oct 2023 00:38:28 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:28 GMT | got 100 objects from source file (offset: 2800)
Sun, 01 Oct 2023 00:38:28 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:28 GMT | got 100 objects from source file (offset: 2900)
Sun, 01 Oct 2023 00:38:29 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:29 GMT | got 100 objects from source file (offset: 3000)
Sun, 01 Oct 2023 00:38:29 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:32 GMT | got 100 objects from source file (offset: 3100)
Sun, 01 Oct 2023 00:38:33 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:33 GMT | got 100 objects from source file (offset: 3200)
Sun, 01 Oct 2023 00:38:34 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:34 GMT | got 100 objects from source file (offset: 3300)
Sun, 01 Oct 2023 00:38:34 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:34 GMT | got 100 objects from source file (offset: 3400)
Sun, 01 Oct 2023 00:38:35 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:35 GMT | got 100 objects from source file (offset: 3500)
Sun, 01 Oct 2023 00:38:35 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:37 GMT | got 100 objects from source file (offset: 3600)
Sun, 01 Oct 2023 00:38:38 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:38 GMT | got 100 objects from source file (offset: 3700)
Sun, 01 Oct 2023 00:38:38 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:38 GMT | got 100 objects from source file (offset: 3800)
Sun, 01 Oct 2023 00:38:39 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:39 GMT | got 100 objects from source file (offset: 3900)
Sun, 01 Oct 2023 00:38:40 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:40 GMT | got 100 objects from source file (offset: 4000)
Sun, 01 Oct 2023 00:38:40 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:42 GMT | got 100 objects from source file (offset: 4100)
Sun, 01 Oct 2023 00:38:43 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:43 GMT | got 100 objects from source file (offset: 4200)
Sun, 01 Oct 2023 00:38:43 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:43 GMT | got 100 objects from source file (offset: 4300)
Sun, 01 Oct 2023 00:38:44 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:44 GMT | got 100 objects from source file (offset: 4400)
Sun, 01 Oct 2023 00:38:44 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:44 GMT | got 100 objects from source file (offset: 4500)
Sun, 01 Oct 2023 00:38:44 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:47 GMT | got 100 objects from source file (offset: 4600)
Sun, 01 Oct 2023 00:38:48 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:48 GMT | got 100 objects from source file (offset: 4700)
Sun, 01 Oct 2023 00:38:48 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:48 GMT | got 100 objects from source file (offset: 4800)
Sun, 01 Oct 2023 00:38:49 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:49 GMT | got 100 objects from source file (offset: 4900)
Sun, 01 Oct 2023 00:38:49 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:49 GMT | got 100 objects from source file (offset: 5000)
Sun, 01 Oct 2023 00:38:50 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:52 GMT | got 100 objects from source file (offset: 5100)
Sun, 01 Oct 2023 00:38:52 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:53 GMT | got 100 objects from source file (offset: 5200)
Sun, 01 Oct 2023 00:38:53 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:53 GMT | got 100 objects from source file (offset: 5300)
Sun, 01 Oct 2023 00:38:54 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:54 GMT | got 100 objects from source file (offset: 5400)
Sun, 01 Oct 2023 00:38:54 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:54 GMT | got 100 objects from source file (offset: 5500)
Sun, 01 Oct 2023 00:38:55 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:57 GMT | got 100 objects from source file (offset: 5600)
Sun, 01 Oct 2023 00:38:58 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:58 GMT | got 100 objects from source file (offset: 5700)
Sun, 01 Oct 2023 00:38:59 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:38:59 GMT | got 100 objects from source file (offset: 5800)
Sun, 01 Oct 2023 00:39:00 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:00 GMT | got 100 objects from source file (offset: 5900)
Sun, 01 Oct 2023 00:39:01 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:01 GMT | got 100 objects from source file (offset: 6000)
Sun, 01 Oct 2023 00:39:01 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:02 GMT | got 100 objects from source file (offset: 6100)
Sun, 01 Oct 2023 00:39:03 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:03 GMT | got 100 objects from source file (offset: 6200)
Sun, 01 Oct 2023 00:39:03 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:03 GMT | got 100 objects from source file (offset: 6300)
Sun, 01 Oct 2023 00:39:04 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:04 GMT | got 100 objects from source file (offset: 6400)
Sun, 01 Oct 2023 00:39:04 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:04 GMT | got 100 objects from source file (offset: 6500)
Sun, 01 Oct 2023 00:39:06 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:07 GMT | got 100 objects from source file (offset: 6600)
Sun, 01 Oct 2023 00:39:07 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:08 GMT | got 100 objects from source file (offset: 6700)
Sun, 01 Oct 2023 00:39:08 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:08 GMT | got 100 objects from source file (offset: 6800)
Sun, 01 Oct 2023 00:39:08 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:08 GMT | got 100 objects from source file (offset: 6900)
Sun, 01 Oct 2023 00:39:09 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:09 GMT | got 100 objects from source file (offset: 7000)
Sun, 01 Oct 2023 00:39:10 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:12 GMT | got 100 objects from source file (offset: 7100)
Sun, 01 Oct 2023 00:39:13 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:13 GMT | got 100 objects from source file (offset: 7200)
Sun, 01 Oct 2023 00:39:13 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:13 GMT | got 100 objects from source file (offset: 7300)
Sun, 01 Oct 2023 00:39:14 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:14 GMT | got 100 objects from source file (offset: 7400)
Sun, 01 Oct 2023 00:39:14 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:14 GMT | got 100 objects from source file (offset: 7500)
Sun, 01 Oct 2023 00:39:15 GMT | sent 100 objects to destination elasticsearch, wrote 100
Sun, 01 Oct 2023 00:39:17 GMT | got 35 objects from source file (offset: 7600)
Sun, 01 Oct 2023 00:39:17 GMT | sent 35 objects to destination elasticsearch, wrote 35
Sun, 01 Oct 2023 00:39:17 GMT | got 0 objects from source file (offset: 7635)
Sun, 01 Oct 2023 00:39:17 GMT | Total Writes: 7635
Sun, 01 Oct 2023 00:39:17 GMT | dump complete

Last updated

Was this helpful?