mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #8525 from spalger/backport/5.0/remove-csv-upload
[backport 5.0] Remove CSV Upload
This commit is contained in:
commit
9c34153051
53 changed files with 10 additions and 5358 deletions
|
@ -6,7 +6,7 @@ key Kibana functionality. By the end of this tutorial, you will have:
|
|||
|
||||
* Loaded a sample data set into your Elasticsearch installation
|
||||
* Defined at least one index pattern
|
||||
* Use the <<discover, Discover>> functionality to explore your data
|
||||
* Used the <<discover, Discover>> functionality to explore your data
|
||||
* Set up some <<visualize,_visualizations_>> to graphically represent your data
|
||||
* Assembled visualizations into a <<dashboard,Dashboard>>
|
||||
|
||||
|
@ -27,14 +27,15 @@ The tutorials in this section rely on the following data sets:
|
|||
|
||||
* The complete works of William Shakespeare, suitably parsed into fields. Download this data set by clicking here:
|
||||
https://www.elastic.co/guide/en/kibana/3.0/snippets/shakespeare.json[shakespeare.json].
|
||||
* A set of fictitious accounts with randomly generated data, in CSV format. Download this data set by clicking here:
|
||||
https://raw.githubusercontent.com/elastic/kibana/master/docs/tutorial/accounts.csv[accounts.csv]
|
||||
* A set of fictitious accounts with randomly generated data. Download this data set by clicking here:
|
||||
https://github.com/bly2k/files/blob/master/accounts.zip?raw=true[accounts.zip]
|
||||
* A set of randomly generated log files. Download this data set by clicking here:
|
||||
https://download.elastic.co/demos/kibana/gettingstarted/logs.jsonl.gz[logs.jsonl.gz]
|
||||
|
||||
Extract the logs with the following command:
|
||||
Two of the data sets are compressed. Use the following commands to extract the files:
|
||||
|
||||
[source,shell]
|
||||
unzip accounts.zip
|
||||
gunzip logs.jsonl.gz
|
||||
|
||||
The Shakespeare data set is organized in the following schema:
|
||||
|
@ -81,8 +82,6 @@ field's searchability or whether or not it's _tokenized_, or broken up into sepa
|
|||
|
||||
Use the following command to set up a mapping for the Shakespeare data set:
|
||||
|
||||
=============
|
||||
|
||||
[source,shell]
|
||||
curl -XPUT http://localhost:9200/shakespeare -d '
|
||||
{
|
||||
|
@ -99,8 +98,6 @@ curl -XPUT http://localhost:9200/shakespeare -d '
|
|||
}
|
||||
';
|
||||
|
||||
=============
|
||||
|
||||
This mapping specifies the following qualities for the data set:
|
||||
|
||||
* The _speaker_ field is a string that isn't analyzed. The string in this field is treated as a single unit, even if
|
||||
|
@ -170,29 +167,16 @@ curl -XPUT http://localhost:9200/logstash-2015.05.20 -d '
|
|||
}
|
||||
';
|
||||
|
||||
At this point we're ready to use the Elasticsearch {ref}/docs-bulk.html[`bulk`] API to load the data sets with the
|
||||
following commands:
|
||||
The accounts data set doesn't require any mappings, so at this point we're ready to use the Elasticsearch
|
||||
{ref}/docs-bulk.html[`bulk`] API to load the data sets with the following commands:
|
||||
|
||||
[source,shell]
|
||||
curl -XPOST 'localhost:9200/bank/account/_bulk?pretty' --data-binary @accounts.json
|
||||
curl -XPOST 'localhost:9200/shakespeare/_bulk?pretty' --data-binary @shakespeare.json
|
||||
curl -XPOST 'localhost:9200/_bulk?pretty' --data-binary @logs.jsonl
|
||||
|
||||
These commands may take some time to execute, depending on the computing resources available.
|
||||
|
||||
To load the Accounts data set, click the *Management* image:images/SettingsButton.jpg[gear icon] tab, the
|
||||
select *Upload CSV*.
|
||||
|
||||
image::images/management-panel.png[kibana management panel]
|
||||
|
||||
Click *Select File*, then navigate to the `accounts.csv` file. Review the sample, then click *Next*.
|
||||
|
||||
image::images/csv-sample.png[sample csv import]
|
||||
|
||||
Review the index pattern built by the CSV import function. You can change any field types from the drop-downs, but for
|
||||
this tutorial, accept the defaults. Enter `bank` as the name for the index pattern, then click *Save*.
|
||||
|
||||
image::images/sample-index.png[sample index pattern]
|
||||
|
||||
Verify successful loading with the following command:
|
||||
|
||||
[source,shell]
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 289 KiB |
Binary file not shown.
Before Width: | Height: | Size: 64 KiB |
Binary file not shown.
Before Width: | Height: | Size: 191 KiB |
|
@ -15,7 +15,6 @@ to this Kibana instance.
|
|||
`kibana.index:`:: *Default: ".kibana"* Kibana uses an index in Elasticsearch to store saved searches, visualizations and
|
||||
dashboards. Kibana creates a new index if the index doesn’t already exist.
|
||||
`kibana.defaultAppId:`:: *Default: "discover"* The default application to load.
|
||||
`kibana.addDataMaxBytes:`:: *Default: 1073741824* The maximum upload size in bytes for the CSV Upload wizard
|
||||
[[tilemap-settings]]`tilemap.url:`:: *Default: `"https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana"`* The URL to the tile
|
||||
service that Kibana uses to display map tiles in tilemap visualizations.
|
||||
`tilemap.options.minZoom:`:: *Default: 1* The minimum zoom level.
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -97,7 +97,6 @@
|
|||
"bunyan": "1.7.1",
|
||||
"commander": "2.8.1",
|
||||
"css-loader": "0.17.0",
|
||||
"csv-parse": "1.1.0",
|
||||
"d3": "3.5.6",
|
||||
"dragula": "3.7.0",
|
||||
"elasticsearch": "12.0.0-rc5",
|
||||
|
@ -116,7 +115,6 @@
|
|||
"gridster": "0.5.6",
|
||||
"h2o2": "5.1.1",
|
||||
"hapi": "14.2.0",
|
||||
"highland": "2.7.2",
|
||||
"httpolyglot": "0.1.1",
|
||||
"imports-loader": "0.6.4",
|
||||
"inert": "4.0.2",
|
||||
|
@ -139,7 +137,6 @@
|
|||
"moment-timezone": "0.5.4",
|
||||
"node-fetch": "1.3.2",
|
||||
"node-uuid": "1.4.7",
|
||||
"papaparse": "4.1.2",
|
||||
"pegjs": "0.9.0",
|
||||
"querystring-browser": "1.0.4",
|
||||
"raw-loader": "0.5.1",
|
||||
|
|
|
@ -14,13 +14,10 @@ module.exports = function (kibana) {
|
|||
return new kibana.Plugin({
|
||||
id: 'kibana',
|
||||
config: function (Joi) {
|
||||
const ONE_GIGABYTE = 1024 * 1024 * 1024;
|
||||
|
||||
return Joi.object({
|
||||
enabled: Joi.boolean().default(true),
|
||||
defaultAppId: Joi.string().default('discover'),
|
||||
index: Joi.string().default('.kibana'),
|
||||
addDataMaxBytes: Joi.number().default(ONE_GIGABYTE)
|
||||
index: Joi.string().default('.kibana')
|
||||
}).default();
|
||||
},
|
||||
|
||||
|
@ -45,8 +42,7 @@ module.exports = function (kibana) {
|
|||
let config = server.config();
|
||||
return {
|
||||
kbnDefaultAppId: config.get('kibana.defaultAppId'),
|
||||
tilemap: config.get('tilemap'),
|
||||
addDataMaxBytes: config.get('kibana.addDataMaxBytes')
|
||||
tilemap: config.get('tilemap')
|
||||
};
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,84 +0,0 @@
|
|||
<h2><em>Follow these instructions to install Filebeat.</em>
|
||||
Now that you've got a fresh pipeline and index pattern, let's throw some data at it!
|
||||
</h2>
|
||||
|
||||
<div class="install-filebeat">
|
||||
<ol>
|
||||
<li>
|
||||
<span>
|
||||
<strong>Install Filebeat</strong> on all servers on which you want to tail logs
|
||||
<a target="_blank" ng-href="{{installStep.docLinks.installation}}">
|
||||
<i aria-hidden="true" class="fa fa-info-circle"></i> instructions
|
||||
</a>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span>
|
||||
<strong>Point Filebeat</strong> at the log files you want to tail
|
||||
<a target="_blank" ng-href="{{installStep.docLinks.configuration}}">
|
||||
<i aria-hidden="true" class="fa fa-info-circle"></i> instructions
|
||||
</a>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<li ng-if="installStep.results.pipeline.processors.length">
|
||||
<span>
|
||||
<strong>Configure Filebeat</strong> to send data through your new Elasticsearch pipeline
|
||||
<a target="_blank" ng-href="{{installStep.docLinks.elasticsearchOutput}}">
|
||||
<i aria-hidden="true" class="fa fa-info-circle"></i> instructions
|
||||
</a><br/>
|
||||
At minimum you'll need to configure Filebeat's Elasticsearch output with a hostname, an index name, and a
|
||||
<a target="_blank"
|
||||
ng-href="{{installStep.docLinks.elasticsearchOutputAnchorParameters}}">
|
||||
<i aria-hidden="true" class="fa fa-info-circle"></i> paramaters
|
||||
</a> block. Your config should end up looking something like this:<br/>
|
||||
<pre>
|
||||
output:
|
||||
elasticsearch:
|
||||
hosts: ["your-elasticsearch-host"]
|
||||
index: "your-base-index-name"
|
||||
parameters:
|
||||
pipeline: "{{installStep.pipelineId}}"</pre>
|
||||
<em>NOTE</em>: The Filebeat config takes a base index name and automatically rotates the target index by appending "-{date}"
|
||||
to the end, so if your pattern was "filebeat-*" you would make the index name "filebeat" in filebeat.yml.<br />
|
||||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li ng-if="!installStep.results.pipeline.processors.length">
|
||||
<span>
|
||||
<strong>Configure Filebeat</strong> to send data to Elasticsearch
|
||||
<a target="_blank" ng-href="{{installStep.docLinks.elasticsearchOutput}}">
|
||||
<i aria-hidden="true" class="fa fa-info-circle"></i> instructions
|
||||
</a><br/>
|
||||
At minimum you'll need to configure Filebeat's Elasticsearch output with a hostname and an index name.
|
||||
Your config should end up looking something like this:<br />
|
||||
<pre>
|
||||
output:
|
||||
elasticsearch:
|
||||
hosts: ["your-elasticsearch-host"]
|
||||
index: "your-base-index-name"</pre>
|
||||
<em>NOTE</em>: The Filebeat config takes a base index name and automatically rotates the target index by appending "-{date}"
|
||||
to the end, so if your pattern was "filebeat-*" you would make the index name "filebeat" in filebeat.yml.<br />
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span>
|
||||
<strong>Run Filebeat</strong> on each server
|
||||
<a target="_blank" ng-href="{{installStep.docLinks.startup}}">
|
||||
<i aria-hidden="true" class="fa fa-info-circle"></i> instructions
|
||||
</a>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
<strong>Verify your filebeat installation below.</strong> We'll poll your new index pattern for documents and let you know when
|
||||
they show up. If you'd like to skip this step, simply click Done now.
|
||||
</span>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<pattern-checker pattern="installStep.results.indexPattern.id"/>
|
|
@ -1,23 +0,0 @@
|
|||
import modules from 'ui/modules';
|
||||
import template from './install_filebeat_step.html';
|
||||
import 'ui/pattern_checker';
|
||||
import { patternToIngest } from '../../../../../../common/lib/convert_pattern_and_ingest_name';
|
||||
import { filebeat as docLinks } from '../../../../../../../../ui/public/documentation_links/documentation_links';
|
||||
import './styles/_add_data_install_filebeat_step.less';
|
||||
|
||||
modules.get('apps/management')
|
||||
.directive('installFilebeatStep', function () {
|
||||
return {
|
||||
template: template,
|
||||
scope: {
|
||||
results: '='
|
||||
},
|
||||
bindToController: true,
|
||||
controllerAs: 'installStep',
|
||||
controller: function ($scope) {
|
||||
this.pipelineId = patternToIngest(this.results.indexPattern.id);
|
||||
this.docLinks = docLinks;
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
install-filebeat-step {
|
||||
|
||||
.install-filebeat {
|
||||
> ol {
|
||||
padding-left: 1em;
|
||||
|
||||
> li {
|
||||
padding: 4px 0;
|
||||
font-weight: bold;
|
||||
|
||||
> span {
|
||||
font-weight: normal;
|
||||
|
||||
> pre {
|
||||
margin: 7px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -1,39 +0,0 @@
|
|||
import validateHeaders from '../validate_headers';
|
||||
import expect from 'expect.js';
|
||||
|
||||
describe('validateHeaders', function () {
|
||||
|
||||
describe('basic validations', function () {
|
||||
|
||||
it('should return empty array if fields are valid', function () {
|
||||
const errors = validateHeaders(['aa', 'bb', 'cc', 'dd', 'ee']);
|
||||
expect(errors).to.eql([]);
|
||||
});
|
||||
|
||||
it('should return empty array if it contains white space field name', function () {
|
||||
const errors = validateHeaders(['aa', 'bb', ' ', ' ', 'ee']);
|
||||
expect(errors.length).to.be(0);
|
||||
});
|
||||
|
||||
it('should return an error if contains blank field name', function () {
|
||||
const errors = validateHeaders(['aa', 'bb', 'cc', '', 'ee']);
|
||||
expect(errors.length).to.be(1);
|
||||
expect(errors[0]).eql({ type: 'blank', positions: [4] });
|
||||
});
|
||||
|
||||
it('should return an error if fields contain duplicate field name', function () {
|
||||
const errors = validateHeaders(['aa', 'bb', 'cc', 'dd', 'aa']);
|
||||
expect(errors.length).to.be(1);
|
||||
expect(errors[0]).eql({ type: 'duplicate', positions: [1, 5], fieldName: 'aa' });
|
||||
});
|
||||
|
||||
it('should return multiple errors if fields contain duplicate and blank field name', function () {
|
||||
const errors = validateHeaders(['aa', 'bb', '', 'dd', 'aa', '', 'aa', 'dd', 'hh']);
|
||||
expect(errors.length).to.be(3);
|
||||
expect(errors[0]).eql({ type: 'duplicate', positions: [1, 5, 7], fieldName: 'aa' });
|
||||
expect(errors[1]).eql({ type: 'blank', positions: [3, 6] });
|
||||
expect(errors[2]).eql({ type: 'duplicate', positions: [4, 8], fieldName: 'dd' });
|
||||
});
|
||||
});
|
||||
|
||||
});
|
|
@ -1,43 +0,0 @@
|
|||
import _ from 'lodash';
|
||||
|
||||
/**
|
||||
* @typedef error
|
||||
* @type Object
|
||||
* @property {String} fieldName The field name with error.
|
||||
* @property {Number[]} positions The field positions with error. One-based.
|
||||
* @property {String} type The type of error. Eg: duplicate, blank
|
||||
*/
|
||||
|
||||
/**
|
||||
* Check for errors with header fields for csv import preview.
|
||||
* Returns an empty array if no error is found.
|
||||
*
|
||||
* @param {String[]} fields An array of field names
|
||||
* @returns {error[]} errors An array of error objects
|
||||
*/
|
||||
export default function validateHeaders(fields) {
|
||||
const errors = [];
|
||||
|
||||
const fieldsWithPositions = _.reduce(fields, (result, field, index) => {
|
||||
(result[field] || (result[field] = [])).push(index + 1);
|
||||
return result;
|
||||
}, {});
|
||||
|
||||
_.forEach(fieldsWithPositions, (positions, field) => {
|
||||
if (_.isEmpty(field)) {
|
||||
errors.push({
|
||||
positions: positions,
|
||||
type: 'blank'
|
||||
});
|
||||
}
|
||||
else if (positions.length > 1) {
|
||||
errors.push({
|
||||
fieldName: field,
|
||||
positions: positions,
|
||||
type: 'duplicate'
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
return errors;
|
||||
}
|
|
@ -1,63 +0,0 @@
|
|||
<file-upload ng-if="!wizard.file" on-locate="wizard.file = file" upload-selector="button.upload">
|
||||
<h2><em>Pick a CSV file to get started.</em>
|
||||
Please follow the instructions below.
|
||||
</h2>
|
||||
|
||||
<div class="upload-wizard-file-upload-container">
|
||||
<div class="upload-instructions">Drop your file here</div>
|
||||
<div class="upload-instructions-separator">or</div>
|
||||
<button class="btn btn-primary btn-lg controls upload" ng-click>
|
||||
Select File
|
||||
</button>
|
||||
<div>Maximum upload file size: {{ wizard.maxBytesFormatted }}</div>
|
||||
</div>
|
||||
</file-upload>
|
||||
|
||||
<div class="upload-wizard-file-preview-container" ng-if="wizard.file">
|
||||
<h2><em>Review the sample below.</em>
|
||||
Click next if it looks like we parsed your file correctly.
|
||||
</h2>
|
||||
|
||||
<div ng-if="!!wizard.formattedErrors.length" class="alert alert-danger parse-error">
|
||||
<ul>
|
||||
<li ng-repeat="error in wizard.formattedErrors track by $index">{{ error }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div ng-if="!!wizard.formattedWarnings.length" class="alert alert-warning">
|
||||
<ul>
|
||||
<li ng-repeat="warning in wizard.formattedWarnings track by $index">{{ warning }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="advanced-options form-inline">
|
||||
<span class="form-group">
|
||||
<label>Delimiter</label>
|
||||
<select ng-model="wizard.parseOptions.delimiter"
|
||||
ng-options="option.value as option.label for option in wizard.delimiterOptions"
|
||||
class="form-control">
|
||||
</select>
|
||||
</span>
|
||||
<span class="form-group">
|
||||
<label>Filename:</label>
|
||||
{{ wizard.file.name }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="preview">
|
||||
<table class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th ng-repeat="col in wizard.columns track by $index">
|
||||
<span title="{{ col }}">{{ col | limitTo:12 }}{{ col.length > 12 ? '...' : '' }}</span>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="row in wizard.rows">
|
||||
<td ng-repeat="cell in row track by $index">{{ cell }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
|
@ -1,146 +0,0 @@
|
|||
import _ from 'lodash';
|
||||
import Papa from 'papaparse';
|
||||
import modules from 'ui/modules';
|
||||
import validateHeaders from './lib/validate_headers';
|
||||
import template from './parse_csv_step.html';
|
||||
import './styles/_add_data_parse_csv_step.less';
|
||||
import numeral from '@spalger/numeral';
|
||||
|
||||
modules.get('apps/management')
|
||||
.directive('parseCsvStep', function (addDataMaxBytes) {
|
||||
return {
|
||||
restrict: 'E',
|
||||
template: template,
|
||||
scope: {
|
||||
file: '=',
|
||||
parseOptions: '=',
|
||||
samples: '='
|
||||
},
|
||||
bindToController: true,
|
||||
controllerAs: 'wizard',
|
||||
controller: function ($scope, debounce) {
|
||||
const maxSampleRows = 10;
|
||||
const maxSampleColumns = 20;
|
||||
|
||||
this.maxBytesFormatted = numeral(addDataMaxBytes).format('0 b');
|
||||
|
||||
this.delimiterOptions = [
|
||||
{
|
||||
label: 'comma',
|
||||
value: ','
|
||||
},
|
||||
{
|
||||
label: 'tab',
|
||||
value: '\t'
|
||||
},
|
||||
{
|
||||
label: 'space',
|
||||
value: ' '
|
||||
},
|
||||
{
|
||||
label: 'semicolon',
|
||||
value: ';'
|
||||
},
|
||||
{
|
||||
label: 'pipe',
|
||||
value: '|'
|
||||
}
|
||||
];
|
||||
|
||||
this.parse = debounce(() => {
|
||||
if (!this.file) return;
|
||||
let row = 1;
|
||||
let rows = [];
|
||||
let data = [];
|
||||
|
||||
delete this.rows;
|
||||
delete this.columns;
|
||||
this.formattedErrors = [];
|
||||
this.formattedWarnings = [];
|
||||
|
||||
if (this.file.size > addDataMaxBytes) {
|
||||
this.formattedErrors.push(
|
||||
`File size (${this.file.size} bytes) is greater than the configured limit of ${addDataMaxBytes} bytes`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
const config = _.assign(
|
||||
{
|
||||
header: true,
|
||||
dynamicTyping: true,
|
||||
skipEmptyLines: true,
|
||||
step: (results, parser) => {
|
||||
if (row > maxSampleRows) {
|
||||
parser.abort();
|
||||
|
||||
// The complete callback isn't automatically called if parsing is manually aborted
|
||||
config.complete();
|
||||
return;
|
||||
}
|
||||
if (row === 1) {
|
||||
// Check for header errors on the first row
|
||||
const errors = validateHeaders(results.meta.fields);
|
||||
_.forEach(errors, (error) => {
|
||||
if (error.type === 'duplicate') {
|
||||
this.formattedErrors.push(`Columns at positions [${error.positions}] have duplicate name "${error.fieldName}"`);
|
||||
} else if (error.type === 'blank') {
|
||||
this.formattedErrors.push(`Columns at positions [${error.positions}] must not be blank`);
|
||||
}
|
||||
});
|
||||
|
||||
if (results.meta.fields.length > maxSampleColumns) {
|
||||
this.formattedWarnings.push(`Preview truncated to ${maxSampleColumns} columns`);
|
||||
}
|
||||
|
||||
this.columns = results.meta.fields.slice(0, maxSampleColumns);
|
||||
this.parseOptions = _.defaults({}, this.parseOptions, {delimiter: results.meta.delimiter});
|
||||
}
|
||||
|
||||
this.formattedErrors = this.formattedErrors.concat(_.map(results.errors, (error) => {
|
||||
return `${error.type} at line ${row + 1} - ${error.message}`;
|
||||
}));
|
||||
|
||||
data = data.concat(results.data);
|
||||
|
||||
rows = rows.concat(_.map(results.data, (row) => {
|
||||
return _.map(this.columns, (columnName) => {
|
||||
return row[columnName];
|
||||
});
|
||||
}));
|
||||
|
||||
++row;
|
||||
},
|
||||
complete: () => {
|
||||
$scope.$apply(() => {
|
||||
this.rows = rows;
|
||||
|
||||
if (_.isUndefined(this.formattedErrors) || _.isEmpty(this.formattedErrors)) {
|
||||
this.samples = data;
|
||||
}
|
||||
else {
|
||||
delete this.samples;
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
this.parseOptions
|
||||
);
|
||||
|
||||
Papa.parse(this.file, config);
|
||||
}, 100);
|
||||
|
||||
$scope.$watch('wizard.parseOptions', (newValue, oldValue) => {
|
||||
// Delimiter is auto-detected in the first run of the parse function, so we don't want to
|
||||
// re-parse just because it's being initialized.
|
||||
if (!_.isUndefined(oldValue)) {
|
||||
this.parse();
|
||||
}
|
||||
}, true);
|
||||
|
||||
$scope.$watch('wizard.file', () => {
|
||||
this.parse();
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
|
@ -1,64 +0,0 @@
|
|||
@import (reference) "../../../styles/_add_data_wizard";
|
||||
|
||||
.upload-wizard-file-upload-container {
|
||||
min-height: 300px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-color: @settings-add-data-wizard-form-control-bg;
|
||||
border: @settings-add-data-wizard-parse-csv-container-border 1px dashed;
|
||||
text-align: center;
|
||||
|
||||
.upload-instructions {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.upload-instructions-separator {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
button {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
button.upload {
|
||||
align-self: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.upload-wizard-file-preview-container {
|
||||
.preview {
|
||||
overflow: auto;
|
||||
max-height: 500px;
|
||||
border: @settings-add-data-wizard-parse-csv-container-border 1px solid;
|
||||
|
||||
table {
|
||||
margin-bottom: 0;
|
||||
|
||||
.table-striped()
|
||||
}
|
||||
}
|
||||
|
||||
.parse-error {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.advanced-options {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 15px;
|
||||
|
||||
label {
|
||||
padding-right: 8px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
<h2><em>Provide some sample logs.</em>
|
||||
Paste in one or more lines from the file you intend to tail. We'll use these samples in the following steps to help
|
||||
you build an ingest pipeline and configure a Kibana index pattern. Log lines can be raw strings or
|
||||
formatted as JSON. If your logs are raw strings but you intend to use
|
||||
<a target="_window" ng-href="{{pasteStep.docLinks.exportedFields}}">Filebeat's metadata</a>,
|
||||
you'll want to paste the JSON as it will come out of Filebeat.
|
||||
</h2>
|
||||
|
||||
<div class="paste-samples form-group">
|
||||
<textarea class="form-control" ng-model="pasteStep.rawSamples" placeholder="Paste your sample log lines here, separated by a newline"></textarea>
|
||||
</div>
|
|
@ -1,41 +0,0 @@
|
|||
import modules from 'ui/modules';
|
||||
import template from './paste_samples_step.html';
|
||||
import { filebeat as docLinks } from '../../../../../../../../ui/public/documentation_links/documentation_links';
|
||||
import _ from 'lodash';
|
||||
import './styles/_add_data_paste_samples_step.less';
|
||||
|
||||
modules.get('apps/management')
|
||||
.directive('pasteSamplesStep', function () {
|
||||
return {
|
||||
template: template,
|
||||
scope: {
|
||||
samples: '=',
|
||||
rawSamples: '='
|
||||
},
|
||||
bindToController: true,
|
||||
controllerAs: 'pasteStep',
|
||||
controller: function ($scope) {
|
||||
this.docLinks = docLinks;
|
||||
|
||||
if (_.isUndefined(this.rawSamples)) {
|
||||
this.rawSamples = '';
|
||||
}
|
||||
|
||||
$scope.$watch('pasteStep.rawSamples', (newValue) => {
|
||||
const splitRawSamples = newValue.split('\n');
|
||||
|
||||
try {
|
||||
this.samples = _.map(splitRawSamples, (sample) => {
|
||||
return JSON.parse(sample);
|
||||
});
|
||||
}
|
||||
catch (error) {
|
||||
this.samples = _.map(splitRawSamples, (sample) => {
|
||||
return {message: sample};
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
.paste-samples {
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
}
|
||||
}
|
|
@ -1,64 +0,0 @@
|
|||
import forEachField from '../lib/for_each_field';
|
||||
import sinon from 'auto-release-sinon';
|
||||
import expect from 'expect.js';
|
||||
|
||||
describe('forEachField', function () {
|
||||
|
||||
let testDoc;
|
||||
|
||||
beforeEach(function () {
|
||||
testDoc = {
|
||||
foo: [
|
||||
{bar: [{'baz': 1}]},
|
||||
{bat: 'boo'}
|
||||
]
|
||||
};
|
||||
});
|
||||
|
||||
it('should require a plain object argument', function () {
|
||||
expect(forEachField).withArgs([], () => {}).to.throwException(/first argument must be a plain object/);
|
||||
});
|
||||
|
||||
it('should not invoke iteratee if collection is null or empty', function () {
|
||||
const iteratee = sinon.spy();
|
||||
|
||||
forEachField({}, iteratee);
|
||||
|
||||
expect(iteratee.called).to.not.be.ok();
|
||||
});
|
||||
|
||||
it('should call iteratee for each item in an array field, but not for the array itself', function () {
|
||||
const iteratee = sinon.spy();
|
||||
|
||||
forEachField({foo: [1, 2, 3]}, iteratee);
|
||||
|
||||
expect(iteratee.callCount).to.be(3);
|
||||
expect(iteratee.calledWith(1, 'foo')).to.be.ok();
|
||||
expect(iteratee.calledWith(2, 'foo')).to.be.ok();
|
||||
expect(iteratee.calledWith(3, 'foo')).to.be.ok();
|
||||
});
|
||||
|
||||
it('should call iteratee for flattened inner object properties, as well as the object itself', function () {
|
||||
const iteratee = sinon.spy();
|
||||
|
||||
forEachField(testDoc, iteratee);
|
||||
|
||||
expect(iteratee.callCount).to.be(5);
|
||||
expect(iteratee.calledWith(testDoc.foo[0], 'foo')).to.be.ok();
|
||||
expect(iteratee.calledWith(testDoc.foo[1], 'foo')).to.be.ok();
|
||||
expect(iteratee.calledWith(testDoc.foo[0].bar[0], 'foo.bar')).to.be.ok();
|
||||
expect(iteratee.calledWith(1, 'foo.bar.baz')).to.be.ok();
|
||||
expect(iteratee.calledWith('boo', 'foo.bat')).to.be.ok();
|
||||
});
|
||||
|
||||
it('should detect geo_point fields and should not invoke iteratee for its lat and lon sub properties', function () {
|
||||
const iteratee = sinon.spy();
|
||||
const geo = {lat: 38.6631, lon: -90.5771};
|
||||
|
||||
forEachField({ geo }, iteratee);
|
||||
|
||||
expect(iteratee.callCount).to.be(1);
|
||||
expect(iteratee.calledWith(geo, 'geo')).to.be.ok();
|
||||
});
|
||||
|
||||
});
|
|
@ -1,21 +0,0 @@
|
|||
import isGeoPointObject from '../lib/is_geo_point_object';
|
||||
import expect from 'expect.js';
|
||||
|
||||
describe('isGeoPointObject', function () {
|
||||
|
||||
it('should return true if an object has lat and lon properties', function () {
|
||||
expect(isGeoPointObject({lat: 38.6631, lon: -90.5771})).to.be(true);
|
||||
});
|
||||
|
||||
it('should return false if the value is not an object', function () {
|
||||
expect(isGeoPointObject('foo')).to.be(false);
|
||||
expect(isGeoPointObject(1)).to.be(false);
|
||||
expect(isGeoPointObject(true)).to.be(false);
|
||||
expect(isGeoPointObject(null)).to.be(false);
|
||||
});
|
||||
|
||||
it('should return false if the value is an object without lat an lon properties', function () {
|
||||
expect(isGeoPointObject({foo: 'bar'})).to.be(false);
|
||||
});
|
||||
|
||||
});
|
|
@ -1,91 +0,0 @@
|
|||
import expect from 'expect.js';
|
||||
import ngMock from 'ng_mock';
|
||||
|
||||
describe('pattern review directive', function () {
|
||||
let $rootScope;
|
||||
let $compile;
|
||||
|
||||
beforeEach(ngMock.module('kibana'));
|
||||
|
||||
beforeEach(ngMock.inject(function ($injector, Private) {
|
||||
$compile = $injector.get('$compile');
|
||||
$rootScope = $injector.get('$rootScope');
|
||||
}));
|
||||
|
||||
describe('handling geopoints', function () {
|
||||
|
||||
it('should detect geo_point fields when they\'re expressed as an object', function () {
|
||||
const scope = $rootScope.$new();
|
||||
scope.sampleDoc = {
|
||||
geoip: {
|
||||
location: {
|
||||
lat: 38.6631,
|
||||
lon: -90.5771
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
$compile('<pattern-review-step sample-doc="sampleDoc" index-pattern="indexPattern"></pattern-review-step>')(scope);
|
||||
scope.$digest();
|
||||
|
||||
expect(scope).to.have.property('indexPattern');
|
||||
expect(scope.indexPattern.fields[0].type).to.be('geo_point');
|
||||
});
|
||||
|
||||
it('should not count the lat and lon properties as their own fields', function () {
|
||||
const scope = $rootScope.$new();
|
||||
scope.sampleDoc = {
|
||||
geoip: {
|
||||
location: {
|
||||
lat: 38.6631,
|
||||
lon: -90.5771
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
$compile('<pattern-review-step sample-doc="sampleDoc" index-pattern="indexPattern"></pattern-review-step>')(scope);
|
||||
scope.$digest();
|
||||
|
||||
expect(scope).to.have.property('indexPattern');
|
||||
expect(scope.indexPattern.fields[0].type).to.be('geo_point');
|
||||
expect(scope.indexPattern.fields.length).to.be(1);
|
||||
});
|
||||
});
|
||||
|
||||
describe('detecting date fields', function () {
|
||||
|
||||
it('should detect sample strings in ISO 8601 format as date fields', function () {
|
||||
const scope = $rootScope.$new();
|
||||
scope.sampleDoc = {
|
||||
isodate: '2004-03-08T00:05:49.000Z'
|
||||
};
|
||||
|
||||
$compile('<pattern-review-step sample-doc="sampleDoc" index-pattern="indexPattern"></pattern-review-step>')(scope);
|
||||
scope.$digest();
|
||||
|
||||
expect(scope).to.have.property('indexPattern');
|
||||
expect(scope.indexPattern.fields[0].type).to.be('date');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe('conflicting array values', function () {
|
||||
|
||||
it('should detect heterogeneous arrays and flag them with an error message', function () {
|
||||
const scope = $rootScope.$new();
|
||||
scope.sampleDoc = {
|
||||
badarray: ['foo', 42]
|
||||
};
|
||||
|
||||
const element = $compile('<pattern-review-step sample-doc="sampleDoc" index-pattern="indexPattern"></pattern-review-step>')(scope);
|
||||
const controller = element.controller('patternReviewStep');
|
||||
scope.$digest();
|
||||
|
||||
expect(controller).to.have.property('errors');
|
||||
|
||||
// error message should mentioned the conflicting field
|
||||
expect(controller.errors[0]).to.contain('badarray');
|
||||
});
|
||||
|
||||
});
|
||||
});
|
|
@ -1,58 +0,0 @@
|
|||
import _ from 'lodash';
|
||||
import isGeoPointObject from './is_geo_point_object';
|
||||
|
||||
// This function recursively traverses an object, visiting each node that elasticsearch would index as a field.
|
||||
// Iteratee is invoked with two arguments: (value, fieldName). fieldName is the name of the field as elasticsearch
|
||||
// would see it. For example:
|
||||
//
|
||||
// const testDoc = {
|
||||
// foo: [
|
||||
// {bar: [{'baz': 1}]},
|
||||
// {bat: 'boo'}
|
||||
// ],
|
||||
// geo: {
|
||||
// lat: 38.6631,
|
||||
// lon: -90.5771
|
||||
// }
|
||||
// };
|
||||
//
|
||||
// forEachField(testDoc, function(value, fieldName) { ... });
|
||||
//
|
||||
// The iteratee would be invoked six times, with the following parameters:
|
||||
// 1. fieldName = 'foo' value = {bar: [{'baz': 1}]}
|
||||
// 2. fieldName = 'foo' value = {bat: 'boo'}
|
||||
// 3. fieldName = 'foo.bar' value = {'baz': 1}
|
||||
// 4. fieldName = 'foo.bar.baz' value = 1
|
||||
// 5. fieldName = 'foo.bat' value = 'boo'
|
||||
// 6. fieldName = 'geo' value = {lat: 38.6631, lon: -90.5771}
|
||||
//
|
||||
// forEachField handles arrays, objects, and geo_points as elasticsearch would. It does not currently handle nested
|
||||
// type fields.
|
||||
|
||||
function forEachFieldAux(value, iteratee, fieldName) {
|
||||
if (!_.isObject(value) || isGeoPointObject(value)) {
|
||||
iteratee(value, fieldName);
|
||||
}
|
||||
else if (_.isPlainObject(value)) {
|
||||
if (!_.isEmpty(fieldName)) {
|
||||
iteratee(value, fieldName);
|
||||
fieldName += '.';
|
||||
}
|
||||
_.forEach(value, (subValue, key) => {
|
||||
forEachFieldAux(subValue, iteratee, fieldName + key);
|
||||
});
|
||||
}
|
||||
else if (_.isArray(value)) {
|
||||
_.forEach(value, (subValue) => {
|
||||
forEachFieldAux(subValue, iteratee, fieldName);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export default function forEachField(object, iteratee) {
|
||||
if (!_.isPlainObject(object)) {
|
||||
throw new Error('first argument must be a plain object');
|
||||
}
|
||||
|
||||
forEachFieldAux(object, iteratee, '');
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
import _ from 'lodash';
|
||||
|
||||
export default function isGeoPointObject(object) {
|
||||
let retVal = false;
|
||||
|
||||
if (_.isPlainObject(object)) {
|
||||
const keys = _.keys(object);
|
||||
if (keys.length === 2 && _.contains(keys, 'lat') && _.contains(keys, 'lon')) {
|
||||
retVal = true;
|
||||
}
|
||||
}
|
||||
|
||||
return retVal;
|
||||
}
|
||||
|
|
@ -1,50 +0,0 @@
|
|||
<h2><em>Review the index pattern.</em>
|
||||
Here we'll define how and where to store your parsed events. We've made some intelligent guesses for you, but most
|
||||
fields can be changed if we got it wrong!
|
||||
</h2>
|
||||
|
||||
<form name="reviewStep.form">
|
||||
<div class="pattern-review form-inline">
|
||||
<div ng-show="reviewStep.errors.length" class="alert alert-danger">
|
||||
<div ng-repeat="error in reviewStep.errors">{{ error }}</div>
|
||||
</div>
|
||||
<div class="alert alert-danger"
|
||||
ng-show="reviewStep.form.pattern.$dirty && reviewStep.form.pattern.$error.lowercase">
|
||||
Index names must be all lowercase
|
||||
</div>
|
||||
<div class="alert alert-danger"
|
||||
ng-show="reviewStep.form.pattern.$dirty && reviewStep.form.pattern.$error.indexNameInput">
|
||||
An index name must not be empty and cannot contain whitespace or any of the following characters: ", *, \, <, |, ,, >, /, ?
|
||||
</div>
|
||||
|
||||
<label>{{ reviewStep.patternInput.label }}</label>
|
||||
<span id="pattern-help" class="help-block">{{ reviewStep.patternInput.helpText }}</span>
|
||||
<input name="pattern" ng-model="reviewStep.indexPattern.id"
|
||||
class="pattern-input form-control"
|
||||
novalidate
|
||||
required
|
||||
validate-index-name
|
||||
validate-lowercase
|
||||
placeholder="{{reviewStep.patternInput.placeholder}}"
|
||||
aria-describedby="pattern-help"/>
|
||||
<label>
|
||||
<input ng-model="reviewStep.isTimeBased" type="checkbox"/>
|
||||
time based
|
||||
</label>
|
||||
<label ng-if="reviewStep.isTimeBased" class="time-field-input">
|
||||
Time Field
|
||||
<select ng-model="reviewStep.indexPattern.timeFieldName" name="time_field_name" class="form-control">
|
||||
<option ng-repeat="field in reviewStep.dateFields" value="{{field}}">
|
||||
{{field}}
|
||||
</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<paginated-table
|
||||
class="pattern-review-field-table"
|
||||
columns="reviewStep.columns"
|
||||
rows="reviewStep.rows"
|
||||
per-page="10">
|
||||
</paginated-table>
|
||||
</form>
|
|
@ -1,132 +0,0 @@
|
|||
import modules from 'ui/modules';
|
||||
import template from './pattern_review_step.html';
|
||||
import _ from 'lodash';
|
||||
import editFieldTypeHTML from '../../partials/_edit_field_type.html';
|
||||
import isGeoPointObject from './lib/is_geo_point_object';
|
||||
import forEachField from './lib/for_each_field';
|
||||
import './styles/_add_data_pattern_review_step.less';
|
||||
import moment from 'moment';
|
||||
import '../../../../../../../../ui/public/directives/validate_lowercase';
|
||||
|
||||
function pickDefaultTimeFieldName(dateFields) {
|
||||
if (_.isEmpty(dateFields)) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
return _.includes(dateFields, '@timestamp') ? '@timestamp' : dateFields[0];
|
||||
}
|
||||
|
||||
function findFieldsByType(indexPatternFields, type) {
|
||||
return _.map(_.filter(indexPatternFields, {type}), 'name');
|
||||
}
|
||||
|
||||
modules.get('apps/management')
|
||||
.directive('patternReviewStep', function () {
|
||||
return {
|
||||
template: template,
|
||||
scope: {
|
||||
indexPattern: '=',
|
||||
pipeline: '=',
|
||||
sampleDoc: '=',
|
||||
defaultIndexInput: '='
|
||||
},
|
||||
controllerAs: 'reviewStep',
|
||||
bindToController: true,
|
||||
controller: function ($scope, Private) {
|
||||
this.errors = [];
|
||||
const sampleFields = {};
|
||||
|
||||
this.patternInput = {
|
||||
label: 'Index name',
|
||||
helpText: 'The name of the Elasticsearch index you want to create for your data.',
|
||||
defaultValue: '',
|
||||
placeholder: 'Name'
|
||||
};
|
||||
|
||||
if (this.defaultIndexInput) {
|
||||
this.patternInput.defaultValue = this.defaultIndexInput;
|
||||
}
|
||||
|
||||
if (_.isUndefined(this.indexPattern)) {
|
||||
this.indexPattern = {};
|
||||
}
|
||||
|
||||
forEachField(this.sampleDoc, (value, fieldName) => {
|
||||
let type = typeof value;
|
||||
|
||||
if (isGeoPointObject(value)) {
|
||||
type = 'geo_point';
|
||||
}
|
||||
|
||||
if (type === 'string' && moment(value, moment.ISO_8601).isValid()) {
|
||||
type = 'date';
|
||||
}
|
||||
|
||||
if (value === null) {
|
||||
type = 'string';
|
||||
}
|
||||
|
||||
if (!_.isUndefined(sampleFields[fieldName]) && (sampleFields[fieldName].type !== type)) {
|
||||
this.errors.push(`Error in field ${fieldName} - conflicting types '${sampleFields[fieldName].type}' and '${type}'`);
|
||||
}
|
||||
else {
|
||||
sampleFields[fieldName] = {type, value};
|
||||
}
|
||||
});
|
||||
|
||||
_.defaults(this.indexPattern, {
|
||||
id: this.patternInput.defaultValue,
|
||||
title: 'filebeat-*',
|
||||
fields: _(sampleFields)
|
||||
.map((field, fieldName) => {
|
||||
return {name: fieldName, type: field.type};
|
||||
})
|
||||
.reject({type: 'object'})
|
||||
.value()
|
||||
});
|
||||
|
||||
$scope.$watch('reviewStep.indexPattern.id', (value) => {
|
||||
this.indexPattern.title = value;
|
||||
});
|
||||
$scope.$watch('reviewStep.isTimeBased', (value) => {
|
||||
if (value) {
|
||||
this.indexPattern.timeFieldName = pickDefaultTimeFieldName(this.dateFields);
|
||||
}
|
||||
else {
|
||||
delete this.indexPattern.timeFieldName;
|
||||
}
|
||||
});
|
||||
$scope.$watch('reviewStep.indexPattern.fields', (fields) => {
|
||||
this.dateFields = findFieldsByType(fields, 'date');
|
||||
}, true);
|
||||
|
||||
|
||||
this.dateFields = findFieldsByType(this.indexPattern.fields, 'date');
|
||||
this.isTimeBased = !_.isEmpty(this.dateFields);
|
||||
|
||||
const buildRows = () => {
|
||||
this.rows = _.map(this.indexPattern.fields, (field) => {
|
||||
const {type: detectedType, value: sampleValue} = sampleFields[field.name];
|
||||
return [
|
||||
_.escape(field.name),
|
||||
{
|
||||
markup: editFieldTypeHTML,
|
||||
scope: _.assign($scope.$new(), {field: field, detectedType: detectedType, buildRows: buildRows}),
|
||||
value: field.type
|
||||
},
|
||||
typeof sampleValue === 'object' ? _.escape(JSON.stringify(sampleValue)) : _.escape(sampleValue)
|
||||
];
|
||||
});
|
||||
};
|
||||
|
||||
this.columns = [
|
||||
{title: 'Field'},
|
||||
{title: 'Type'},
|
||||
{title: 'Example', sortable: false}
|
||||
];
|
||||
|
||||
buildRows();
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
@import (reference) "../../../styles/_add_data_wizard";
|
||||
|
||||
pattern-review-step {
|
||||
margin-bottom: 14px;
|
||||
|
||||
.pattern-review {
|
||||
margin-bottom: 15px;
|
||||
|
||||
label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.time-field-input {
|
||||
padding-left: 14px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.pattern-input {
|
||||
width: 300px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
> .help-block {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
paginated-table.pattern-review-field-table {
|
||||
table {
|
||||
border-bottom: 3px solid @settings-filebeat-wizard-panel-bg;
|
||||
|
||||
tr {
|
||||
.form-group;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
background-color: @settings-filebeat-wizard-panel-bg;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
td {
|
||||
border-top: 3px solid @settings-filebeat-wizard-panel-bg;
|
||||
vertical-align: middle;
|
||||
padding-right: 14px;
|
||||
}
|
||||
|
||||
select {
|
||||
.form-control;
|
||||
.wizard-container.form-control;
|
||||
|
||||
min-width: 105px;
|
||||
}
|
||||
}
|
||||
|
||||
paginate-controls {
|
||||
position: relative;
|
||||
|
||||
ul > li > a {
|
||||
background-color: @settings-filebeat-wizard-panel-bg;
|
||||
}
|
||||
|
||||
form.pagination-size {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
@import (reference) "../../../styles/_add_data_wizard";
|
||||
|
||||
@add-data-upload-step-multi-alert-padding: 2px;
|
||||
|
||||
.bulk-results {
|
||||
.alert-warning {
|
||||
padding: @add-data-upload-step-multi-alert-padding;
|
||||
}
|
||||
|
||||
ul.errors {
|
||||
background-color: white;
|
||||
color: @text-color;
|
||||
padding: @alert-padding - @add-data-upload-step-multi-alert-padding;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.alert-title {
|
||||
display: flex;
|
||||
padding: @alert-padding - @add-data-upload-step-multi-alert-padding;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
<div ng-if="!uploadStep.created && !uploadStep.displayErrors.length">
|
||||
<h2><em>Sit back, relax, we'll take it from here.</em></h2>
|
||||
|
||||
<div class="loading-message well">
|
||||
We're loading your data now. This may take some time if you selected a large file.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div ng-if="uploadStep.created || !!uploadStep.displayErrors.length" class="bulk-results">
|
||||
<h2><em>Upload complete.</em> Let's take a look:</h2>
|
||||
|
||||
<div ng-if="uploadStep.created" class="alert alert-success">
|
||||
Created <strong>{{ uploadStep.created }}</strong> documents!<br/>
|
||||
</div>
|
||||
<div class="alert alert-warning" ng-if="!!uploadStep.displayErrors.length">
|
||||
<div class="alert-title">
|
||||
We encountered errors while indexing your data
|
||||
<a
|
||||
ng-if="uploadStep.displayErrors.length > uploadStep.defaultErrorLimit"
|
||||
ng-click="uploadStep.showAllErrors = !uploadStep.showAllErrors">
|
||||
{{uploadStep.showAllErrors ? "Show Less" : "Show More"}}
|
||||
</a>
|
||||
</div>
|
||||
<ul class="errors">
|
||||
<li ng-repeat="error in uploadStep.displayErrors">{{ error }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
|
@ -1,64 +0,0 @@
|
|||
import modules from 'ui/modules';
|
||||
import template from './upload_data_step.html';
|
||||
import _ from 'lodash';
|
||||
import IngestProvider from 'ui/ingest';
|
||||
import './styles/_add_data_upload_data_step.less';
|
||||
|
||||
function formatIndexError(errorDoc) {
|
||||
const lineNumber = errorDoc._id.substr(errorDoc._id.lastIndexOf(':') + 1);
|
||||
const errorType = errorDoc.error.type;
|
||||
const errorReason = errorDoc.error.reason;
|
||||
|
||||
return `Line ${lineNumber}: ${errorType} - ${errorReason}`;
|
||||
}
|
||||
|
||||
modules.get('apps/management')
|
||||
.directive('uploadDataStep', function () {
|
||||
return {
|
||||
template: template,
|
||||
scope: {
|
||||
results: '='
|
||||
},
|
||||
bindToController: true,
|
||||
controllerAs: 'uploadStep',
|
||||
controller: function (Notifier, $window, Private, $scope) {
|
||||
const ingest = Private(IngestProvider);
|
||||
const notify = new Notifier({
|
||||
location: 'Add Data'
|
||||
});
|
||||
|
||||
ingest.uploadCSV(this.results.file, this.results.indexPattern.id, this.results.parseOptions.delimiter)
|
||||
.then(
|
||||
(res) => {
|
||||
this.created = 0;
|
||||
this.formattedErrors = [];
|
||||
_.forEach(res.data, (response) => {
|
||||
this.created += response.created;
|
||||
this.formattedErrors = this.formattedErrors.concat(_.map(_.get(response, 'errors.index'), formatIndexError));
|
||||
if (!_.isEmpty(_.get(response, 'errors.other'))) {
|
||||
this.formattedErrors = this.formattedErrors.concat(response.errors.other);
|
||||
}
|
||||
});
|
||||
},
|
||||
(err) => {
|
||||
notify.error(err);
|
||||
$window.scrollTo(0, 0);
|
||||
}
|
||||
);
|
||||
|
||||
this.showAllErrors = false;
|
||||
this.defaultErrorLimit = 10;
|
||||
this.displayErrors = [];
|
||||
$scope.$watchGroup(['uploadStep.formattedErrors', 'uploadStep.showAllErrors'], (newValues) => {
|
||||
const [formattedErrors, showAllErrors] = newValues;
|
||||
|
||||
if (showAllErrors && formattedErrors) {
|
||||
this.displayErrors = formattedErrors;
|
||||
}
|
||||
else if (formattedErrors) {
|
||||
this.displayErrors = formattedErrors.slice(0, this.defaultErrorLimit + 1);
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
|
@ -1,110 +0,0 @@
|
|||
<div class="wizard-container">
|
||||
<div class="wizard-step-headings" ng-class="{complete: wizard.complete}">
|
||||
<span ng-class="{active: wizard.currentStep === 0}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.setCurrentStep(0)">
|
||||
1. Paste
|
||||
</span>
|
||||
<span ng-class="{active: wizard.currentStep === 1, aheadActive: wizard.currentStep < 1}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.currentStep < 1 || wizard.setCurrentStep(1)">
|
||||
2. Parse
|
||||
</span>
|
||||
<span ng-class="{active: wizard.currentStep === 2, aheadActive: wizard.currentStep < 2}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.currentStep < 2 || wizard.setCurrentStep(2)">
|
||||
3. Review
|
||||
</span>
|
||||
<span ng-class="{active: wizard.currentStep === 3, aheadActive: wizard.currentStep < 3}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.currentStep < 3 || wizard.setCurrentStep(3)">
|
||||
4. Install Filebeat
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div ng-switch="wizard.currentStep">
|
||||
<div ng-switch-when="0">
|
||||
<paste-samples-step samples="wizard.stepResults.samples" raw-samples="wizard.stepResults.rawSamples"></paste-samples-step>
|
||||
<div class="wizard-nav-buttons">
|
||||
<div></div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-disabled="!wizard.stepResults.samples"
|
||||
ng-click="wizard.nextStep()">
|
||||
Next
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-switch-when="1">
|
||||
<pipeline-setup
|
||||
pipeline="wizard.stepResults.pipeline"
|
||||
samples="wizard.stepResults.samples">
|
||||
</pipeline-setup>
|
||||
|
||||
<div class="wizard-nav-buttons">
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-secondary"
|
||||
ng-click="wizard.prevStep()">
|
||||
Prev
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-click="wizard.nextStep()">
|
||||
Next
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-switch-when="2">
|
||||
<pattern-review-step
|
||||
index-pattern="wizard.stepResults.indexPattern"
|
||||
pipeline="wizard.stepResults.pipeline"
|
||||
sample-doc="wizard.stepResults.pipeline.output">
|
||||
</pattern-review-step>
|
||||
|
||||
<div class="wizard-nav-buttons">
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-secondary"
|
||||
ng-click="wizard.prevStep()">
|
||||
Prev
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-disabled="!wizard.stepResults.indexPattern || !wizard.stepResults.indexPattern.id"
|
||||
ng-click="wizard.save()">
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-switch-when="3">
|
||||
<install-filebeat-step results="wizard.stepResults"></install-filebeat-step>
|
||||
|
||||
<div class="wizard-nav-buttons">
|
||||
<div></div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-click="wizard.nextStep()">
|
||||
Done
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,99 +0,0 @@
|
|||
import modules from 'ui/modules';
|
||||
import template from 'plugins/kibana/management/sections/indices/filebeat/directives/filebeat_wizard.html';
|
||||
import IngestProvider from 'ui/ingest';
|
||||
import 'plugins/kibana/management/sections/indices/add_data_steps/pattern_review_step';
|
||||
import 'plugins/kibana/management/sections/indices/add_data_steps/paste_samples_step';
|
||||
import 'plugins/kibana/management/sections/indices/add_data_steps/install_filebeat_step';
|
||||
import '../../styles/_add_data_wizard.less';
|
||||
|
||||
// wrapper directive, which sets up the breadcrumb for all filebeat steps
|
||||
modules.get('apps/management')
|
||||
.directive('filebeatWizard', function () {
|
||||
return {
|
||||
restrict: 'E',
|
||||
template: template,
|
||||
scope: {},
|
||||
bindToController: true,
|
||||
controllerAs: 'wizard',
|
||||
controller: function ($scope, AppState, safeConfirm, kbnUrl, Notifier, $window, Private) {
|
||||
const ingest = Private(IngestProvider);
|
||||
const $state = this.state = new AppState();
|
||||
|
||||
var notify = new Notifier({
|
||||
location: 'Add Data'
|
||||
});
|
||||
|
||||
var totalSteps = 4;
|
||||
this.stepResults = {};
|
||||
|
||||
this.setCurrentStep = (step) => {
|
||||
if (!this.complete) {
|
||||
$state.currentStep = step;
|
||||
$state.save();
|
||||
}
|
||||
};
|
||||
this.setCurrentStep(0);
|
||||
|
||||
this.nextStep = () => {
|
||||
if ($state.currentStep + 1 < totalSteps) {
|
||||
this.setCurrentStep($state.currentStep + 1);
|
||||
}
|
||||
else if ($state.currentStep + 1 === totalSteps) {
|
||||
kbnUrl.change('/discover');
|
||||
}
|
||||
};
|
||||
|
||||
this.prevStep = () => {
|
||||
if ($state.currentStep > 0) {
|
||||
this.setCurrentStep($state.currentStep - 1);
|
||||
}
|
||||
};
|
||||
|
||||
this.save = () => {
|
||||
const processors = this.stepResults.pipeline.processors.map(processor => processor.model);
|
||||
return ingest.save(this.stepResults.indexPattern, processors)
|
||||
.then(
|
||||
() => {
|
||||
this.nextStep();
|
||||
},
|
||||
(err) => {
|
||||
notify.error(err);
|
||||
$window.scrollTo(0,0);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
$scope.$watch('wizard.state.currentStep', (newValue, oldValue) => {
|
||||
if (this.complete) {
|
||||
$state.currentStep = totalSteps - 1;
|
||||
$state.save();
|
||||
return;
|
||||
}
|
||||
if (newValue + 1 === totalSteps) {
|
||||
this.complete = true;
|
||||
}
|
||||
if (newValue < oldValue) {
|
||||
return safeConfirm('Going back will reset any changes you\'ve made to this step, do you want to continue?')
|
||||
.then(
|
||||
() => {
|
||||
if ($state.currentStep < 1) {
|
||||
delete this.stepResults.pipeline;
|
||||
}
|
||||
if ($state.currentStep < 2) {
|
||||
delete this.stepResults.indexPattern;
|
||||
}
|
||||
this.currentStep = newValue;
|
||||
},
|
||||
() => {
|
||||
$state.currentStep = oldValue;
|
||||
$state.save();
|
||||
}
|
||||
);
|
||||
}
|
||||
else {
|
||||
this.currentStep = newValue;
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
|
@ -1,3 +0,0 @@
|
|||
<kbn-management-app section="data">
|
||||
<filebeat-wizard/>
|
||||
</kbn-management-app>
|
|
@ -1,8 +0,0 @@
|
|||
import routes from 'ui/routes';
|
||||
import template from 'plugins/kibana/management/sections/indices/filebeat/index.html';
|
||||
import 'plugins/kibana/management/sections/indices/filebeat/directives/filebeat_wizard';
|
||||
|
||||
|
||||
routes.when('/management/data/filebeat', {
|
||||
template: template
|
||||
});
|
|
@ -2,7 +2,6 @@ import management from 'ui/management';
|
|||
import 'plugins/kibana/management/sections/indices/_create';
|
||||
import 'plugins/kibana/management/sections/indices/_edit';
|
||||
import 'plugins/kibana/management/sections/indices/_field_editor';
|
||||
import 'plugins/kibana/management/sections/indices/upload';
|
||||
import uiRoutes from 'ui/routes';
|
||||
import uiModules from 'ui/modules';
|
||||
import indexTemplate from 'plugins/kibana/management/sections/indices/index.html';
|
||||
|
|
|
@ -1,90 +0,0 @@
|
|||
<div class="wizard-container">
|
||||
<div class="wizard-step-headings" ng-class="{complete: wizard.complete}">
|
||||
<span
|
||||
ng-class="{active: wizard.currentStep === 0}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.setCurrentStep(0)">
|
||||
1. Select
|
||||
</span>
|
||||
<span
|
||||
ng-class="{active: wizard.currentStep === 1, aheadActive: wizard.currentStep < 1}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.currentStep < 1 || wizard.setCurrentStep(1)">
|
||||
2. Review
|
||||
</span>
|
||||
<span
|
||||
ng-class="{active: wizard.currentStep === 2, aheadActive: wizard.currentStep < 2}"
|
||||
class="wizard-step-heading"
|
||||
ng-click="wizard.currentStep < 2 || wizard.setCurrentStep(2)">
|
||||
3. Upload
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div ng-switch="wizard.currentStep">
|
||||
<div ng-switch-when="0">
|
||||
<parse-csv-step file="wizard.stepResults.file" parse-options="wizard.stepResults.parseOptions" samples="wizard.stepResults.samples"></parse-csv-step>
|
||||
<div class="wizard-nav-buttons">
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-secondary"
|
||||
ng-disabled="!wizard.stepResults.file"
|
||||
ng-click="wizard.stepResults = undefined">
|
||||
Reset
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-disabled="!wizard.stepResults.samples"
|
||||
ng-click="wizard.nextStep()">
|
||||
Next
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-switch-when="1">
|
||||
<pattern-review-step
|
||||
index-pattern="wizard.stepResults.indexPattern"
|
||||
default-index-input="data"
|
||||
sample-doc="wizard.stepResults.samples[0]">
|
||||
</pattern-review-step>
|
||||
|
||||
<div class="wizard-nav-buttons">
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-secondary"
|
||||
ng-click="wizard.prevStep()">
|
||||
Prev
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-disabled="!wizard.stepResults.indexPattern || !wizard.stepResults.indexPattern.id"
|
||||
ng-click="wizard.save()">
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-switch-when="2">
|
||||
<upload-data-step results="wizard.stepResults"></upload-data-step>
|
||||
|
||||
<div class="wizard-nav-buttons">
|
||||
<div></div>
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-primary"
|
||||
ng-click="wizard.nextStep()">
|
||||
Done
|
||||
</button>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,101 +0,0 @@
|
|||
import _ from 'lodash';
|
||||
import modules from 'ui/modules';
|
||||
import template from 'plugins/kibana/management/sections/indices/upload/directives/upload_wizard.html';
|
||||
import IngestProvider from 'ui/ingest';
|
||||
import 'plugins/kibana/management/sections/indices/add_data_steps/pattern_review_step';
|
||||
import 'plugins/kibana/management/sections/indices/add_data_steps/parse_csv_step';
|
||||
import 'plugins/kibana/management/sections/indices/add_data_steps/upload_data_step';
|
||||
import '../../styles/_add_data_wizard.less';
|
||||
|
||||
modules.get('apps/management')
|
||||
.directive('uploadWizard', function () {
|
||||
return {
|
||||
restrict: 'E',
|
||||
template: template,
|
||||
scope: {},
|
||||
bindToController: true,
|
||||
controllerAs: 'wizard',
|
||||
controller: function ($scope, AppState, safeConfirm, kbnUrl, Notifier, $window, Private) {
|
||||
const ingest = Private(IngestProvider);
|
||||
const $state = this.state = new AppState();
|
||||
|
||||
var notify = new Notifier({
|
||||
location: 'Add Data'
|
||||
});
|
||||
|
||||
var totalSteps = 3;
|
||||
this.stepResults = {};
|
||||
|
||||
this.setCurrentStep = (step) => {
|
||||
if (!this.complete) {
|
||||
$state.currentStep = step;
|
||||
$state.save();
|
||||
}
|
||||
};
|
||||
this.setCurrentStep(0);
|
||||
|
||||
this.nextStep = () => {
|
||||
if ($state.currentStep + 1 < totalSteps) {
|
||||
this.setCurrentStep($state.currentStep + 1);
|
||||
}
|
||||
else if ($state.currentStep + 1 === totalSteps) {
|
||||
kbnUrl.change('/discover', null, {index: this.stepResults.indexPattern.id});
|
||||
}
|
||||
};
|
||||
|
||||
this.prevStep = () => {
|
||||
if ($state.currentStep > 0) {
|
||||
this.setCurrentStep($state.currentStep - 1);
|
||||
}
|
||||
};
|
||||
|
||||
this.save = () => {
|
||||
return ingest.save(this.stepResults.indexPattern)
|
||||
.then(
|
||||
() => {
|
||||
this.nextStep();
|
||||
},
|
||||
(err) => {
|
||||
notify.error(err);
|
||||
$window.scrollTo(0,0);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
$scope.$watch('wizard.state.currentStep', (newValue, oldValue) => {
|
||||
if (_.isUndefined(newValue)) {
|
||||
$state.currentStep = oldValue;
|
||||
$state.save();
|
||||
return;
|
||||
}
|
||||
if (this.complete) {
|
||||
$state.currentStep = totalSteps - 1;
|
||||
$state.save();
|
||||
return;
|
||||
}
|
||||
if (newValue + 1 === totalSteps) {
|
||||
this.complete = true;
|
||||
}
|
||||
if (newValue < oldValue) {
|
||||
return safeConfirm('Going back will reset any changes you\'ve made to this step, do you want to continue?')
|
||||
.then(
|
||||
() => {
|
||||
if ($state.currentStep < 1) {
|
||||
delete this.stepResults.indexPattern;
|
||||
}
|
||||
this.currentStep = newValue;
|
||||
},
|
||||
() => {
|
||||
$state.currentStep = oldValue;
|
||||
$state.save();
|
||||
}
|
||||
);
|
||||
}
|
||||
else {
|
||||
this.currentStep = newValue;
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<kbn-management-app section="data">
|
||||
<upload-wizard />
|
||||
</kbn-management-app>
|
|
@ -1,14 +0,0 @@
|
|||
import management from 'ui/management';
|
||||
import routes from 'ui/routes';
|
||||
import template from 'plugins/kibana/management/sections/indices/upload/index.html';
|
||||
import './directives/upload_wizard';
|
||||
|
||||
routes.when('/management/data/csv/', {
|
||||
template: template
|
||||
});
|
||||
|
||||
management.getSection('data').register('csv', {
|
||||
display: 'Upload CSV',
|
||||
order: 10,
|
||||
url: '#/management/data/csv/'
|
||||
});
|
|
@ -1,15 +1,9 @@
|
|||
import { registerPost } from './register_post';
|
||||
import { registerDelete } from './register_delete';
|
||||
import { registerProcessors } from './register_processors';
|
||||
import { registerSimulate } from './register_simulate';
|
||||
import { registerData } from './register_data';
|
||||
import { registerFieldCapabilities } from './register_field_capabilities';
|
||||
|
||||
export default function (server) {
|
||||
registerPost(server);
|
||||
registerDelete(server);
|
||||
registerProcessors(server);
|
||||
registerSimulate(server);
|
||||
registerData(server);
|
||||
registerFieldCapabilities(server);
|
||||
}
|
||||
|
|
|
@ -1,99 +0,0 @@
|
|||
import { Promise } from 'bluebird';
|
||||
import parse from 'csv-parse';
|
||||
import _ from 'lodash';
|
||||
import hi from 'highland';
|
||||
import { patternToIngest } from '../../../../common/lib/convert_pattern_and_ingest_name';
|
||||
import { PassThrough } from 'stream';
|
||||
import JSONStream from 'JSONStream';
|
||||
|
||||
export function registerData(server) {
|
||||
const maxBytes = server.config().get('kibana.addDataMaxBytes');
|
||||
|
||||
server.route({
|
||||
path: '/api/kibana/{id}/_data',
|
||||
method: 'POST',
|
||||
config: {
|
||||
payload: {
|
||||
output: 'stream',
|
||||
maxBytes
|
||||
}
|
||||
},
|
||||
handler: function (req, reply) {
|
||||
const boundCallWithRequest = _.partial(server.plugins.elasticsearch.callWithRequest, req);
|
||||
const indexPattern = req.params.id;
|
||||
const usePipeline = req.query.pipeline === 'true';
|
||||
const delimiter = _.get(req.query, 'csv_delimiter', ',');
|
||||
const responseStream = new PassThrough();
|
||||
const parser = parse({
|
||||
columns: true,
|
||||
auto_parse: true,
|
||||
delimiter: delimiter,
|
||||
skip_empty_lines: true
|
||||
});
|
||||
|
||||
const csv = req.payload.csv ? req.payload.csv : req.payload;
|
||||
const fileName = req.payload.csv ? csv.hapi.filename : '';
|
||||
|
||||
let currentLine = 2; // Starts at 2 since we parse the header separately
|
||||
|
||||
csv.pipe(parser);
|
||||
|
||||
hi(parser)
|
||||
.consume((err, doc, push, next) => {
|
||||
if (err) {
|
||||
push(err, null);
|
||||
next();
|
||||
}
|
||||
else if (doc === hi.nil) {
|
||||
// pass nil (end event) along the stream
|
||||
push(null, doc);
|
||||
}
|
||||
else {
|
||||
push(null, {index: _.isEmpty(fileName) ? {} : {_id: `${fileName}:${currentLine}`}});
|
||||
push(null, doc);
|
||||
currentLine++;
|
||||
next();
|
||||
}
|
||||
})
|
||||
.batch(200)
|
||||
.map((bulkBody) => {
|
||||
const bulkParams = {
|
||||
index: indexPattern,
|
||||
type: 'default',
|
||||
body: bulkBody
|
||||
};
|
||||
|
||||
if (usePipeline) {
|
||||
bulkParams.pipeline = patternToIngest(indexPattern);
|
||||
}
|
||||
|
||||
return hi(boundCallWithRequest('bulk', bulkParams));
|
||||
})
|
||||
.parallel(2)
|
||||
.map((response) => {
|
||||
return _.reduce(response.items, (memo, docResponse) => {
|
||||
const indexResult = docResponse.index;
|
||||
if (indexResult.error) {
|
||||
const hasIndexingErrors = _.isUndefined(_.get(memo, 'errors.index'));
|
||||
if (hasIndexingErrors) {
|
||||
_.set(memo, 'errors.index', []);
|
||||
}
|
||||
memo.errors.index.push(_.pick(indexResult, ['_id', 'error']));
|
||||
}
|
||||
else {
|
||||
memo.created++;
|
||||
}
|
||||
|
||||
return memo;
|
||||
}, {created: 0});
|
||||
})
|
||||
.stopOnError((err, push) => {
|
||||
push(null, {created: 0, errors: {other: [err.message]}});
|
||||
})
|
||||
.pipe(JSONStream.stringify())
|
||||
.pipe(responseStream);
|
||||
|
||||
reply(responseStream).type('application/json');
|
||||
}
|
||||
});
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
import Promise from 'bluebird';
|
||||
import handleESError from '../../../lib/handle_es_error';
|
||||
import {ingestToPattern, patternToIngest} from '../../../../common/lib/convert_pattern_and_ingest_name';
|
||||
|
||||
export function registerDelete(server) {
|
||||
server.route({
|
||||
path: '/api/kibana/ingest/{id}',
|
||||
method: 'DELETE',
|
||||
handler: function (req, reply) {
|
||||
const kibanaIndex = server.config().get('kibana.index');
|
||||
const callWithRequest = server.plugins.elasticsearch.callWithRequest;
|
||||
const deletePatternParams = {
|
||||
index: kibanaIndex,
|
||||
type: 'index-pattern',
|
||||
id: req.params.id
|
||||
};
|
||||
|
||||
Promise.all([
|
||||
callWithRequest(req, 'delete', deletePatternParams),
|
||||
callWithRequest(req, 'indices.deleteTemplate', {name: patternToIngest(req.params.id), ignore: [404]})
|
||||
])
|
||||
.then(
|
||||
function (pattern) {
|
||||
reply({success: true});
|
||||
},
|
||||
function (error) {
|
||||
reply(handleESError(error));
|
||||
}
|
||||
);
|
||||
}
|
||||
});
|
||||
};
|
|
@ -1,105 +0,0 @@
|
|||
import Boom from 'boom';
|
||||
import _ from 'lodash';
|
||||
import ingestConfigSchema from '../../../lib/schemas/resources/ingest_config_schema';
|
||||
import handleESError from '../../../lib/handle_es_error';
|
||||
import createMappingsFromPatternFields from '../../../lib/create_mappings_from_pattern_fields';
|
||||
import initDefaultFieldProps from '../../../lib/init_default_field_props';
|
||||
import {ingestToPattern, patternToIngest} from '../../../../common/lib/convert_pattern_and_ingest_name';
|
||||
import { keysToCamelCaseShallow } from '../../../../common/lib/case_conversion';
|
||||
|
||||
export function registerPost(server) {
|
||||
const kibanaIndex = server.config().get('kibana.index');
|
||||
|
||||
function patternRollback(rootError, indexPatternId, boundCallWithRequest) {
|
||||
const deleteParams = {
|
||||
index: kibanaIndex,
|
||||
type: 'index-pattern',
|
||||
id: indexPatternId
|
||||
};
|
||||
|
||||
return boundCallWithRequest('delete', deleteParams)
|
||||
.then(
|
||||
() => {
|
||||
throw rootError;
|
||||
},
|
||||
(patternDeletionError) => {
|
||||
throw new Error(
|
||||
`index-pattern ${indexPatternId} created successfully but index template
|
||||
creation failed. Failed to rollback index-pattern creation, must delete manually.
|
||||
${patternDeletionError.toString()}
|
||||
${rootError.toString()}`
|
||||
);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
server.route({
|
||||
path: '/api/kibana/ingest',
|
||||
method: 'POST',
|
||||
config: {
|
||||
validate: {
|
||||
payload: ingestConfigSchema
|
||||
}
|
||||
},
|
||||
handler: async function (req, reply) {
|
||||
const uiSettings = server.uiSettings();
|
||||
const metaFields = await uiSettings.get('metaFields');
|
||||
const boundCallWithRequest = _.partial(server.plugins.elasticsearch.callWithRequest, req);
|
||||
const requestDocument = _.cloneDeep(req.payload);
|
||||
const indexPattern = keysToCamelCaseShallow(requestDocument.index_pattern);
|
||||
const indexPatternId = indexPattern.id;
|
||||
const ingestConfigName = patternToIngest(indexPatternId);
|
||||
delete indexPattern.id;
|
||||
|
||||
const mappings = createMappingsFromPatternFields(indexPattern.fields);
|
||||
const indexPatternMetaFields = _.map(metaFields, name => ({name}));
|
||||
|
||||
indexPattern.fields = initDefaultFieldProps(indexPattern.fields.concat(indexPatternMetaFields));
|
||||
indexPattern.fields = JSON.stringify(indexPattern.fields);
|
||||
indexPattern.fieldFormatMap = JSON.stringify(indexPattern.fieldFormatMap);
|
||||
|
||||
// Set up call with request params
|
||||
const patternCreateParams = {
|
||||
index: kibanaIndex,
|
||||
type: 'index-pattern',
|
||||
id: indexPatternId,
|
||||
body: indexPattern
|
||||
};
|
||||
|
||||
const templateParams = {
|
||||
order: 1,
|
||||
create: true,
|
||||
name: ingestConfigName,
|
||||
body: {
|
||||
template: indexPatternId,
|
||||
mappings: {
|
||||
_default_: {
|
||||
properties: mappings
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
return boundCallWithRequest('indices.exists', {index: indexPatternId})
|
||||
.then((matchingIndices) => {
|
||||
if (matchingIndices) {
|
||||
throw Boom.conflict('Cannot create an index pattern via this API if existing indices already match the pattern');
|
||||
}
|
||||
|
||||
return boundCallWithRequest('create', patternCreateParams)
|
||||
.then(() => {
|
||||
return boundCallWithRequest('indices.putTemplate', templateParams)
|
||||
.catch((templateError) => {return patternRollback(templateError, indexPatternId, boundCallWithRequest);});
|
||||
});
|
||||
})
|
||||
.then(
|
||||
function () {
|
||||
reply().code(204);
|
||||
},
|
||||
function (error) {
|
||||
reply(handleESError(error));
|
||||
}
|
||||
);
|
||||
}
|
||||
});
|
||||
};
|
|
@ -1,203 +0,0 @@
|
|||
define(function (require) {
|
||||
var Promise = require('bluebird');
|
||||
var _ = require('intern/dojo/node!lodash');
|
||||
var expect = require('intern/dojo/node!expect.js');
|
||||
var fakeNamesIndexTemplate = require('intern/dojo/node!../../fixtures/fake_names_index_template.json');
|
||||
var fs = require('intern/dojo/node!fs');
|
||||
|
||||
return function (bdd, scenarioManager, request) {
|
||||
const es = scenarioManager.client;
|
||||
bdd.describe('_data', function () {
|
||||
|
||||
bdd.beforeEach(function () {
|
||||
return es.indices.putTemplate({
|
||||
name: 'names',
|
||||
body: fakeNamesIndexTemplate
|
||||
});
|
||||
});
|
||||
|
||||
bdd.afterEach(function () {
|
||||
return es.indices.delete({
|
||||
index: 'names',
|
||||
ignore: 404
|
||||
})
|
||||
.then(() => {
|
||||
return es.indices.deleteTemplate({name: 'names'});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should accept a multipart/form-data request with a csv file attached', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names.csv')
|
||||
.expect(200);
|
||||
});
|
||||
|
||||
bdd.it('should also accept the raw csv data in the payload body', function () {
|
||||
var csvData = fs.readFileSync('test/unit/fixtures/fake_names_big.csv', {encoding: 'utf8'});
|
||||
|
||||
return request.post('/kibana/names/_data')
|
||||
.send(csvData)
|
||||
.expect(200);
|
||||
});
|
||||
|
||||
bdd.it('should return JSON results', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names.csv')
|
||||
.expect('Content-Type', /json/)
|
||||
.expect(200);
|
||||
});
|
||||
|
||||
bdd.it('should index one document per row in the csv', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names.csv')
|
||||
.expect(200)
|
||||
.then(() => {
|
||||
return es.indices.refresh()
|
||||
.then(() => {
|
||||
return es.count({ index: 'names' })
|
||||
.then((res) => {
|
||||
expect(res.count).to.be(100);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should stream a chunked response', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names.csv')
|
||||
.expect('Transfer-Encoding', 'chunked')
|
||||
.expect(200);
|
||||
});
|
||||
|
||||
bdd.it('should respond with an array of one or more "result objects"', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names_big.csv')
|
||||
.expect(200)
|
||||
.then((dataResponse) => {
|
||||
expect(dataResponse.body.length).to.be(14);
|
||||
});
|
||||
});
|
||||
|
||||
bdd.describe('result objects', function () {
|
||||
|
||||
bdd.it('should include a count of created documents', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names.csv')
|
||||
.expect(200)
|
||||
.then((dataResponse) => {
|
||||
expect(dataResponse.body[0]).to.have.property('created');
|
||||
expect(dataResponse.body[0].created).to.be(100);
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should report any indexing errors per document under an "errors.index" key', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names_with_mapping_errors.csv')
|
||||
.expect(200)
|
||||
.then((dataResponse) => {
|
||||
expect(dataResponse.body[0]).to.have.property('created');
|
||||
expect(dataResponse.body[0].created).to.be(98);
|
||||
expect(dataResponse.body[0]).to.have.property('errors');
|
||||
expect(dataResponse.body[0].errors).to.have.property('index');
|
||||
expect(dataResponse.body[0].errors.index.length).to.be(2);
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should use the filename and line numbers as document IDs', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names_with_mapping_errors.csv')
|
||||
.expect(200)
|
||||
.then((dataResponse) => {
|
||||
const id = dataResponse.body[0].errors.index[0]._id;
|
||||
expect(id).to.be('fake_names_with_mapping_errors.csv:2');
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should report any csv parsing errors under an "errors.other" key', function () {
|
||||
return request.post('/kibana/names/_data')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names_with_parse_errors.csv')
|
||||
.expect(200)
|
||||
.then((dataResponse) => {
|
||||
// parse errors immediately abort indexing
|
||||
expect(dataResponse.body[0]).to.have.property('created');
|
||||
expect(dataResponse.body[0].created).to.be(0);
|
||||
|
||||
expect(dataResponse.body[0]).to.have.property('errors');
|
||||
expect(dataResponse.body[0].errors).to.have.property('other');
|
||||
expect(dataResponse.body[0].errors.other.length).to.be(1);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
bdd.describe('optional parameters', function () {
|
||||
bdd.it('should accept a custom csv_delimiter query string param for parsing the CSV', function () {
|
||||
return request.post('/kibana/names/_data?csv_delimiter=|')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names_pipe_delimited.csv')
|
||||
.expect(200)
|
||||
.then((dataResponse) => {
|
||||
expect(dataResponse.body[0]).to.have.property('created');
|
||||
expect(dataResponse.body[0].created).to.be(2);
|
||||
expect(dataResponse.body[0]).to.not.have.property('errors');
|
||||
|
||||
return es.indices.refresh();
|
||||
})
|
||||
.then(() => {
|
||||
return es.search({
|
||||
index: 'names'
|
||||
});
|
||||
})
|
||||
.then((searchResponse) => {
|
||||
const doc = _.get(searchResponse, 'hits.hits[0]._source');
|
||||
expect(doc).to.only.have.keys('Number', 'Gender', 'NameSet');
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should accept a boolean pipeline query string parameter enabling use of the index pattern\'s associated pipeline',
|
||||
function () {
|
||||
return es.transport.request({
|
||||
path: '_ingest/pipeline/kibana-names',
|
||||
method: 'put',
|
||||
body: {
|
||||
processors: [
|
||||
{
|
||||
set: {
|
||||
field: 'foo',
|
||||
value: 'bar'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
})
|
||||
.then((res) => {
|
||||
return request.post('/kibana/names/_data?pipeline=true')
|
||||
.attach('csv', 'test/unit/fixtures/fake_names.csv')
|
||||
.expect(200);
|
||||
})
|
||||
.then(() => {
|
||||
return es.indices.refresh();
|
||||
})
|
||||
.then(() => {
|
||||
return es.search({
|
||||
index: 'names'
|
||||
});
|
||||
})
|
||||
.then((searchResponse) => {
|
||||
_.forEach(searchResponse.hits.hits, (doc) => {
|
||||
expect(doc._source).to.have.property('foo');
|
||||
expect(doc._source.foo).to.be('bar');
|
||||
});
|
||||
return searchResponse;
|
||||
})
|
||||
.finally(() => {
|
||||
return es.transport.request({
|
||||
path: '_ingest/pipeline/kibana-names',
|
||||
method: 'delete'
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
};
|
||||
});
|
|
@ -1,63 +0,0 @@
|
|||
define(function (require) {
|
||||
var Promise = require('bluebird');
|
||||
var createTestData = require('intern/dojo/node!../../../unit/api/ingest/data');
|
||||
var _ = require('intern/dojo/node!lodash');
|
||||
var expect = require('intern/dojo/node!expect.js');
|
||||
|
||||
|
||||
return function (bdd, scenarioManager, request) {
|
||||
|
||||
bdd.describe('DELETE ingest', function deleteIngestConfig() {
|
||||
|
||||
bdd.beforeEach(function () {
|
||||
return scenarioManager.reload('emptyKibana')
|
||||
.then(function () {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204);
|
||||
});
|
||||
});
|
||||
|
||||
bdd.afterEach(function () {
|
||||
return request.del('/kibana/ingest/logstash-*')
|
||||
.then(function () {
|
||||
return scenarioManager.client.indices.deleteTemplate({name: 'kibana-logstash-*'})
|
||||
.catch(function (err) {
|
||||
if (err.status !== 404) {
|
||||
throw err;
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should return 200 for successful deletion of pattern and template', function () {
|
||||
return request.del('/kibana/ingest/logstash-*')
|
||||
.expect(200)
|
||||
.then(function () {
|
||||
return request.get('/kibana/ingest/logstash-*').expect(404);
|
||||
})
|
||||
.then(function () {
|
||||
return scenarioManager.client.indices.getTemplate({name: 'kibana-logstash-*'})
|
||||
.catch(function (error) {
|
||||
expect(error.status).to.be(404);
|
||||
});
|
||||
})
|
||||
.then(function () {
|
||||
return scenarioManager.client.transport.request({
|
||||
path: '_ingest/pipeline/kibana-logstash-*',
|
||||
method: 'GET'
|
||||
})
|
||||
.catch(function (error) {
|
||||
expect(error.status).to.be(404);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should return 404 for a non-existent id', function () {
|
||||
return request.del('/kibana/ingest/doesnotexist')
|
||||
.expect(404);
|
||||
});
|
||||
|
||||
});
|
||||
};
|
||||
});
|
|
@ -1,216 +0,0 @@
|
|||
define(function (require) {
|
||||
var Promise = require('bluebird');
|
||||
var createTestData = require('intern/dojo/node!../../../unit/api/ingest/data');
|
||||
var _ = require('intern/dojo/node!lodash');
|
||||
var expect = require('intern/dojo/node!expect.js');
|
||||
|
||||
return function (bdd, scenarioManager, request) {
|
||||
bdd.describe('POST ingest', function postIngest() {
|
||||
|
||||
bdd.beforeEach(function () {
|
||||
return scenarioManager.reload('emptyKibana');
|
||||
});
|
||||
|
||||
bdd.afterEach(function () {
|
||||
return request.del('/kibana/ingest/logstash-*')
|
||||
.then(function () {
|
||||
return scenarioManager.client.indices.delete({
|
||||
index: 'logstash-*'
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should return 400 for an invalid payload', function invalidPayload() {
|
||||
return Promise.all([
|
||||
request.post('/kibana/ingest').expect(400),
|
||||
|
||||
request.post('/kibana/ingest')
|
||||
.send({})
|
||||
.expect(400),
|
||||
|
||||
request.post('/kibana/ingest')
|
||||
.send(_.set(createTestData(), 'index_pattern.title', false))
|
||||
.expect(400),
|
||||
|
||||
request.post('/kibana/ingest')
|
||||
.send(_.set(createTestData(), 'index_pattern.fields', {}))
|
||||
.expect(400),
|
||||
|
||||
request.post('/kibana/ingest')
|
||||
.send(_.set(createTestData(), 'index_pattern.fields', []))
|
||||
.expect(400),
|
||||
|
||||
// Fields must have a name and type
|
||||
request.post('/kibana/ingest')
|
||||
.send(_.set(createTestData(), 'index_pattern.fields', [{count: 0}]))
|
||||
.expect(400)
|
||||
]);
|
||||
});
|
||||
|
||||
bdd.it('should return 204 when an ingest config is successfully created', function createIngestConfig() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204);
|
||||
});
|
||||
|
||||
bdd.it('should create an index template if a fields array is included', function createTemplate() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204)
|
||||
.then(function () {
|
||||
return scenarioManager.client.indices.getTemplate({name: 'kibana-logstash-*'});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should successfully create new indices based on the template', function newIndices() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204)
|
||||
.then(function () {
|
||||
return scenarioManager.client.create({
|
||||
index: 'logstash-1',
|
||||
type: 'foo',
|
||||
id: '1',
|
||||
body: {
|
||||
ip: '192.168.1.1',
|
||||
'@timestamp': '2015-09-20T10:28:22.684Z',
|
||||
agent: 'Jack',
|
||||
bytes: 9001,
|
||||
geo: {coordinates: {lat: 43.07260861, lon: -92.61077833}}
|
||||
}
|
||||
})
|
||||
.then(function (response) {
|
||||
expect(response.created).to.be.ok();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should provide defaults for field properties', function createTemplate() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204)
|
||||
.then(function () {
|
||||
return scenarioManager.client.get({
|
||||
index: '.kibana',
|
||||
type: 'index-pattern',
|
||||
id: 'logstash-*'
|
||||
})
|
||||
.then(function (res) {
|
||||
var fields = JSON.parse(res._source.fields);
|
||||
// @timestamp was created with only name and type, all other fields should be set as defaults by API
|
||||
expect(res._source.title).to.be('logstash-*');
|
||||
expect(fields[1].name).to.be('@timestamp');
|
||||
expect(fields[1].type).to.be('date');
|
||||
expect(fields[1].count).to.be(0);
|
||||
expect(fields[1].scripted).to.be(false);
|
||||
expect(fields[1].indexed).to.be(true);
|
||||
expect(fields[1].analyzed).to.be(false);
|
||||
expect(fields[1].doc_values).to.be(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should include meta fields specified in uiSettings in the index pattern', function metaFields() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204)
|
||||
.then(function () {
|
||||
return scenarioManager.client.get({
|
||||
index: '.kibana',
|
||||
type: 'index-pattern',
|
||||
id: 'logstash-*'
|
||||
})
|
||||
.then(function (res) {
|
||||
const fields = JSON.parse(res._source.fields);
|
||||
const sourceField = _.find(fields, {name: '_source'});
|
||||
expect(sourceField).to.be.ok();
|
||||
expect(sourceField).to.have.property('name', '_source');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should create index template with _default_ mappings based on the info in the ingest config',
|
||||
function createTemplate() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204)
|
||||
.then(function () {
|
||||
return scenarioManager.client.indices.getTemplate({name: 'kibana-logstash-*'})
|
||||
.then(function (template) {
|
||||
var mappings = template['kibana-logstash-*'].mappings._default_.properties;
|
||||
expect(mappings).to.be.ok();
|
||||
expect(_.isEqual(mappings.ip, {index: true, type: 'ip', doc_values: true})).to.be.ok();
|
||||
expect(_.isEqual(mappings['@timestamp'], {index: true, type: 'date', doc_values: true})).to.be.ok();
|
||||
expect(_.isEqual(mappings.bytes, {index: true, type: 'double', doc_values: true})).to.be.ok();
|
||||
|
||||
// object fields are mapped as such, with individual mappings for each of their properties
|
||||
expect(_.isEqual(mappings.geo, {
|
||||
properties: {
|
||||
coordinates: {
|
||||
index: true,
|
||||
type: 'geo_point',
|
||||
doc_values: true
|
||||
}
|
||||
}
|
||||
})).to.be.ok();
|
||||
|
||||
// strings should be mapped as multi fields
|
||||
expect(mappings.agent).to.have.property('fields');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should return 409 conflict when a pattern with the given ID already exists', function patternConflict() {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(204)
|
||||
.then(function () {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(409);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
bdd.it('should return 409 conflict when an index template with the given ID already exists', function templateConflict() {
|
||||
return scenarioManager.client.indices.putTemplate({
|
||||
name: 'kibana-logstash-*', body: {
|
||||
template: 'logstash-*'
|
||||
}
|
||||
}).then(function () {
|
||||
return request.post('/kibana/ingest')
|
||||
.send(createTestData())
|
||||
.expect(409);
|
||||
})
|
||||
.then(function () {
|
||||
return scenarioManager.client.indices.deleteTemplate({
|
||||
name: 'kibana-logstash-*'
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
bdd.it('should return 409 conflict when the pattern matches existing indices',
|
||||
function existingIndicesConflict() {
|
||||
var ingestConfig = createTestData();
|
||||
ingestConfig.index_pattern.id = ingestConfig.index_pattern.title = '.kib*';
|
||||
|
||||
return request.post('/kibana/ingest')
|
||||
.send(ingestConfig)
|
||||
.expect(409);
|
||||
});
|
||||
|
||||
bdd.it('should enforce snake_case in the request body', function () {
|
||||
var ingestConfig = createTestData();
|
||||
ingestConfig.index_pattern = _.mapKeys(ingestConfig.index_pattern, function (value, key) {
|
||||
return _.camelCase(key);
|
||||
});
|
||||
|
||||
return request.post('/kibana/ingest')
|
||||
.send(ingestConfig)
|
||||
.expect(400);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
};
|
||||
});
|
|
@ -6,9 +6,6 @@ define(function (require) {
|
|||
var url = require('intern/dojo/node!url');
|
||||
var _ = require('intern/dojo/node!lodash');
|
||||
var expect = require('intern/dojo/node!expect.js');
|
||||
var post = require('./_post');
|
||||
var del = require('./_del');
|
||||
var data = require('./_data');
|
||||
var simulate = require('./_simulate');
|
||||
var processors = require('./_processors');
|
||||
var processorTypes = require('./processors/index');
|
||||
|
@ -26,9 +23,6 @@ define(function (require) {
|
|||
return scenarioManager.unload('emptyKibana');
|
||||
});
|
||||
|
||||
post(bdd, scenarioManager, request);
|
||||
del(bdd, scenarioManager, request);
|
||||
data(bdd, scenarioManager, request);
|
||||
simulate(bdd, scenarioManager, request);
|
||||
processors(bdd, scenarioManager, request);
|
||||
processorTypes(bdd, scenarioManager, request);
|
||||
|
|
|
@ -1,101 +0,0 @@
|
|||
Number,Gender,NameSet,GivenName,Surname,Title,MiddleInitial,StreetAddress,City,State,StateFull,ZipCode,Country,CountryFull,EmailAddress,Username,Password,BrowserUserAgent,TelephoneNumber,TelephoneCountryCode,MothersMaiden,Birthday,Age,TropicalZodiac,CCType,CCNumber,CVV2,CCExpires,NationalID,UPS,WesternUnionMTCN,MoneyGramMTCN,Color,Occupation,Company,Vehicle,Domain,BloodType,Pounds,Kilograms,FeetInches,Centimeters,GUID,Latitude,Longitude
|
||||
1,female,Vietnamese,Chát,Dương,Ms.,T,"Estrada Nacional 34","Caldas da Rainha",LE,Leiria,2500-248,PT,Portugal,DuongThiQuynhChat@jourrapide.com,Notin1936,in9Ig5ux,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","21 244 202 4847",351,Ngô,7/6/1936,79,Cancer,Visa,4539880915084807,205,2/2017,,"1Z 305 534 47 7843 319 9",3723135851,23439558,Blue,"911 operator","Express Merchant Service","1992 Subaru XT",IntelPrograms.com.pt,O+,164.1,74.6,"5' 6""",168,f920442a-5009-402e-8797-d2912a212c1c,39.431983,-9.167203
|
||||
2,male,Greenland,Mathias,Kristensen,Mr.,S,"χλμ Αλεξανδρούπολης 116",ΜΟΣΦΙΛΩΤΗ,LA,Λάρνακα,7647,CY,"Cyprus (Greek)",MathiasKristensen@einrot.com,Hoper1958,xah2eeB4,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","24 697019",357,Karlsen,2/10/1958,58,Aquarius,Visa,4485832593046883,100,1/2017,,"1Z 931 002 63 2935 100 8",4937475440,82207548,Red,"Lease buyer",Ejecta,"1995 Nissan Cefiro",WealthPayment.com.cy,B+,227.9,103.6,"5' 11""",180,e637ed7c-4b6b-4ebb-96cd-b51c8b9c3924,41.312009,-72.916134
|
||||
3,male,Eritrean,Dahlak,Ermias,Mr.,D,"76 Ings Lane",DEAN,,,"CA14 8SQ",GB,"United Kingdom",DahlakErmias@einrot.com,Yountwo,ahDoong9Xie,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","070 1913 7367",44,Alem,7/28/1931,84,Leo,MasterCard,5162521116803709,009,3/2021,"GR 74 36 75 A","1Z 792 083 95 1475 335 1",9725748118,41752099,Red,"Multiple machine tool operator","David Weis","2003 Jaguar XF",TanInsider.co.uk,O+,207.0,94.1,"5' 9""",175,842554c4-f0b7-47bf-b0e2-d3a6ec8d052a,54.613267,-3.382835
|
||||
4,female,Eritrean,Huriyyah,Semhar,Mrs.,M,"52 Piccadilly Place",Avenal,,Invercargill,9810,NZ,"New Zealand",HuriyyahSemhar@jourrapide.com,Knoter,ohz7QueeF,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(029) 9833-162",64,Simon,6/18/1975,40,Gemini,MasterCard,5160137160796533,767,5/2019,,"1Z 908 4V5 62 8326 148 9",5067528807,07396317,Purple,"Electronic equipment repairer","Netstars Matrix Design","2007 Volkswagen Pickup",CyberShuffle.co.nz,B+,228.8,104.0,"5' 8""",173,d7898ec9-b026-42f5-8e20-e8bc39391a37,-46.488158,168.318133
|
||||
5,female,Hobbit,Savanna,Took,Dr.,M,"Sarandi 8883","25 de Agosto",FD,Florida,94002,UY,Uruguay,SavannaTook@fleckens.hu,Therbut,vahroe8Chai,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","9628 8555",598,Burrows,10/17/1935,80,Libra,Visa,4539840947276201,200,1/2019,,"1Z 14A 88Y 79 1393 231 0",6751752034,26528528,Orange,"Segmental paver","University Stereo","1993 Peugeot 106",AirPriority.uy,A+,133.1,60.5,"3' 11""",119,b40f5955-279a-42ee-a780-eb72cc6a71fe,-34.490053,-56.497348
|
||||
6,male,Slovenian,"Dušan Anton",Rondović,Mr.,V,"57 Kohe Place",Inglewood,,"New Plymouth",4330,NZ,"New Zealand",DusanAntonRondovic@dayrep.com,Polornet,saewieth0eK,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(022) 3673-908",64,Vezzosi,9/3/1968,47,Virgo,Visa,4485935251785278,694,9/2021,,"1Z Y84 232 07 3818 756 2",6150903459,81864351,Red,"Publicity writer","The Flying Hippo ","2012 Suzuki Kizashi",CollarFlex.co.nz,O-,167.9,76.3,"5' 11""",181,b99254ae-853b-4cde-836d-84db4537eef7,-39.064813,174.142596
|
||||
7,male,Igbo,Onyekachukwu,Nnaife,Mr.,A,"49 Commercial Street",LANCEFIELD,VIC,Victoria,3435,AU,Australia,OnyekachukwuNnaife@jourrapide.com,Herought,Thidei8ae,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(03) 8544 8956",61,Chidiebele,6/19/1986,29,Gemini,Visa,4532024616353735,829,11/2017,,"1Z V52 903 77 8853 206 2",7307975669,86449492,Blue,Laborer,"Matrix Design","2011 Holden Captiva",BocaDryCleaner.com.au,O+,148.7,67.6,"6' 0""",183,9f0c31c4-bb0c-4e22-b942-f34458ce0466,-37.337711,144.686148
|
||||
8,male,Polish,Konstanty,Nowakowski,Mr.,H,"C/ Fernández de Leceta 87","Banyeres de Mariola",A,Alicante,03450,ES,Spain,KonstantyNowakowski@superrito.com,Jaccest,Od8ikeeZi,"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","710 715 772",34,Kowalczyk,10/12/1932,83,Libra,Visa,4556704720244729,786,4/2020,,"1Z 649 309 34 5264 110 6",1087898216,48725478,Blue,Librarian,"Record Town","2008 Ford Shelby GT 500",VFederal.es,O+,152.2,69.2,"5' 6""",168,6b50b359-cd29-4755-84b3-390bdfbdda2a,38.641399,-0.705956
|
||||
9,female,Hungarian,Natália,Majoros,Ms.,L,"Siikarannantie 60",TYRNÄVÄ,NO,"Northern Ostrobothnia",91800,FI,Finland,MajorosNatalia@gustr.com,Laregrell,oyah5HaiChee,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4","040 246 4522",358,Kerekes,9/26/1975,40,Libra,MasterCard,5257835046724512,422,10/2021,260975-8969,"1Z 534 358 72 6773 840 1",8500836086,55121158,Yellow,"Tire builder","Avant Garde Appraisal Group","2005 Ford Escape",FruitLaw.fi,O+,127.8,58.1,"5' 3""",161,4e526b41-1264-4bb4-80dd-a4ff1468622d,64.802906,25.586486
|
||||
10,female,Russian,Thekla,Bobrova,Mrs.,E,"Nurme 26",Rebase,VD,Viljandimaa,69610,EE,Estonia,TheklaBobrova@jourrapide.com,Ourn1968,LoeDohb4,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","438 5866",372,,1/29/1968,48,Aquarius,Visa,4485779963347542,790,3/2020,,"1Z 208 3E4 85 8243 503 7",1736464109,99557752,Brown,"Optometry doctor","J. K. Gill Company","2004 Toyota Celica",EasternFinland.com.ee,O+,114.8,52.2,"5' 8""",172,ae7bc692-5ec0-47b4-ae82-783fc73f86d1,58.284012,25.602855
|
||||
11,female,Norwegian,Amalie,Thorstensen,Dr.,M,"Illoqarfiup Qeppa 272",Paamiut,SM,Sermersooq,3940,GL,Greenland,AmalieThorstensen@fleckens.hu,Preple1954,ooP2ou6pi,"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko","68 85 95",299,Pedersen,10/13/1954,61,Libra,Visa,4539884960565421,398,3/2017,,"1Z 299 252 20 6595 338 7",7893882226,79232951,Green,Chiropractor,"K's Merchandise","2009 Tata Safari",InlineForum.gl,O+,130.0,59.1,"5' 1""",155,97506369-8bbd-4dd8-88f7-e5b835bc5937,61.921088,-49.790684
|
||||
12,female,French,Audrey,Lavoie,Ms.,N,"Rua Vinte e Seis 223","Ribeirão das Neves",MG,"Minas Gerais",33830-250,BR,Brazil,AudreyLavoie@einrot.com,Nessaver1939,Ee4iemaghot8,"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(31) 9273-9410",55,Pelletier,2/27/1939,77,Pisces,Visa,4929317469922551,224,11/2019,234.554.641-73,"1Z 4V3 204 37 4229 948 4",7198030813,75772776,Blue,"Science writer","Kragen Auto Parts","1995 Mazda 323",UKPromos.com.br,O+,236.7,107.6,"5' 1""",156,e66a9625-fbac-4c7b-a97b-ccc67c51f8e9,-19.817305,-44.032982
|
||||
13,female,Hungarian,Blanka,Józsa,Mrs.,A,"91 avenue du Marechal Juin",SAINT-LOUIS,GY,Guyane,97450,FR,France,JozsaBlanka@fleckens.hu,Witaing,juPuuch2,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36",02.84.18.40.92,33,Szôlôsy,10/20/1958,57,Libra,MasterCard,5440658552882369,453,4/2017,"2581037843558 53","1Z 014 800 95 3192 140 9",1542332987,08910396,Blue,Veterinarian,"Bugle Boy","2008 Citroen C2",GreatReverseMortgage.fr,O+,122.8,55.8,"5' 6""",168,4c34f5b3-448d-4190-a2e1-dfbd92b07d38,47.549333,7.518695
|
||||
14,female,Dutch,Eleonoor,Wilmink,Mrs.,D,"Avenida Madre Andaluz 119",Serrada,SA,Santarém,2025-167,PT,Portugal,EleonoorWilmink@fleckens.hu,Zies1941,ohmoo7Ai,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","21 243 212 6066",351,"van der Boom",8/21/1941,74,Leo,Visa,4532445819118577,673,2/2018,,"1Z 366 706 52 0818 044 0",4478455721,08007674,Purple,Dietitian,"Home Centers","2007 Mercedes-Benz CLS",AnywhereOnDemand.com.pt,A+,197.1,89.6,"5' 4""",162,fce8233c-b832-4640-80b4-c9d77417915e,39.402291,-8.794279
|
||||
15,male,Persian,شاپور,"نافه چی",Mr.,ن,"Kylpylaitoksentie 24",POLVIJÄRVI,NK,"North Karelia",83700,FI,Finland,ShapewerNafhchea@armyspy.com,Crad1987,phoyiesan2Y,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","042 318 3150",358,چرمشیر,2/4/1987,29,Aquarius,MasterCard,5362945625558173,650,9/2019,040287-5092,"1Z 620 A83 65 8931 283 4",3952039517,64725355,Blue,"Certified respiratory therapist","Plunkett Home Furnishings","2004 Nissan R 390 GT1",IDepreciate.fi,B+,163.9,74.5,"6' 0""",183,21f40cec-4229-4789-b5cc-672f53346c65,62.943307,29.367467
|
||||
16,male,England/Wales,Riley,Jarvis,Mr.,M,"460 Golf Course Drive",Chantilly,VA,Virginia,22021,US,"United States",RileyJarvis@armyspy.com,Alawavell,leeyai3Ou1Ei,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36",703-403-7835,1,Hardy,11/20/1972,43,Scorpio,MasterCard,5299169391466895,912,5/2021,231-30-8052,"1Z 157 52F 34 9404 759 9",6033918508,50809800,White,"Computer technology trainer","Rogers Food Stores","2004 Porsche Cayenne",faceourworld.com,O+,183.3,83.3,"5' 10""",178,be49e47e-34e8-4dc7-8d48-0b7f6df93afd,38.890469,-77.403896
|
||||
17,female,Igbo,Anenechi,Anenechukwu,Ms.,C,"Hensmoveien 26",HØNEFOSS,,,3516,NO,Norway,AnenechiAnenechukwu@jourrapide.com,Pravall,uiBenee8bie,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586","912 32 917",47,Eberegbulam,1/19/1952,64,Capricorn,Visa,4485514119691364,313,10/2020,,"1Z 137 296 75 7112 964 2",4654524219,32156395,Red,Cardiographer,"Listenin' Booth","2015 BMW X3",SocialShows.no,A-,212.3,96.5,"5' 2""",157,cc581962-186a-44e9-971b-fd226e2889cc,60.404911,10.0951
|
||||
18,male,Arabic,Abdul-Matin,Amari,Mr.,W,"Rua Agripino Francisco Martins 1659",Macaé,RJ,"Rio de Janeiro",27913-370,BR,Brazil,Abdul-MatinWaddahAmari@rhyta.com,Hictishe,oH9aicieH5,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(22) 6029-2569",55,Awad,10/4/1970,45,Libra,MasterCard,5250787424374716,425,11/2020,337.499.744-97,"1Z 473 978 31 0317 693 0",4469297230,18544245,Black,"Musical instrument tuner","Kids Mart","2003 Honda Logo",VoiceTrader.com.br,B+,183.0,83.2,"5' 8""",173,f669bb73-3929-4713-a20e-9ee58acff284,-22.271824,-41.970837
|
||||
19,female,Ninja,Tadonoku,,Ms.,,"Rue Leval 444",Scy,WNA,Namur,5361,BE,Belgium,Tadonoku@cuvox.de,Siriand,peSh0kee,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","0490 85 05 47",32,Katekarinari,5/3/1954,61,Taurus,Visa,4556929276368636,462,3/2018,,"1Z 70F 655 77 3812 295 4",5112185296,09357429,Blue,"Dermatology nurse","Media Play","2014 Mazda CX-9",CDApps.be,O+,143.9,65.4,"5' 7""",169,88cec621-b521-4552-a4f8-2567d1c607de,50.276518,5.255612
|
||||
20,female,Polish,Michalina,Sokołowska,Mrs.,A,"75 N. Stadion",Larnaka,LA,Larnaca,6025,CY,"Cyprus (Anglicized)",MichalinaSokolowska@einrot.com,Porticed1979,Rahleu0op,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","24 710674",357,Woźniak,12/31/1979,36,Capricorn,Visa,4532486363586033,022,2/2018,,"1Z 624 752 92 7879 603 4",7733155391,87769374,Green,Allergist,"Super Place","2008 Alfa Romeo Spider",FujiLinks.com.cy,O+,176.4,80.2,"5' 3""",161,45da844b-3f45-4085-942b-696ed63f9ad2,41.259728,-72.863339
|
||||
21,male,Czech,Jiří,Lankaš,Mr.,I,"Kankaanpääntie 69",KEMI,LL,Lapland,94830,FI,Finland,JiriLankas@gustr.com,Wascame56,gei4ii0Z,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","040 545 2883",358,Klimková,11/2/1956,59,Scorpio,MasterCard,5233201439793888,435,3/2020,021156-377S,"1Z 110 569 45 6674 488 2",4668743363,01137345,Black,"Mathematical statistician","Payless Cashways","2009 Chevrolet Uplander",ATVsuppliers.fi,B+,139.0,63.2,"5' 8""",172,c7142333-6f65-49db-b7cb-63bc22418091,65.83192,24.486305
|
||||
22,female,Dutch,Selena,"van Moorselaar",Mrs.,S,"Tungata 6",Höfn,,,781,IS,Iceland,SelenavanMoorselaar@armyspy.com,Camither,li4chazeiW7,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","489 0700",354,Pannekoek,8/2/1994,21,Leo,Visa,4532615257659213,052,5/2018,,"1Z Y48 361 97 8129 203 2",3118018745,54022422,Blue,"Occupational health and safety specialist","Hamady Bros. Supermarkets","2014 Audi A6",EntertainmentAccountant.is,B+,215.2,97.8,"5' 4""",162,fcd0737f-6034-405b-94ff-53dcb960066a,64.237896,-15.194802
|
||||
23,female,Hobbit,Rosamunda,Gamgee,Mrs.,M,"Kirchenplatz 54",AUHÄUSELN,OO,"Upper Austria",4675,AT,Austria,RosamundaGamgee@einrot.com,Noins1932,eiy4Reech,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","0660 729 58 48",43,Lightfoot,5/19/1932,83,Taurus,MasterCard,5499439297292846,318,3/2019,,"1Z 895 747 85 8732 891 0",3552774488,44408039,Purple,"Engineering manager",Merrymaking,"2003 Honda NSX",PlumbingSeries.at,AB+,115.3,52.4,"3' 8""",113,218b1a5b-0a88-4e2f-a793-174aa392f8da,48.160951,13.770045
|
||||
24,male,Scottish,Matthew,Henderson,Mr.,S,"Via Torre di Mezzavia 26","Torino Di Sangro Stazione",CH,Chieti,66020,IT,Italy,MatthewHenderson@cuvox.de,Obbigh,eiTeiYai9n,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0396 3165196",39,Cunningham,1/2/1962,54,Capricorn,Visa,4556029829789691,064,8/2021,XE58962766,"1Z 997 982 46 6674 395 2",1152659486,02309348,Red,"Electronic typesetting machine operator",Afforda,"2011 Kia Cee'd",Eclectichair.it,AB+,218.2,99.2,"5' 9""",174,25f234cb-eace-4673-b155-46a2ba55961c,42.230427,14.591838
|
||||
25,female,Swedish,Gina,Eliasson,Ms.,T,"Jahu 43",Võhma,SA,Saaremaa,94661,EE,Estonia,GinaEliasson@fleckens.hu,Dentry,wa6quaiJohf,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","457 5978",372,Abrahamsson,3/16/1952,64,Pisces,MasterCard,5335786594910332,721,12/2020,,"1Z 076 129 67 3120 882 8",5023459587,91859218,Blue,CPA,"Eli Moore Inc","2005 Subaru G3X",NonProfitAnalyst.com.ee,B+,190.3,86.5,"5' 3""",159,14ed6a0b-42da-4b70-91ce-97d3cf25dfd7,58.651782,25.562309
|
||||
26,female,Klingon,G'Naana,Moctos,Mrs.,K,"69 rue du Fossé des Tanneurs",TOULON,PA,"Provence-Alpes-Côte d'Azur",83100,FR,France,GNaanaMoctos@armyspy.com,Embefors,eHoobang9p,"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko",04.61.76.24.96,33,Surgh,7/20/1945,70,Cancer,Visa,4916176747295486,866,8/2018,"2450791932327 43","1Z 733 560 78 2825 551 6",1667405315,72667549,Green,Macroeconomist,"Earthworks Garden Kare","2007 Kia Rondo",AffordableHandbag.fr,O+,193.4,87.9,"5' 5""",166,7010e456-eebf-4ecb-b643-161524e0b7e5,43.198504,5.875596
|
||||
27,female,Arabic,Marwah,Haik,Ms.,A,"23 Felix Lane",SIABOST,,,"HS2 1HT",GB,"United Kingdom",MarwahAmirahHaik@rhyta.com,Rects1985,Doh9EejiD9f,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","079 3477 0737",44,Asker,10/6/1985,30,Libra,MasterCard,5253770508122331,725,12/2017,"NM 82 07 73 C","1Z 580 3F7 95 5197 484 7",1933882660,17968944,Blue,"Reservation agent","The Flying Bear","2005 Jaguar S-Type",SeekNetworking.co.uk,B-,177.3,80.6,"5' 3""",161,a24808e7-1252-415d-bddd-c89c78e8a80f,58.278026,-6.640254
|
||||
28,female,"Chinese (Traditional)",雅菁,蔡,Ms.,京,"172 Sword Street",Gore,,Gore,9710,NZ,"New Zealand",CaYaJing@dayrep.com,Apers1987,aeph2Moh,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(020) 3245-276",64,方,1/7/1987,29,Capricorn,Visa,4532152026743292,830,4/2020,,"1Z 304 352 76 9266 934 6",6834544180,46170836,Blue,"Bench technician",Strawberries,"1992 Honda Civic",PeakCam.co.nz,O+,154.4,70.2,"5' 1""",156,7818649e-fe87-4973-b8c0-0f8c461f2284,-46.110621,168.917711
|
||||
29,male,"Russian (Cyrillic)",Наум,Боголюбов,Mr.,Л,"José matía 20",Pozo-Lorente,AB,Albacete,02154,ES,Spain,Wrouse@teleworm.us,Wrouse,waiye3Dah9,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:44.0) Gecko/20100101 Firefox/44.0","763 993 327",34,,12/27/1956,59,Capricorn,Visa,4916339124459022,967,11/2019,,"1Z Y50 49Y 89 7152 618 1",2661629607,52342846,Green,"General internist","Netcom Business Services","2004 Chevrolet Express",GetTronics.es,A+,173.1,78.7,"5' 10""",178,fb40260f-e53d-4fc0-af2e-700d72239e11,39.100174,-1.362306
|
||||
30,male,Greenland,Jørgen,Karlsen,Mr.,H,"Rörgrunsvägen 61",VAASA,OS,Ostrobothnia,65200,FI,Finland,JrgenKarlsen@dayrep.com,Favertand,mue2haeGheiM,"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","046 352 3163",358,Møller,9/20/1970,45,Virgo,MasterCard,5242159016698715,783,12/2018,200970-657D,"1Z 772 256 98 4363 462 8",8018658673,82594298,Blue,"Shoe and leather worker","Britches of Georgetown","2000 Ford Galaxy",FamousDirector.fi,O+,231.2,105.1,"6' 2""",187,f421e33a-925d-4f35-8f49-cdd1d37b0507,63.08398,21.598875
|
||||
31,female,"Chinese (Traditional)",虹均,徐,Ms.,孟,"57 Place du Jeu de Paume",VILLEJUIF,IL,Île-de-France,94800,FR,France,XuGongYun@teleworm.us,Apers1942,wesh9Phe1ee,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",01.65.63.20.82,33,賀,12/9/1942,73,Sagittarius,MasterCard,5525598875510560,496,8/2021,"2421213610731 89","1Z 603 641 45 3534 801 0",7692932854,13831959,Blue,"Principal secretary","Childs Restaurants","2009 Buick Park Avenue",YouExit.fr,O+,110.9,50.4,"5' 4""",163,f8f9fbb9-4532-4857-978c-35ee4b538d64,48.813018,2.414832
|
||||
32,male,Slovenian,Belmin,Žižko,Mr.,C,"Rua Manoel Peres 883","Ribeirão Preto",SP,"São Paulo",14091-370,BR,Brazil,BelminZizko@fleckens.hu,Musur1991,oo2Yiewei9a,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36","(16) 6333-6825",55,Žiger,4/5/1991,25,Aries,MasterCard,5250037021815111,044,7/2020,514.602.563-01,"1Z 8F7 699 28 4636 021 1",6659623142,83661985,Silver,"Computer support specialist","Ideal Garden Management","1993 Ford Orion",StrikeSupport.com.br,O+,218.2,99.2,"6' 1""",185,76f2624e-56a0-423b-8005-3bc0ac10d2ba,-21.15752,-47.842863
|
||||
33,male,Chinese,On,Ch'eng,Mr.,L,"3982 St. John Street",Jansen,SK,Saskatchewan,"S4P 3Y2",CA,Canada,OnCheng@teleworm.us,Thadvating73,IoVoo9eit,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586",306-364-3245,1,Jen,12/31/1973,42,Capricorn,MasterCard,5170391085956072,185,5/2018,"395 238 454","1Z 37V 52W 71 8123 516 0",2806913270,48995429,Blue,"Tractor-trailer driver",StopGrey,"2009 Chevrolet Uplander",BasicFM.ca,B+,225.9,102.7,"5' 8""",172,155ccbec-3dc3-4f29-b29d-a771f19c5876,51.775191,-104.661933
|
||||
34,female,Australian,Skye,Meeson,Mrs.,A,"Skolavordustig 99",Reykjavík,,,132,IS,Iceland,SkyeMeeson@fleckens.hu,Cluat1950,PhaiJ0Fiem,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","412 5896",354,Cherry,11/19/1950,65,Scorpio,MasterCard,5152335015269918,997,8/2018,,"1Z 4Y1 972 94 1367 686 9",8415154316,85349114,Orange,"Sociocultural anthropologist","Electronics Source","2006 Saab 9-5",BuyTopeka.is,AB+,160.8,73.1,"5' 4""",162,9c4444f3-16c2-4379-9767-5cc4b9a0f08f,64.112286,-21.906342
|
||||
35,male,Arabic,Karim,Kalb,Mr.,A,"90 Ash Lane",YATTENDON,,,"RG18 3SQ",GB,"United Kingdom",KarimAbdul-GhaffarKalb@teleworm.us,Corid1977,iu1Giegh9e,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","077 4116 6980",44,Assaf,8/17/1977,38,Leo,MasterCard,5564577682781368,361,1/2017,"AA 18 31 07 D","1Z 961 617 01 4028 091 3",0646532913,51815235,Green,"Nephrology nurse","Brooks Fashions","1996 BMW 525",SoccerAlerts.co.uk,A+,239.1,108.7,"5' 8""",173,89ad2946-ce02-4cef-8bb0-a725774e4515,51.331634,-1.199337
|
||||
36,female,Hispanic,Ghita,Candelaria,Mrs.,A,"173 Kallithea Avenue",Zanakia,LI,Limassol,4713,CY,"Cyprus (Anglicized)",GhitaCandelariaRosales@rhyta.com,Sistally,eengahLaa8I,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","25 992570",357,Rosales,11/25/1932,83,Sagittarius,Visa,4916412273317521,419,7/2020,,"1Z 38A 362 63 4226 180 6",4021922028,67700480,Purple,"Automotive air-conditioning repairer","Security Sporting Goods","2010 Volkswagen Polo",OnlyBiofuel.com.cy,O+,194.3,88.3,"5' 5""",164,a2f24ecd-01ce-45d7-9198-c39fa5f960e7,41.232975,-72.855582
|
||||
37,female,England/Wales,Scarlett,Wong,Mrs.,L,"Rue des Campanules 63",Strépy-Bracquegnies,WHT,Hainaut,7110,BE,Belgium,ScarlettWong@superrito.com,Anithfultans1946,xuu2Yohie,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","0499 14 00 74",32,Martin,2/28/1946,70,Pisces,Visa,4929519572533486,422,3/2019,,"1Z A09 228 35 7134 967 0",5431435438,99885008,Blue,"Clerical worker supervisor","Pro Property Maintenance","2003 Dodge Viper",ListColors.be,O+,180.6,82.1,"5' 1""",156,8afbe241-ee71-44fc-aacf-25aa35c76570,50.413509,4.146208
|
||||
38,female,Hungarian,Vicuska,Szakály,Ms.,S,"Rua Manoel Antonio Fonseca 801","Várzea Paulista",SP,"São Paulo",13220-202,BR,Brazil,SzakalyVicuska@armyspy.com,Thento,Etaraig1coh,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(11) 4598-7358",55,Kultsár,9/30/1965,50,Libra,MasterCard,5515186658032499,558,10/2021,799.751.781-20,"1Z 77Y F95 80 7793 273 0",1311759781,72474196,Purple,"Oxy-gas cutter","Webcom Business Services","1996 Lada Niva",StoreGrab.com.br,O+,129.8,59.0,"5' 0""",153,7b9cedf7-c9e5-4bf9-8f6e-921e231aded4,-23.126225,-46.886122
|
||||
39,male,Icelandic,Einar,Salbergsson,Mr.,M,"Προδρόμου 142","ΑΓΙΑ ΚΕΠΗΡ",NI,Λευκωσία,2561,CY,"Cyprus (Greek)",EinarSalbergsson@teleworm.us,Putted,cahX9vaeth,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","22 981818",357,,7/9/1984,31,Cancer,MasterCard,5444234591909724,211,6/2020,,"1Z Y94 Y17 89 9139 339 6",6712390822,67590025,Blue,"Gaming and sports book writer","Earthworks Garden Kare","1997 Acura Integra",WirelessNovelties.com.cy,O+,154.4,70.2,"6' 2""",187,917c4412-9b4e-4234-97b2-3f4a1e63c467,41.358485,-72.912752
|
||||
40,female,Dutch,Lesley-Ann,"van Soeren",Mrs.,B,"In Stierwisen 22",Missy,,,1565,CH,Switzerland,Lesley-AnnvanSoeren@rhyta.com,Atrom1962,Feel5oong,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","021 368 78 72",41,Kalloe,4/13/1962,53,Aries,MasterCard,5110836792327184,843,4/2019,,"1Z 808 A60 69 1389 394 0",8673451147,25243598,Red,"Hearing therapist",Vari-Tec,"1994 Cadillac Eldorado",CanadianHackers.ch,AB-,223.5,101.6,"5' 5""",165,c1c29b54-1845-4701-9383-b76a3d8657ad,46.953277,6.903825
|
||||
41,male,German,Felix,Brauer,Mr.,L,"12 Argyll Road",LLANDOGO,,,"NP5 7SS",GB,"United Kingdom",FelixBrauer@superrito.com,Gazeelly,coi7OoJoh,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","078 5605 5726",44,Kortig,8/12/1944,71,Leo,MasterCard,5210394959209166,001,1/2021,"MA 32 76 84","1Z 50V 368 13 4826 195 2",0782087207,33655934,Blue,"Sports competitor","Infinite Wealth","2003 Ford Lynx",uCatholic.co.uk,O+,156.0,70.9,"5' 7""",170,68ab66ec-0c44-4410-9539-33e29903403c,51.665503,-2.850079
|
||||
42,male,German,Lukas,Baier,Mr.,D,"De Dolven 120",Westerland,NH,Noord-Holland,"1778 JR",NL,Netherlands,LukasBaier@fleckens.hu,Habing,eiKa2Iuph,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",06-90764027,31,Wannemaker,12/7/1955,60,Sagittarius,MasterCard,5324503345344593,121,8/2021,,"1Z 029 447 98 6730 707 8",8167780670,57163019,Blue,"Older worker specialist","Gamma Gas","1992 Rover 400",PartyPublicity.nl,O+,226.4,102.9,"5' 9""",176,0a43c461-f55e-40c0-8fc5-82b8d0a26aef,52.959062,4.831341
|
||||
43,male,Hobbit,Mosco,Galbassi,Dr.,L,"Rua V 720","Governador Valadares",MG,"Minas Gerais",35051-690,BR,Brazil,MoscoGalbassi@superrito.com,Sopen1948,Aith6Mahs1,"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","(33) 6991-7053",55,Hogpen,4/7/1948,68,Aries,MasterCard,5546228112928756,907,7/2020,417.268.713-04,"1Z 66E 385 68 3507 022 1",0442612045,73661068,Blue,"Commercial photographer","Cardinal Stores","1994 Maserati Shamal",DiscountRacquet.com.br,A+,143.9,65.4,"2' 1""",63,552a09e8-6373-42fc-a225-1cb182d64cb4,-18.758879,-42.015024
|
||||
44,female,Eritrean,Ariam,Berhane,Mrs.,E,"Outid de Arriba 39",Deltebre,T,Tarragona,43580,ES,Spain,AriamBerhane@jourrapide.com,Ancer1957,toh9ohh0ohPh,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","691 244 795",34,Afwerki,10/11/1957,58,Libra,MasterCard,5319511923931407,650,12/2018,,"1Z Y60 752 12 9326 911 0",7949603493,96342868,Purple,"Marketing research analyst","Advansed Teksyztems","2008 Pontiac Solstice",BalletCourse.es,O-,129.4,58.8,"5' 2""",157,5696ae37-be2d-4b1d-9acf-3d560601f0cf,40.812325,0.516925
|
||||
45,female,Czech,Petra,Hrubá,Ms.,J,"Žerotínova 1325","Havlíckuv Brod 1",VY,"Kraj Vysocina","580 01",CZ,"Czech Republic",PetraHruba@jourrapide.com,Glikeels,Oc2yeeshewie,"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko","720 995 828",420,Tesařová,10/18/1952,63,Libra,Visa,4485621181012765,982,8/2021,,"1Z 494 215 39 2579 003 6",2283797007,89692804,Blue,Molder,"AM/PM Camp","2010 Maybach 62",PlumbingBuilder.cz,O+,143.4,65.2,"5' 3""",159,5d52e8b2-4f4f-45ae-b15a-797406b62c0c,49.601073,15.518924
|
||||
46,female,Persian,نگار,"روح اللهی",Mrs.,ب,"119 Melling Link",Waiwhetu,,"Lower Hutt",5010,NZ,"New Zealand",NeguarRewhalelha@teleworm.us,Thenealt,ohshohsh6Oh,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(027) 5759-631",64,طایی,11/13/1962,53,Scorpio,Visa,4916346130887518,824,6/2020,,"1Z 407 F90 37 1455 166 4",8580074077,71071136,Black,"Bench technician","WWW Realty","2004 Lexus LF-C",PromBuzz.co.nz,B+,124.3,56.5,"5' 3""",160,b3885f18-856d-40c2-ba16-b4b88a8d37b9,-41.199586,174.862399
|
||||
47,female,Croatian,Zora,Pranjić,Ms.,B,"Dalmatinova 10",Vitomarci,,,2255,SI,Slovenia,ZoraPranjic@teleworm.us,Cress1964,Eigee7goH0,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4",031-709-618,386,Radić,3/28/1964,52,Aries,Visa,4556809151711870,196,7/2017,,"1Z 581 710 66 8252 507 9",6060185451,19677987,Green,"Engineering geologist","Liberty Wealth Planner","2009 Toyota Corolla",LinkMoves.si,O+,207.9,94.5,"5' 8""",172,f5cce4fd-03b6-4640-bc7d-ebb9e717e4bc,46.510117,15.989996
|
||||
48,male,Croatian,Jozo,Jurić,Mr.,C,"Rua Um 1381",Itabira,MG,"Minas Gerais",35900-290,BR,Brazil,JozoJuric@cuvox.de,Thensiong51,maedu9us6Ah,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(31) 3292-4100",55,Čerkez,3/18/1951,65,Pisces,Visa,4916406429364098,759,3/2017,713.861.538-85,"1Z 975 340 85 3744 511 7",4356170780,39048219,Blue,"Petroleum pump system operator","Realty Zone","2015 Lexus IS 250",TownResults.com.br,O+,244.6,111.2,"6' 0""",184,89be7465-4e4c-4c5b-bd05-ec9c00c11c6b,-19.672293,-43.24526
|
||||
49,male,Igbo,Sopuluchi,Anenechi,Mr.,Y,"Florianapolis 6393","Nico Pérez",LA,Lavalleja,30201,UY,Uruguay,SopuluchiAnenechi@rhyta.com,Ollourety1959,liegh2Th,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","9496 3427",598,Okechukwu,5/18/1959,56,Taurus,Visa,4556256541937908,332,9/2019,,"1Z E98 035 94 6664 584 3",1916952799,17506923,Blue,"Front-end mechanic",Sandy's,"1999 BMW 540",LargePlane.uy,B+,222.2,101.0,"5' 7""",171,6c8fa177-5e99-47bf-942c-9144e008454d,-33.434162,-55.215533
|
||||
50,female,French,Brigitte,Brodeur,Mrs.,É,"Vicolo Calcirelli 86","Castello Di Fiemme",TN,Trento,38030,IT,Italy,BrigitteBrodeur@einrot.com,Willoused78,eiPe6KaeGee,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0326 2838579",39,Louis,12/7/1978,37,Sagittarius,Visa,4929760730231825,239,4/2020,EZ12092743,"1Z 501 508 54 8954 981 0",6631103944,96608763,Purple,"Decommissioning and decontamination (D&D) worker","Harvest Foods","1998 Lotus Emme",MongoliaTrip.it,A+,127.6,58.0,"5' 8""",172,59fcf7a0-0c5e-4fdb-b2b7-234ee8b50f1e,46.172337,11.231953
|
||||
51,female,Igbo,Isioma,Okwuadigbo,Ms.,C,"Djúpivogur 83",Hafnir,,,233,IS,Iceland,IsiomaOkwuadigbo@jourrapide.com,Begavis,Boo6ohhei,"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","424 5387",354,Onyeorulu,12/6/1943,72,Sagittarius,MasterCard,5599924693343896,075,3/2017,,"1Z 5F9 527 82 5361 213 1",2604895243,39574971,Brown,"Curriculum specialist",Henry's,"2005 Ford Taurus",DiscountPork.is,B+,161.9,73.6,"5' 5""",166,036b3225-1236-41b4-881f-8ac0be7d381a,63.848323,-22.590371
|
||||
52,female,Slovenian,Biljana,Kožamelj,Mrs.,B,"Árbraut 50",Blönduós,,,540,IS,Iceland,BiljanaKozamelj@rhyta.com,Entsion,Feizooj7ae,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","420 4731",354,Bilandžija,8/14/1936,79,Leo,Visa,4532227412840629,980,8/2017,,"1Z 254 303 25 9426 107 2",3556333454,94996722,Yellow,Bodyguard,Nedick's,"1994 Ford Royale",GardenDistributor.is,O+,191.4,87.0,"5' 6""",168,58507343-3357-4a78-9f0c-7f55f2f684d6,65.754717,-20.409486
|
||||
53,male,Swedish,Timothy,Lund,Mr.,C,"ul. Mrówcza 15",Łódź,,,91-512,PL,Poland,TimothyLund@jourrapide.com,Willon,quaiBuT3oom,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","66 464 74 44",48,Jonsson,5/8/1957,58,Taurus,MasterCard,5465699593573146,255,7/2020,57050833175,"1Z 027 84A 20 1766 320 0",3567205453,36141543,Green,"Business administrator",Gottschalks,"2003 Beijing BJ 2021",ScrubLess.pl,A+,205.5,93.4,"6' 2""",187,c1d6c766-0047-4913-b353-26c9c082507a,51.7454,19.399476
|
||||
54,female,Chinese,"Li Na",P'eng,Mrs.,C,"Rue du Vert Galant 68",Purnode,WNA,Namur,5530,BE,Belgium,LiNaPeng@superrito.com,Ovely1958,othooCh3nai,"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","0498 52 01 76",32,Lü,10/12/1958,57,Libra,MasterCard,5413765963408362,067,8/2018,,"1Z 6Y2 857 86 9204 859 8",7698844815,46459626,Blue,"Medical writer","Strategy Consulting","2005 Renault Megane",YogaIllustrations.be,O+,196.2,89.2,"5' 7""",170,ac1d6b4e-1ea8-4de6-8b2e-33999e55c10f,50.263843,4.790945
|
||||
55,male,Australian,Tristan,Ordell,Mr.,I,"82 Thames Street",BOLAM,,,"DL2 4SS",GB,"United Kingdom",TristanOrdell@cuvox.de,Faceink,PhaighaR1,"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0","078 7045 6798",44,Humphries,10/13/1988,27,Libra,MasterCard,5306837306919064,859,7/2017,"BJ 24 58 94 C","1Z Y29 16A 87 6489 658 5",3827788266,40479190,Red,"Garbage collector",Wellby,"2004 Renault Twingo",CensoredSpeech.co.uk,A-,229.0,104.1,"6' 1""",185,8a47130b-5068-4f7c-a899-d6f92194d23f,54.459608,-1.501795
|
||||
56,male,Dutch,Rintje,"van Cranenbroek",Mr.,S,"Ctra. de la Puerta 30",Lugo,LU,Lugo,27000,ES,Spain,RintjevanCranenbroek@fleckens.hu,Hisn1938,eePhah7qui,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","635 770 340",34,"de Vaan",12/20/1938,77,Sagittarius,Visa,4539288045360966,049,9/2018,,"1Z 424 658 96 5422 397 0",5914884717,64115471,Blue,"Textile knitting and weaving machine operator","Super Saver Foods","1995 Lotus Esprit",BenchMats.es,O+,211.6,96.2,"5' 8""",173,66a2fc7b-72e7-4de9-9867-1d18994e8be0,43.077374,-7.526414
|
||||
57,female,German,Lea,Bauer,Ms.,E,"Rue du Manoir 463",Alveringem,VWV,"West Flanders",8690,BE,Belgium,LeaBauer@jourrapide.com,Thavispeas,Ohc2Xuj2cie4ai,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0497 90 57 90",32,Huber,6/25/1949,66,Cancer,MasterCard,5198985811490831,407,7/2017,,"1Z 7V8 722 48 0774 797 5",0753853488,23207832,Black,"Employment interviewer","Morrison's Cafeteria","2008 Volkswagen New Beetle",FastPockets.be,AB+,158.6,72.1,"5' 2""",158,fedb0e92-a219-473c-b3ea-e85da2346ae6,51.026171,2.607106
|
||||
58,female,Greenland,Ivalu,Karlsen,Mrs.,L,"Massbyntie 50",JÄRVENPÄÄ,UU,Uusimaa,04407,FI,Finland,IvaluKarlsen@teleworm.us,Yeagaing,AiBit3Eiguori9,"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","040 841 5589",358,Johansen,12/31/1990,25,Capricorn,MasterCard,5177065818614371,380,9/2018,311290-822D,"1Z V03 921 22 4323 570 8",8992728386,28465182,Yellow,"Electrical and electronics repairer","Clemens Markets","2002 TVR Speed 12",CandyConsultant.fi,O+,213.8,97.2,"5' 8""",173,2240a6b5-0705-434c-9b24-16b5e53986e8,60.378189,25.082107
|
||||
59,male,"Chechen (Latin)",Muslim,Godina,Mr.,K,"Rua Justino Rodrigues da Cunha 1837",Araguari,MG,"Minas Gerais",38445-097,BR,Brazil,MuslimGodina@teleworm.us,Sirstee,bohw8eipiiB,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(34) 8043-8652",55,Barsukov,3/13/1962,54,Pisces,MasterCard,5588095557658399,427,7/2017,742.652.333-09,"1Z 967 640 03 9330 490 3",0279109613,73691929,Blue,"Airport service agent","Success Is Yours","2010 Kia Carens",PhysicianGym.com.br,A-,225.3,102.4,"5' 5""",166,5c3a6388-e7bc-4c86-9f68-1269064b1077,-18.505735,-48.330355
|
||||
60,male,Greenland,Edvard,Sandgreen,Mr.,E,"178 Ari Belouhioti Street",Drymou,PA,Paphos,8742,CY,"Cyprus (Anglicized)",EdvardSandgreen@superrito.com,Aranced,jiev3ohRehoo,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","97 845959",357,Berthelsen,7/27/1993,22,Leo,Visa,4916830925820321,373,10/2020,,"1Z 911 521 32 1011 787 8",4300903612,59569100,Blue,Paperhanger,"Albers Super Markets","2008 Cadillac Escalade",CodingApps.com.cy,A+,226.6,103.0,"5' 9""",174,bcdcc6fb-4e34-4c1b-8471-a160a062950f,41.378829,-72.843823
|
||||
61,male,"Russian (Cyrillic)",Семен,Юдин,Mr.,Э,"Strada Provinciale 65 41",Casnigo,BG,Bergamo,24020,IT,Italy,Suppen@gustr.com,Suppen,Ro2iemee,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0386 6388812",39,,11/24/1990,25,Sagittarius,Visa,4916251736967765,197,10/2021,RL5291233,"1Z 419 837 20 7257 203 9",0228005889,34207247,Green,Marine,"Flipside Records","2001 Nissan Laurel",FontPoints.it,O-,203.7,92.6,"5' 7""",169,e4e93020-173e-43d8-a030-b010e786da09,45.856976,9.907648
|
||||
62,female,Hungarian,Ferike,Vass,Mrs.,L,"P.O. Box 275","Station Nord",QA,Qaasuitsup,3972,GL,Greenland,VassFerike@teleworm.us,Therithe,Aegi5ooPh,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","33 32 21",299,Danka,1/21/1947,69,Aquarius,Visa,4485962194267057,360,2/2020,,"1Z 824 5Y7 02 7193 292 0",4493747460,18718289,Blue,"Cable line installer","Richman Brothers","1997 BMW 850",StandardProgramming.gl,O-,131.1,59.6,"5' 2""",158,2c32ef87-876c-4b6a-bd44-701ceef23b99,77.107738,-69.177906
|
||||
63,male,Dutch,Yakup,"van der Schoot",Dr.,B,"ul. Kaplickiego Mieczysława 85",Kraków,,,30-712,PL,Poland,YakupvanderSchoot@einrot.com,Smusbuty,wid5aeNg,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","53 427 11 36",48,Hettinga,5/5/1956,59,Taurus,MasterCard,5213227848254190,674,10/2019,56050588696,"1Z 483 0V6 82 1332 446 2",6602543815,09134164,Blue,"Marketing research analyst","Nan Duskin","2012 Nissan X-Trail",RadioDiscussion.pl,B+,187.2,85.1,"5' 9""",175,f3d94843-c6d0-4020-b1bc-a370d7a7f73d,50.160287,19.994621
|
||||
64,male,Hispanic,Iñaqui,Camacho,Mr.,A,"Apartado de Correos 39",Arcediano,SA,Salamanca,37429,ES,Spain,InaquiCamachoVillasenor@rhyta.com,Dramuch,kae2nooQuae,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","641 887 681",34,Villaseñor,3/19/1980,36,Pisces,Visa,4916091095695833,941,4/2019,,"1Z 993 132 77 6581 895 5",0351161104,05150209,Blue,Orthodontist,"AJ Bayless","1996 Toyota Picnic",ExitMarketing.es,O-,246.0,111.8,"5' 10""",177,1dc8a13e-7a61-4958-8ce9-1727916b1c14,41.056637,-5.431179
|
||||
65,female,Russian,Nina,Samsonova,Mrs.,I,"248 Hugh Street","Careys Bay",,Dunedin,9023,NZ,"New Zealand",NinaSamsonova@armyspy.com,Lencept,Esou6ang0,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(028) 1905-776",64,,6/24/1931,84,Cancer,MasterCard,5213991501908885,825,11/2017,,"1Z 51Y 513 20 7105 609 1",0648173498,86712491,Purple,Groundskeeper,"Earthworks Yard Maintenance","2005 Fiat Panda",SuperImagination.co.nz,AB+,122.5,55.7,"5' 0""",152,bd0a5ba6-f31f-410f-9ea9-a3735c844ad6,-45.721619,170.573407
|
||||
66,female,Brazil,Ana,Pereira,Ms.,C,"Ilichova 67",Ljubljana,,,1509,SI,Slovenia,AnaCorreiaPereira@superrito.com,Ratepand,oSh1baiJ,"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",051-542-577,386,Alves,12/3/1972,43,Sagittarius,MasterCard,5357341555318928,457,7/2017,,"1Z 625 6A9 79 0555 085 9",1491008303,61979311,Blue,"Fiscal technician","Home Centers","2003 Jaguar R Coupe",InkDistributor.si,B+,193.8,88.1,"5' 6""",168,f36a9715-a0ee-4bb9-9933-2e60f8b8df95,45.879074,14.503175
|
||||
67,female,Swedish,Miranda,Åberg,Mrs.,K,"1805 Kamp St",Parow,WC,"Western Cape",7505,ZA,"South Africa",MirandaAberg@rhyta.com,Thapil,mieNg7veeX,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","083 518 4709",27,Sjöberg,12/15/1970,45,Sagittarius,MasterCard,5470061993034778,443,10/2020,7012153209083,"1Z 165 874 49 1899 833 6",4389296732,63679225,Purple,"Registered representative","Afforda Merchant Services","2007 Citroen C1",DNCommissioner.co.za,O+,167.6,76.2,"5' 4""",163,0b56efba-8741-465f-a209-764f5ae1fa92,-33.892259,18.51317
|
||||
68,female,Czech,Věra,Michalčíková,Ms.,J,"87 rue des Chaligny",NICE,PA,"Provence-Alpes-Côte d'Azur",06300,FR,France,VeraMichalcikova@teleworm.us,Meable50,Sahnu6ie,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0",04.14.79.23.69,33,Šírová,12/18/1950,65,Sagittarius,MasterCard,5147537450397926,556,7/2018,"2501200781339 63","1Z Y81 V49 25 2357 847 4",5367400948,38566649,Brown,"Insulation worker","Pay 'N Pak","2015 Toyota Highlander",TrekVille.fr,B+,110.2,50.1,"5' 5""",166,ed6a0392-dc16-46b4-b53b-d19be81fdefa,43.730359,7.342746
|
||||
69,female,Chinese,"Yue Ying",Wei,Ms.,G,"Rúa do Paseo 74",Santiponce,SE,Seville,41970,ES,Spain,YueYingWei@superrito.com,Nory1983,daibeid5Aef,"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","622 766 971",34,T'ang,7/5/1983,32,Cancer,Visa,4556992553851211,728,9/2021,,"1Z Y05 84F 61 3389 702 8",0236622309,03927227,Blue,Laborer,"Jitney Jungle","2005 Fiat Seicento",HoroscopeArchive.es,B+,208.1,94.6,"5' 1""",155,b1554fbc-9c7f-4faa-ac58-9012d99caafb,37.520149,-6.046357
|
||||
70,female,Klingon,Bura,Kultan,Mrs.,K,"2559 Reserve St","Coe Hill",ON,Ontario,"K0L 1P0",CA,Canada,BuraKultan@teleworm.us,Stroardlean,jeed5ooJai,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0",613-337-8794,1,Gannik,3/25/1987,29,Aries,MasterCard,5146524720558561,391,9/2019,"685 779 779","1Z 239 961 10 4159 446 7",1151777449,13951545,Blue,"Chief financial officer","Mansmann's Department Store","1999 Dodge Prowler",Riddles101.ca,O-,205.9,93.6,"5' 4""",163,6a3db21b-c6cb-47c1-80d0-2b4d32aeb7cc,44.850203,-77.856657
|
||||
71,male,"Russian (Cyrillic)",Исмаил,Андреев,Mr.,Г,"ul. Powstańców Wielkopolskich 108",Kraków,,,30-707,PL,Poland,Serthe@jourrapide.com,Serthe,ooy4Ejuphec,"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","69 144 69 70",48,,9/11/1944,71,Virgo,Visa,4556694821365574,893,3/2021,44091154039,"1Z 84V A30 58 8647 285 4",4918359201,89886197,Blue,"Rural mail carrier","Team Uno","1998 Toyota Corolla",CoedClassifieds.pl,A+,184.8,84.0,"6' 0""",182,af818040-5f67-4a5e-bab2-f4147543fa1b,50.00383,19.933812
|
||||
72,male,Danish,Andreas,Bertelsen,Mr.,T,"ul. Obywatelska 119","Zielona Góra",,,65-736,PL,Poland,AndreasTBertelsen@einrot.com,Burprostich,ow7oxahThe,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17","66 770 73 82",48,Østergaard,7/1/1941,74,Cancer,Visa,4539706858622073,763,5/2017,41070120317,"1Z 0W2 304 98 1356 662 9",0103398901,12746908,Black,President,Laneco,"1999 Lancia Zeta",RingtoneCulture.pl,A+,141.7,64.4,"5' 6""",167,f2219a7e-9371-4937-ae7e-775fbe507d6f,51.874663,15.586337
|
||||
73,female,Japanese,桐子,栗岡,Ms.,拓,"Αμαλίας 175",ΣΤΡΟΒΟΛΟΣ,NI,Λευκωσία,2007,CY,"Cyprus (Greek)",Pureet70@armyspy.com,Pureet70,Ahlup3eigou,"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","22 107634",357,神農,1/29/1970,46,Aquarius,Visa,4556401460011307,299,3/2017,,"1Z 854 7A0 26 4176 304 1",5176289267,52375184,Blue,"Copy editor",Prestiga-Biz,"1994 Toyota Century",StyleFoot.com.cy,O+,208.1,94.6,"5' 5""",166,dc2ba9f8-cce3-4931-bd2c-e0c5b9ec2003,41.317393,-72.916014
|
||||
74,female,"Russian (Cyrillic)",Анжела,Быкова,Mrs.,П,"Hrútafjörður 2",Brú,,,500,IS,Iceland,Eyess1986@fleckens.hu,Eyess1986,hoseiVoRu9g,"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko","486 9645",354,,12/5/1986,29,Sagittarius,MasterCard,5131985255969761,684,6/2018,,"1Z 3W5 491 65 6277 834 4",5671651661,32857017,Red,"Mine examiner","H. J. Wilson & Company","1995 Renault Espace",SelectDisc.is,A+,206.6,93.9,"5' 6""",167,3cfac712-bb84-4d7d-97a0-6f57617d71df,14.380515,121.086427
|
||||
75,female,Hungarian,Izabella,Sántha,Ms.,K,"Riegrova 863","Kolín 2",ST,"Stredoceský kraj","280 02",CZ,"Czech Republic",SanthaIzabella@dayrep.com,Buthent1972,aJeem0pahthi4,"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","720 788 990",420,Baán,8/28/1972,43,Virgo,Visa,4916337879070119,255,11/2021,,"1Z 4A6 880 28 7203 925 1",4136223872,11317299,Blue,"Medicinal chemist","Buckeye Furniture","2005 Ford Fiesta",PingPongPros.cz,O+,188.3,85.6,"5' 6""",167,162a2013-5f1e-4ad0-a138-f0c3e099e954,50.130149,15.132936
|
||||
76,female,Polish,Malina,Wojciechowska,Ms.,G,"3933 Ross Street",Napanee,ON,Ontario,"K7R 2P3",CA,Canada,MalinaWojciechowska@fleckens.hu,Orout1943,Fienoh8vei,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",613-354-1514,1,Duda,2/28/1943,73,Pisces,Visa,4539700970596745,759,8/2021,"122 112 501","1Z 4F9 74W 63 5487 071 5",0341635644,95342562,Purple,Babysitter,Greyvoid,"2002 Tata Indica",CreditQuarterly.ca,O+,127.8,58.1,"5' 1""",155,4bdf8ce5-467d-4e5e-ae7c-1ad74907ff19,44.340762,-76.887611
|
||||
77,female,Hungarian,Diána,Balog,Ms.,O,"Søndergade 29",Broby,SY,"Region Syddanmark",5672,DK,Denmark,BalogDiana@armyspy.com,Pliver,Heelov0ohb,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",41-13-68-25,45,Harsányi,9/26/1949,66,Libra,Visa,4916086543220176,759,9/2019,260949-3642,"1Z 31E 405 64 9779 488 3",0579143110,04296738,Silver,"Neonatal nurse","Play Town","2007 GMC Yukon",CheapWipes.dk,O+,188.3,85.6,"5' 3""",160,06559585-6c86-49f6-b1b7-71cf1d37c5c6,55.171812,10.11826
|
||||
78,female,Croatian,Vinka,Kolar,Mrs.,Ž,"Puerto Lugar 79",Murcia,MU,Murcia,30000,ES,Spain,VinkaKolar@superrito.com,Ingdow,aeveS7eeTh,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","691 013 443",34,Petrović,9/16/1991,24,Virgo,Visa,4485356849677630,063,9/2019,,"1Z 351 2E0 55 9517 059 3",4859541696,33289907,Blue,"Route driver","Shoe Kicks","2011 Tata Indigo",LustMarried.es,B+,150.5,68.4,"5' 3""",161,d00da586-d1a2-4733-afb9-b18be2b290a2,37.931264,-1.194957
|
||||
79,female,Klingon,Lorgh,Torghn,Mrs.,B,"4132 Fidler Drive","San Antonio",TX,Texas,78205,US,"United States",LorghTorghn@einrot.com,Witairsturs,ahb3OiBief,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36",210-704-8574,1,Duras,3/7/1957,59,Pisces,MasterCard,5207575002806504,575,4/2021,631-26-7082,"1Z 050 818 35 6333 799 3",7033988959,09772414,Purple,"Dressing room attendant","Parts America","1999 Daewoo Arcadia",fbclouderfb.com,AB+,138.6,63.0,"5' 7""",169,a8af1d85-e4f3-4770-86f7-38453db083ca,29.429891,-98.507962
|
||||
80,female,"Japanese (Anglicized)",Mikiko,Takenaka,Mrs.,N,"355 Heuvel St",Trompsburg,FS,"Free State",9913,ZA,"South Africa",MikikoTakenaka@einrot.com,Afrocke,Zosh4Ev7l,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","083 374 0770",27,Shibutani,2/26/1980,36,Pisces,MasterCard,5590285212248654,688,4/2017,8002261565186,"1Z 353 091 23 1144 514 7",2759634098,38655504,Red,"Building superintendent","Mikro Designs","1996 Fiat 126",IndieCasting.co.za,O+,165.9,75.4,"5' 5""",166,86685dcb-c05b-4cd4-9631-060234061a3c,-30.047643,25.866297
|
||||
81,female,Dutch,Alara,Sandifort,Mrs.,K,"Štefanikova 1242","Olešnice na Morave",JM,"Jihomoravský kraj","679 74",CZ,"Czech Republic",AlaraSandifort@gustr.com,Abould,Phohxe6aijee,"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","605 614 361",420,Adolfs,3/11/1932,84,Pisces,Visa,4556405679254848,137,4/2019,,"1Z 6A7 144 35 4950 407 1",9718702393,18049998,Purple,Geographer,Thompson,"2011 Lexus LFA",FeedbackRankings.cz,A+,185.5,84.3,"5' 3""",160,66d03327-177b-4c2b-89e0-c5051a2fcb8e,49.559222,16.408479
|
||||
82,male,Igbo,Sochima,Chieloka,Mr.,A,"Av. Zumalakarregi 3","Pilar de la Horadada",A,Alicante,03190,ES,Spain,SochimaChieloka@dayrep.com,Hionstiong,EiTh8volai,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","659 345 587",34,Chukwunonso,3/29/1954,62,Aries,MasterCard,5221504913564343,294,8/2017,,"1Z 692 A89 64 8284 843 6",4782722028,12126840,Blue,"Electronic newsgathering operator","County Seat","2009 Nissan Navara",CheapTissues.es,A+,236.7,107.6,"5' 7""",170,c3c9130c-4e50-4993-b0e2-9a5c3914b5aa,37.889185,-0.70461
|
||||
83,male,Persian,هوشیار,رهایی,Mr.,ه,"Dašická 28","Staré Hradište u Pardubic",PA,"Pardubický kraj","533 52",CZ,"Czech Republic",HewshaarRhaaa@superrito.com,Boashe1938,au9cha9Dae,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","468 691 094",420,کریمی,1/16/1938,78,Capricorn,Visa,4532602993496274,258,4/2017,,"1Z 441 V19 55 6396 304 1",2565373368,29181070,Blue,"Delivery services truck driver","Food Mart","2015 Lexus GS 350",CaffeineSoftdrinks.cz,A+,193.2,87.8,"5' 5""",165,87c466f1-2802-4353-99c6-eb74e4b2ff3c,50.055347,15.845686
|
||||
84,male,German,Uwe,Hartmann,Mr.,C,"54 rue Saint Germain",GAP,PA,"Provence-Alpes-Côte d'Azur",05000,FR,France,UweHartmann@dayrep.com,Mund1933,eez5ohph1Foh,"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0",04.03.24.31.93,33,Bach,9/3/1933,82,Virgo,MasterCard,5184734999311526,695,9/2021,"1330993303561 89","1Z A08 11V 27 3292 179 5",5112503566,18294303,Orange,Columnist,Laneco,"1994 Honda NSX",SocialJournals.fr,A+,207.0,94.1,"5' 11""",181,68bd3615-b415-4e53-9d36-17d977d5d695,44.394802,6.025808
|
||||
85,female,Greenland,Kristine,Petersen,Ms.,P,"Liljerum Grenadjärtorpet 58",TOMTEBODA,,,"173 34",SE,Sweden,KristinePetersen@jourrapide.com,Wholing,aeMieru2ch,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4",0734-6160303,46,Broberg,1/16/1997,19,Capricorn,Visa,4929597874083160,283,6/2019,970116-3561,"1Z 768 505 69 1304 715 0",8432612586,04996947,Red,"Intercity bus driver",Corpbay,"1993 Holden Commodore",TravelExhibit.se,A+,147.0,66.8,"5' 2""",158,78a66f4a-b6e3-4601-9d5d-3cd552ece40c,59.297878,17.934791
|
||||
86,female,Scottish,Rhian,Hughes,Mrs.,E,"Via Camischolas sura 36",Denens,,,1135,CH,Switzerland,RhianHughes@superrito.com,Flovedint,weeGie3Tho,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","021 515 14 33",41,Johnstone,5/26/1945,70,Gemini,MasterCard,5275438671886314,389,1/2020,,"1Z W04 393 06 9020 208 8",5859917821,37533346,Blue,"Media outreach specialist","Ukrop's Super Market","2006 Ford Five Hundred",LawnResearch.ch,A+,113.3,51.5,"5' 6""",167,88972524-2e4d-4582-9bc1-49895269525a,46.591882,6.424565
|
||||
87,male,Russian,Sebastian,Vasin,Mr.,P,"Rue de Genville 319",Pellaines,WLG,Liège,4287,BE,Belgium,SebastianVasin@gustr.com,Andits,Vi1eu2uu8r,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:44.0) Gecko/20100101 Firefox/44.0","0471 23 19 62",32,,6/30/1952,63,Cancer,MasterCard,5583458140828660,761,12/2021,,"1Z 4V2 282 32 2768 102 5",2661494626,41705134,Blue,"Landscape designer","Beefsteak Charlie's","1999 Chevrolet Prizm",OnlyBeverages.be,O+,245.1,111.4,"5' 7""",170,de8f0258-bd36-44e1-b337-45ecaa3c97bc,50.756649,4.946327
|
||||
88,male,Dutch,Detlef,Kapel,Mr.,L,"Guayabos 1846",Cardal,FD,Florida,94007,UY,Uruguay,DetlefKapel@fleckens.hu,Atimed,sho1Odo1Ai,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","9383 9826",598,Kampinga,10/23/1949,66,Scorpio,Visa,4539352888820203,523,11/2019,,"1Z E67 512 80 8540 375 5",5737209725,94186038,Blue,"Furnace, kiln, oven, drier, and kettle operator","Strategy Consulting","2007 Citroen C2",PlayerSwap.uy,B+,240.9,109.5,"5' 7""",171,820b80ac-4cab-4dce-bbfe-11e66a23f750,-33.882234,-55.80719
|
||||
89,female,American,Vera,Britton,Mrs.,M,"Þorsteinsgata 77",Neskaupstaður,,,740,IS,Iceland,VeraMBritton@gustr.com,Begaid,oaj9aibahY,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4","437 1334",354,Long,5/24/1935,80,Gemini,Visa,4716809488876922,951,4/2021,,"1Z 275 715 72 0373 082 7",2252807300,56910705,Yellow,"Photographic processing machine operator","Formula Gray","2010 Cadillac SRX",DroidNation.is,O+,119.7,54.4,"5' 4""",163,30ed94a2-31fd-4021-a915-5019ab17e3c2,65.054545,-13.658486
|
||||
90,female,"Chechen (Latin)",Lalita,Desheriyev,Mrs.,B,"Schouwstraat 44",Dronten,FL,Flevoland,"8251 EJ",NL,Netherlands,LalitaDesheriyev@rhyta.com,Haloved,cu9Oj1quov,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36",06-21891878,31,Inarkaevich,6/3/1980,35,Gemini,MasterCard,5175105791047975,336,11/2019,,"1Z 891 E12 84 9784 397 5",1506250309,91788668,Blue,"Drug Enforcement Administration (DEA) agent",Practi-Plan,"2001 Audi A3",MovieScrub.nl,O+,108.0,49.1,"5' 7""",169,83ab6aad-5cb9-49be-b3a2-a4e2c44ff43f,52.606613,5.682137
|
||||
91,female,England/Wales,Caitlin,Kirby,Ms.,F,"35 rue de l'Epeule",ROUEN,HN,Haute-Normandie,76000,FR,France,CaitlinKirby@armyspy.com,Ponet1944,Icho8ephash,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4",02.93.57.77.13,33,Thorpe,5/25/1944,71,Gemini,Visa,4485916422532773,138,1/2020,"2440553217736 11","1Z 315 E75 46 6724 948 5",2537231766,01892449,Green,"Nursing assistant","Lee Wards","1998 AC Cobra",LimoModels.fr,B+,193.2,87.8,"5' 5""",166,1e864b08-9d4d-478e-ac90-80c378e2fd03,49.49038,1.006664
|
||||
92,female,Icelandic,Fríður,Hjartardóttir,Mrs.,G,"Neuer Jungfernstieg 69",Eggenfelden,BY,"Freistaat Bayern",84301,DE,Germany,FriurHjartardottir@gustr.com,Foor1949,uaGhahg3qu,"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","08721 38 55 77",49,,12/17/1949,66,Sagittarius,Visa,4916207081775625,538,1/2017,,"1Z 671 678 78 6564 753 5",2703075045,27640182,Purple,"Family and general practitioner","Roadhouse Grill","1996 Alfa Romeo GTV",AppleSeek.de,O+,176.9,80.4,"5' 7""",171,6cca4d23-b7fd-4ede-a805-0975d06a1028,48.346533,12.761439
|
||||
93,female,Japanese,静香,桂,Ms.,恵,"Loftaheden 10",KOPPOM,,,"670 41",SE,Sweden,Sefuldsider@cuvox.de,Sefuldsider,oojai9uuPae,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",0571-4773820,46,田畑,7/4/1937,78,Cancer,Visa,4556209526322679,202,1/2019,370704-2028,"1Z 481 V10 45 7496 121 2",6110220327,30755361,Purple,"Payroll and benefits specialist","Cut Rite Lawn Care","1992 Lancia Delta",TrafficMoms.se,O+,207.0,94.1,"5' 5""",165,ed266fdb-bb4b-4d9d-96bd-e855cdd9a894,59.641969,12.07753
|
||||
94,female,Polish,Salomea,Kwiatkowska,Ms.,Z,"86 Rue El Yamen","Cite El Amel",22,"Governorate Zaghouan",1140,TN,Tunisia,SalomeaKwiatkowska@superrito.com,Ster1954,Raeg8Ong1,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","72 328 145",216,Chmielewska,5/24/1954,61,Gemini,Visa,4532768852314724,818,6/2020,,"1Z 3A2 620 50 2866 123 1",3731384677,27274917,Purple,"Employment and placement manager","Plunkett Home Furnishings","2006 Nissan Maxima",OptionListing.tn,O+,113.5,51.6,"5' 3""",161,be126bf9-ea68-4c23-a5ca-2ee472d58b7d,36.729397,10.01638
|
||||
95,male,Swedish,Ossian,Nyberg,Mr.,A,"Massbyntie 20",JÄRVENPÄÄ,UU,Uusimaa,04407,FI,Finland,OssianNyberg@jourrapide.com,Causubtlig,lue5aij0ORie,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","050 435 8658",358,Blom,12/27/1942,73,Capricorn,MasterCard,5548723017150389,446,8/2018,271242-555U,"1Z E40 628 57 6177 838 7",9871159153,45251193,Blue,"Route driver","Exact Realty","1994 Subaru Justy",GulfSpecialist.fi,O-,169.6,77.1,"5' 6""",168,cc00d7ea-cec6-4b87-b4c0-35dfdcaeb2c9,60.551255,25.13561
|
||||
96,male,Danish,Tobias,Thygesen,Mr.,A,"80 Mark Street",Pietersburg,LI,Limpopo,0732,ZA,"South Africa",TobiasAThygesen@fleckens.hu,Wely1941,ohH3fa6oogh,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","085 683 7934",27,Knudsen,6/20/1941,74,Gemini,MasterCard,5297033902972886,513,4/2017,4106205472187,"1Z E39 W76 58 4577 000 5",8227093289,04526003,Blue,"Gastroenterology nurse","Record & Tape Outlet","1992 Citroen Rally Raid",DomainNamePatrol.co.za,B+,216.0,98.2,"5' 5""",166,cf384f10-c50d-4f50-a5f3-6371d806b07c,-24.003791,29.6113
|
||||
97,female,"Chinese (Traditional)",書媺,孟,Ms.,令,"Pagari 18",Koppelmaa,HA,Harjumaa,76410,EE,Estonia,MengShuMei@rhyta.com,Friest,ahneed4Iap0,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","625 7648",372,邱,12/22/1991,24,Capricorn,MasterCard,5127417982839345,654,9/2019,,"1Z 4A2 745 51 8772 120 5",3152204928,06972930,Purple,"Patient representative","Paper Cutter","2010 Volkswagen Eos",LandShows.com.ee,O+,198.0,90.0,"5' 7""",171,20042bea-6a2b-4c01-b710-f7de78a91d05,59.228418,24.440606
|
||||
98,male,Croatian,Vlado,Herceg,Mr.,Z,"54 Roseda-Tinamba Road","GRAND RIDGE",VIC,Victoria,3962,AU,Australia,VladoHerceg@jourrapide.com,Priefichat1982,Soh8Ohphah,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4","(03) 5324 7645",61,Čeh,10/31/1982,33,Scorpio,MasterCard,5258544650927333,305,6/2021,,"1Z 8V2 48A 30 4273 503 4",5649022501,59144896,Blue,"Fish trimmer",Anderson-Little,"2008 Chevrolet Blazer",StartupExpense.com.au,O+,145.2,66.0,"6' 0""",184,dbce9875-295e-465d-85cb-9f31f07e87aa,-38.745832,146.35406
|
||||
99,female,"Russian (Cyrillic)",Нателла,Сергеева,Ms.,И,"Postbox 101",Kangaatsiaq,QA,Qaasuitsup,3955,GL,Greenland,Ahmiltoorly1966@armyspy.com,Ahmiltoorly1966,Eingazo6Sh,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","87 64 52",299,,9/10/1966,49,Virgo,Visa,4716672295849031,421,5/2018,,"1Z 7F0 561 26 8470 041 5",4302799995,90756823,Black,"Office and administrative support worker supervisor","Destiny Realty Solutions","2001 Toyota Avensis",FunnyTan.gl,O+,151.8,69.0,"5' 2""",158,d9b3cc45-6185-4b6f-a1a8-ae0e2ed4625e,68.211098,-53.43537
|
||||
100,female,Eritrean,Abeba,Kiros,Ms.,H,"Lodskovvej 53","Frederiksberg C",SJ,"Region Sjælland",1853,DK,Denmark,AbebaKiros@jourrapide.com,Agoo1932,EeGaeK8az,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",30-83-33-68,45,Efrem,10/3/1932,83,Libra,Visa,4716268861173342,550,6/2018,031032-3578,"1Z 905 083 25 8595 035 0",4995314581,02590858,Blue,"University instructor","Price Savers","2011 Suzuki Splash",TrafficLogos.dk,O+,143.2,65.1,"5' 7""",169,37f1781b-5975-4277-a961-380d88e8d44e,55.769299,12.517073
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,395 +0,0 @@
|
|||
{
|
||||
"order": 0,
|
||||
"template": "names",
|
||||
"settings": {},
|
||||
"mappings": {
|
||||
"_default_": {
|
||||
"dynamic_templates": [
|
||||
{
|
||||
"string_fields": {
|
||||
"mapping": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"match_mapping_type": "string",
|
||||
"match": "*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"Company": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MoneyGramMTCN": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"CountryFull": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NationalID": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"foo": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Kilograms": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"GivenName": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Birthday": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Latitude": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"Gender": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TelephoneNumber": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Vehicle": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CVV2": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"Pounds": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"Centimeters": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"MiddleInitial": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Number": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"CCType": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"UPS": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TropicalZodiac": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TelephoneCountryCode": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"Age": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"Password": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ZipCode": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CCNumber": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"Color": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GUID": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Title": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"WesternUnionMTCN": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"FeetInches": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"City": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NameSet": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Longitude": {
|
||||
"index": true,
|
||||
"type": "double",
|
||||
"doc_values": true
|
||||
},
|
||||
"EmailAddress": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MothersMaiden": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Occupation": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"StreetAddress": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CCExpires": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BrowserUserAgent": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Username": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"State": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"StateFull": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Country": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Domain": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Surname": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BloodType": {
|
||||
"type": "text",
|
||||
"fields": {
|
||||
"raw": {
|
||||
"ignore_above": 256,
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"aliases": {}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
Number|Gender|NameSet
|
||||
1|female|Vietnamese
|
||||
2|male|Greenland
|
|
|
@ -1,101 +0,0 @@
|
|||
Number,Gender,NameSet,GivenName,Surname,Title,MiddleInitial,StreetAddress,City,State,StateFull,ZipCode,Country,CountryFull,EmailAddress,Username,Password,BrowserUserAgent,TelephoneNumber,TelephoneCountryCode,MothersMaiden,Birthday,Age,TropicalZodiac,CCType,CCNumber,CVV2,CCExpires,NationalID,UPS,WesternUnionMTCN,MoneyGramMTCN,Color,Occupation,Company,Vehicle,Domain,BloodType,Pounds,Kilograms,FeetInches,Centimeters,GUID,Latitude,Longitude
|
||||
foo,female,Vietnamese,Chát,Dương,Ms.,T,"Estrada Nacional 34","Caldas da Rainha",LE,Leiria,2500-248,PT,Portugal,DuongThiQuynhChat@jourrapide.com,Notin1936,in9Ig5ux,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","21 244 202 4847",351,Ngô,7/6/1936,79,Cancer,Visa,4539880915084807,205,2/2017,,"1Z 305 534 47 7843 319 9",3723135851,23439558,Blue,"911 operator","Express Merchant Service","1992 Subaru XT",IntelPrograms.com.pt,O+,164.1,74.6,"5' 6""",168,f920442a-5009-402e-8797-d2912a212c1c,39.431983,-9.167203
|
||||
bar,male,Greenland,Mathias,Kristensen,Mr.,S,"χλμ Αλεξανδρούπολης 116",ΜΟΣΦΙΛΩΤΗ,LA,Λάρνακα,7647,CY,"Cyprus (Greek)",MathiasKristensen@einrot.com,Hoper1958,xah2eeB4,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","24 697019",357,Karlsen,2/10/1958,58,Aquarius,Visa,4485832593046883,100,1/2017,,"1Z 931 002 63 2935 100 8",4937475440,82207548,Red,"Lease buyer",Ejecta,"1995 Nissan Cefiro",WealthPayment.com.cy,B+,227.9,103.6,"5' 11""",180,e637ed7c-4b6b-4ebb-96cd-b51c8b9c3924,41.312009,-72.916134
|
||||
3,male,Eritrean,Dahlak,Ermias,Mr.,D,"76 Ings Lane",DEAN,,,"CA14 8SQ",GB,"United Kingdom",DahlakErmias@einrot.com,Yountwo,ahDoong9Xie,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","070 1913 7367",44,Alem,7/28/1931,84,Leo,MasterCard,5162521116803709,009,3/2021,"GR 74 36 75 A","1Z 792 083 95 1475 335 1",9725748118,41752099,Red,"Multiple machine tool operator","David Weis","2003 Jaguar XF",TanInsider.co.uk,O+,207.0,94.1,"5' 9""",175,842554c4-f0b7-47bf-b0e2-d3a6ec8d052a,54.613267,-3.382835
|
||||
4,female,Eritrean,Huriyyah,Semhar,Mrs.,M,"52 Piccadilly Place",Avenal,,Invercargill,9810,NZ,"New Zealand",HuriyyahSemhar@jourrapide.com,Knoter,ohz7QueeF,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(029) 9833-162",64,Simon,6/18/1975,40,Gemini,MasterCard,5160137160796533,767,5/2019,,"1Z 908 4V5 62 8326 148 9",5067528807,07396317,Purple,"Electronic equipment repairer","Netstars Matrix Design","2007 Volkswagen Pickup",CyberShuffle.co.nz,B+,228.8,104.0,"5' 8""",173,d7898ec9-b026-42f5-8e20-e8bc39391a37,-46.488158,168.318133
|
||||
5,female,Hobbit,Savanna,Took,Dr.,M,"Sarandi 8883","25 de Agosto",FD,Florida,94002,UY,Uruguay,SavannaTook@fleckens.hu,Therbut,vahroe8Chai,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","9628 8555",598,Burrows,10/17/1935,80,Libra,Visa,4539840947276201,200,1/2019,,"1Z 14A 88Y 79 1393 231 0",6751752034,26528528,Orange,"Segmental paver","University Stereo","1993 Peugeot 106",AirPriority.uy,A+,133.1,60.5,"3' 11""",119,b40f5955-279a-42ee-a780-eb72cc6a71fe,-34.490053,-56.497348
|
||||
6,male,Slovenian,"Dušan Anton",Rondović,Mr.,V,"57 Kohe Place",Inglewood,,"New Plymouth",4330,NZ,"New Zealand",DusanAntonRondovic@dayrep.com,Polornet,saewieth0eK,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(022) 3673-908",64,Vezzosi,9/3/1968,47,Virgo,Visa,4485935251785278,694,9/2021,,"1Z Y84 232 07 3818 756 2",6150903459,81864351,Red,"Publicity writer","The Flying Hippo ","2012 Suzuki Kizashi",CollarFlex.co.nz,O-,167.9,76.3,"5' 11""",181,b99254ae-853b-4cde-836d-84db4537eef7,-39.064813,174.142596
|
||||
7,male,Igbo,Onyekachukwu,Nnaife,Mr.,A,"49 Commercial Street",LANCEFIELD,VIC,Victoria,3435,AU,Australia,OnyekachukwuNnaife@jourrapide.com,Herought,Thidei8ae,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(03) 8544 8956",61,Chidiebele,6/19/1986,29,Gemini,Visa,4532024616353735,829,11/2017,,"1Z V52 903 77 8853 206 2",7307975669,86449492,Blue,Laborer,"Matrix Design","2011 Holden Captiva",BocaDryCleaner.com.au,O+,148.7,67.6,"6' 0""",183,9f0c31c4-bb0c-4e22-b942-f34458ce0466,-37.337711,144.686148
|
||||
8,male,Polish,Konstanty,Nowakowski,Mr.,H,"C/ Fernández de Leceta 87","Banyeres de Mariola",A,Alicante,03450,ES,Spain,KonstantyNowakowski@superrito.com,Jaccest,Od8ikeeZi,"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","710 715 772",34,Kowalczyk,10/12/1932,83,Libra,Visa,4556704720244729,786,4/2020,,"1Z 649 309 34 5264 110 6",1087898216,48725478,Blue,Librarian,"Record Town","2008 Ford Shelby GT 500",VFederal.es,O+,152.2,69.2,"5' 6""",168,6b50b359-cd29-4755-84b3-390bdfbdda2a,38.641399,-0.705956
|
||||
9,female,Hungarian,Natália,Majoros,Ms.,L,"Siikarannantie 60",TYRNÄVÄ,NO,"Northern Ostrobothnia",91800,FI,Finland,MajorosNatalia@gustr.com,Laregrell,oyah5HaiChee,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4","040 246 4522",358,Kerekes,9/26/1975,40,Libra,MasterCard,5257835046724512,422,10/2021,260975-8969,"1Z 534 358 72 6773 840 1",8500836086,55121158,Yellow,"Tire builder","Avant Garde Appraisal Group","2005 Ford Escape",FruitLaw.fi,O+,127.8,58.1,"5' 3""",161,4e526b41-1264-4bb4-80dd-a4ff1468622d,64.802906,25.586486
|
||||
10,female,Russian,Thekla,Bobrova,Mrs.,E,"Nurme 26",Rebase,VD,Viljandimaa,69610,EE,Estonia,TheklaBobrova@jourrapide.com,Ourn1968,LoeDohb4,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","438 5866",372,,1/29/1968,48,Aquarius,Visa,4485779963347542,790,3/2020,,"1Z 208 3E4 85 8243 503 7",1736464109,99557752,Brown,"Optometry doctor","J. K. Gill Company","2004 Toyota Celica",EasternFinland.com.ee,O+,114.8,52.2,"5' 8""",172,ae7bc692-5ec0-47b4-ae82-783fc73f86d1,58.284012,25.602855
|
||||
11,female,Norwegian,Amalie,Thorstensen,Dr.,M,"Illoqarfiup Qeppa 272",Paamiut,SM,Sermersooq,3940,GL,Greenland,AmalieThorstensen@fleckens.hu,Preple1954,ooP2ou6pi,"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko","68 85 95",299,Pedersen,10/13/1954,61,Libra,Visa,4539884960565421,398,3/2017,,"1Z 299 252 20 6595 338 7",7893882226,79232951,Green,Chiropractor,"K's Merchandise","2009 Tata Safari",InlineForum.gl,O+,130.0,59.1,"5' 1""",155,97506369-8bbd-4dd8-88f7-e5b835bc5937,61.921088,-49.790684
|
||||
12,female,French,Audrey,Lavoie,Ms.,N,"Rua Vinte e Seis 223","Ribeirão das Neves",MG,"Minas Gerais",33830-250,BR,Brazil,AudreyLavoie@einrot.com,Nessaver1939,Ee4iemaghot8,"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(31) 9273-9410",55,Pelletier,2/27/1939,77,Pisces,Visa,4929317469922551,224,11/2019,234.554.641-73,"1Z 4V3 204 37 4229 948 4",7198030813,75772776,Blue,"Science writer","Kragen Auto Parts","1995 Mazda 323",UKPromos.com.br,O+,236.7,107.6,"5' 1""",156,e66a9625-fbac-4c7b-a97b-ccc67c51f8e9,-19.817305,-44.032982
|
||||
13,female,Hungarian,Blanka,Józsa,Mrs.,A,"91 avenue du Marechal Juin",SAINT-LOUIS,GY,Guyane,97450,FR,France,JozsaBlanka@fleckens.hu,Witaing,juPuuch2,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36",02.84.18.40.92,33,Szôlôsy,10/20/1958,57,Libra,MasterCard,5440658552882369,453,4/2017,"2581037843558 53","1Z 014 800 95 3192 140 9",1542332987,08910396,Blue,Veterinarian,"Bugle Boy","2008 Citroen C2",GreatReverseMortgage.fr,O+,122.8,55.8,"5' 6""",168,4c34f5b3-448d-4190-a2e1-dfbd92b07d38,47.549333,7.518695
|
||||
14,female,Dutch,Eleonoor,Wilmink,Mrs.,D,"Avenida Madre Andaluz 119",Serrada,SA,Santarém,2025-167,PT,Portugal,EleonoorWilmink@fleckens.hu,Zies1941,ohmoo7Ai,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","21 243 212 6066",351,"van der Boom",8/21/1941,74,Leo,Visa,4532445819118577,673,2/2018,,"1Z 366 706 52 0818 044 0",4478455721,08007674,Purple,Dietitian,"Home Centers","2007 Mercedes-Benz CLS",AnywhereOnDemand.com.pt,A+,197.1,89.6,"5' 4""",162,fce8233c-b832-4640-80b4-c9d77417915e,39.402291,-8.794279
|
||||
15,male,Persian,شاپور,"نافه چی",Mr.,ن,"Kylpylaitoksentie 24",POLVIJÄRVI,NK,"North Karelia",83700,FI,Finland,ShapewerNafhchea@armyspy.com,Crad1987,phoyiesan2Y,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","042 318 3150",358,چرمشیر,2/4/1987,29,Aquarius,MasterCard,5362945625558173,650,9/2019,040287-5092,"1Z 620 A83 65 8931 283 4",3952039517,64725355,Blue,"Certified respiratory therapist","Plunkett Home Furnishings","2004 Nissan R 390 GT1",IDepreciate.fi,B+,163.9,74.5,"6' 0""",183,21f40cec-4229-4789-b5cc-672f53346c65,62.943307,29.367467
|
||||
16,male,England/Wales,Riley,Jarvis,Mr.,M,"460 Golf Course Drive",Chantilly,VA,Virginia,22021,US,"United States",RileyJarvis@armyspy.com,Alawavell,leeyai3Ou1Ei,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36",703-403-7835,1,Hardy,11/20/1972,43,Scorpio,MasterCard,5299169391466895,912,5/2021,231-30-8052,"1Z 157 52F 34 9404 759 9",6033918508,50809800,White,"Computer technology trainer","Rogers Food Stores","2004 Porsche Cayenne",faceourworld.com,O+,183.3,83.3,"5' 10""",178,be49e47e-34e8-4dc7-8d48-0b7f6df93afd,38.890469,-77.403896
|
||||
17,female,Igbo,Anenechi,Anenechukwu,Ms.,C,"Hensmoveien 26",HØNEFOSS,,,3516,NO,Norway,AnenechiAnenechukwu@jourrapide.com,Pravall,uiBenee8bie,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586","912 32 917",47,Eberegbulam,1/19/1952,64,Capricorn,Visa,4485514119691364,313,10/2020,,"1Z 137 296 75 7112 964 2",4654524219,32156395,Red,Cardiographer,"Listenin' Booth","2015 BMW X3",SocialShows.no,A-,212.3,96.5,"5' 2""",157,cc581962-186a-44e9-971b-fd226e2889cc,60.404911,10.0951
|
||||
18,male,Arabic,Abdul-Matin,Amari,Mr.,W,"Rua Agripino Francisco Martins 1659",Macaé,RJ,"Rio de Janeiro",27913-370,BR,Brazil,Abdul-MatinWaddahAmari@rhyta.com,Hictishe,oH9aicieH5,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(22) 6029-2569",55,Awad,10/4/1970,45,Libra,MasterCard,5250787424374716,425,11/2020,337.499.744-97,"1Z 473 978 31 0317 693 0",4469297230,18544245,Black,"Musical instrument tuner","Kids Mart","2003 Honda Logo",VoiceTrader.com.br,B+,183.0,83.2,"5' 8""",173,f669bb73-3929-4713-a20e-9ee58acff284,-22.271824,-41.970837
|
||||
19,female,Ninja,Tadonoku,,Ms.,,"Rue Leval 444",Scy,WNA,Namur,5361,BE,Belgium,Tadonoku@cuvox.de,Siriand,peSh0kee,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","0490 85 05 47",32,Katekarinari,5/3/1954,61,Taurus,Visa,4556929276368636,462,3/2018,,"1Z 70F 655 77 3812 295 4",5112185296,09357429,Blue,"Dermatology nurse","Media Play","2014 Mazda CX-9",CDApps.be,O+,143.9,65.4,"5' 7""",169,88cec621-b521-4552-a4f8-2567d1c607de,50.276518,5.255612
|
||||
20,female,Polish,Michalina,Sokołowska,Mrs.,A,"75 N. Stadion",Larnaka,LA,Larnaca,6025,CY,"Cyprus (Anglicized)",MichalinaSokolowska@einrot.com,Porticed1979,Rahleu0op,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","24 710674",357,Woźniak,12/31/1979,36,Capricorn,Visa,4532486363586033,022,2/2018,,"1Z 624 752 92 7879 603 4",7733155391,87769374,Green,Allergist,"Super Place","2008 Alfa Romeo Spider",FujiLinks.com.cy,O+,176.4,80.2,"5' 3""",161,45da844b-3f45-4085-942b-696ed63f9ad2,41.259728,-72.863339
|
||||
21,male,Czech,Jiří,Lankaš,Mr.,I,"Kankaanpääntie 69",KEMI,LL,Lapland,94830,FI,Finland,JiriLankas@gustr.com,Wascame56,gei4ii0Z,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","040 545 2883",358,Klimková,11/2/1956,59,Scorpio,MasterCard,5233201439793888,435,3/2020,021156-377S,"1Z 110 569 45 6674 488 2",4668743363,01137345,Black,"Mathematical statistician","Payless Cashways","2009 Chevrolet Uplander",ATVsuppliers.fi,B+,139.0,63.2,"5' 8""",172,c7142333-6f65-49db-b7cb-63bc22418091,65.83192,24.486305
|
||||
22,female,Dutch,Selena,"van Moorselaar",Mrs.,S,"Tungata 6",Höfn,,,781,IS,Iceland,SelenavanMoorselaar@armyspy.com,Camither,li4chazeiW7,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","489 0700",354,Pannekoek,8/2/1994,21,Leo,Visa,4532615257659213,052,5/2018,,"1Z Y48 361 97 8129 203 2",3118018745,54022422,Blue,"Occupational health and safety specialist","Hamady Bros. Supermarkets","2014 Audi A6",EntertainmentAccountant.is,B+,215.2,97.8,"5' 4""",162,fcd0737f-6034-405b-94ff-53dcb960066a,64.237896,-15.194802
|
||||
23,female,Hobbit,Rosamunda,Gamgee,Mrs.,M,"Kirchenplatz 54",AUHÄUSELN,OO,"Upper Austria",4675,AT,Austria,RosamundaGamgee@einrot.com,Noins1932,eiy4Reech,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","0660 729 58 48",43,Lightfoot,5/19/1932,83,Taurus,MasterCard,5499439297292846,318,3/2019,,"1Z 895 747 85 8732 891 0",3552774488,44408039,Purple,"Engineering manager",Merrymaking,"2003 Honda NSX",PlumbingSeries.at,AB+,115.3,52.4,"3' 8""",113,218b1a5b-0a88-4e2f-a793-174aa392f8da,48.160951,13.770045
|
||||
24,male,Scottish,Matthew,Henderson,Mr.,S,"Via Torre di Mezzavia 26","Torino Di Sangro Stazione",CH,Chieti,66020,IT,Italy,MatthewHenderson@cuvox.de,Obbigh,eiTeiYai9n,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0396 3165196",39,Cunningham,1/2/1962,54,Capricorn,Visa,4556029829789691,064,8/2021,XE58962766,"1Z 997 982 46 6674 395 2",1152659486,02309348,Red,"Electronic typesetting machine operator",Afforda,"2011 Kia Cee'd",Eclectichair.it,AB+,218.2,99.2,"5' 9""",174,25f234cb-eace-4673-b155-46a2ba55961c,42.230427,14.591838
|
||||
25,female,Swedish,Gina,Eliasson,Ms.,T,"Jahu 43",Võhma,SA,Saaremaa,94661,EE,Estonia,GinaEliasson@fleckens.hu,Dentry,wa6quaiJohf,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","457 5978",372,Abrahamsson,3/16/1952,64,Pisces,MasterCard,5335786594910332,721,12/2020,,"1Z 076 129 67 3120 882 8",5023459587,91859218,Blue,CPA,"Eli Moore Inc","2005 Subaru G3X",NonProfitAnalyst.com.ee,B+,190.3,86.5,"5' 3""",159,14ed6a0b-42da-4b70-91ce-97d3cf25dfd7,58.651782,25.562309
|
||||
26,female,Klingon,G'Naana,Moctos,Mrs.,K,"69 rue du Fossé des Tanneurs",TOULON,PA,"Provence-Alpes-Côte d'Azur",83100,FR,France,GNaanaMoctos@armyspy.com,Embefors,eHoobang9p,"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko",04.61.76.24.96,33,Surgh,7/20/1945,70,Cancer,Visa,4916176747295486,866,8/2018,"2450791932327 43","1Z 733 560 78 2825 551 6",1667405315,72667549,Green,Macroeconomist,"Earthworks Garden Kare","2007 Kia Rondo",AffordableHandbag.fr,O+,193.4,87.9,"5' 5""",166,7010e456-eebf-4ecb-b643-161524e0b7e5,43.198504,5.875596
|
||||
27,female,Arabic,Marwah,Haik,Ms.,A,"23 Felix Lane",SIABOST,,,"HS2 1HT",GB,"United Kingdom",MarwahAmirahHaik@rhyta.com,Rects1985,Doh9EejiD9f,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","079 3477 0737",44,Asker,10/6/1985,30,Libra,MasterCard,5253770508122331,725,12/2017,"NM 82 07 73 C","1Z 580 3F7 95 5197 484 7",1933882660,17968944,Blue,"Reservation agent","The Flying Bear","2005 Jaguar S-Type",SeekNetworking.co.uk,B-,177.3,80.6,"5' 3""",161,a24808e7-1252-415d-bddd-c89c78e8a80f,58.278026,-6.640254
|
||||
28,female,"Chinese (Traditional)",雅菁,蔡,Ms.,京,"172 Sword Street",Gore,,Gore,9710,NZ,"New Zealand",CaYaJing@dayrep.com,Apers1987,aeph2Moh,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(020) 3245-276",64,方,1/7/1987,29,Capricorn,Visa,4532152026743292,830,4/2020,,"1Z 304 352 76 9266 934 6",6834544180,46170836,Blue,"Bench technician",Strawberries,"1992 Honda Civic",PeakCam.co.nz,O+,154.4,70.2,"5' 1""",156,7818649e-fe87-4973-b8c0-0f8c461f2284,-46.110621,168.917711
|
||||
29,male,"Russian (Cyrillic)",Наум,Боголюбов,Mr.,Л,"José matía 20",Pozo-Lorente,AB,Albacete,02154,ES,Spain,Wrouse@teleworm.us,Wrouse,waiye3Dah9,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:44.0) Gecko/20100101 Firefox/44.0","763 993 327",34,,12/27/1956,59,Capricorn,Visa,4916339124459022,967,11/2019,,"1Z Y50 49Y 89 7152 618 1",2661629607,52342846,Green,"General internist","Netcom Business Services","2004 Chevrolet Express",GetTronics.es,A+,173.1,78.7,"5' 10""",178,fb40260f-e53d-4fc0-af2e-700d72239e11,39.100174,-1.362306
|
||||
30,male,Greenland,Jørgen,Karlsen,Mr.,H,"Rörgrunsvägen 61",VAASA,OS,Ostrobothnia,65200,FI,Finland,JrgenKarlsen@dayrep.com,Favertand,mue2haeGheiM,"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","046 352 3163",358,Møller,9/20/1970,45,Virgo,MasterCard,5242159016698715,783,12/2018,200970-657D,"1Z 772 256 98 4363 462 8",8018658673,82594298,Blue,"Shoe and leather worker","Britches of Georgetown","2000 Ford Galaxy",FamousDirector.fi,O+,231.2,105.1,"6' 2""",187,f421e33a-925d-4f35-8f49-cdd1d37b0507,63.08398,21.598875
|
||||
31,female,"Chinese (Traditional)",虹均,徐,Ms.,孟,"57 Place du Jeu de Paume",VILLEJUIF,IL,Île-de-France,94800,FR,France,XuGongYun@teleworm.us,Apers1942,wesh9Phe1ee,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",01.65.63.20.82,33,賀,12/9/1942,73,Sagittarius,MasterCard,5525598875510560,496,8/2021,"2421213610731 89","1Z 603 641 45 3534 801 0",7692932854,13831959,Blue,"Principal secretary","Childs Restaurants","2009 Buick Park Avenue",YouExit.fr,O+,110.9,50.4,"5' 4""",163,f8f9fbb9-4532-4857-978c-35ee4b538d64,48.813018,2.414832
|
||||
32,male,Slovenian,Belmin,Žižko,Mr.,C,"Rua Manoel Peres 883","Ribeirão Preto",SP,"São Paulo",14091-370,BR,Brazil,BelminZizko@fleckens.hu,Musur1991,oo2Yiewei9a,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36","(16) 6333-6825",55,Žiger,4/5/1991,25,Aries,MasterCard,5250037021815111,044,7/2020,514.602.563-01,"1Z 8F7 699 28 4636 021 1",6659623142,83661985,Silver,"Computer support specialist","Ideal Garden Management","1993 Ford Orion",StrikeSupport.com.br,O+,218.2,99.2,"6' 1""",185,76f2624e-56a0-423b-8005-3bc0ac10d2ba,-21.15752,-47.842863
|
||||
33,male,Chinese,On,Ch'eng,Mr.,L,"3982 St. John Street",Jansen,SK,Saskatchewan,"S4P 3Y2",CA,Canada,OnCheng@teleworm.us,Thadvating73,IoVoo9eit,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586",306-364-3245,1,Jen,12/31/1973,42,Capricorn,MasterCard,5170391085956072,185,5/2018,"395 238 454","1Z 37V 52W 71 8123 516 0",2806913270,48995429,Blue,"Tractor-trailer driver",StopGrey,"2009 Chevrolet Uplander",BasicFM.ca,B+,225.9,102.7,"5' 8""",172,155ccbec-3dc3-4f29-b29d-a771f19c5876,51.775191,-104.661933
|
||||
34,female,Australian,Skye,Meeson,Mrs.,A,"Skolavordustig 99",Reykjavík,,,132,IS,Iceland,SkyeMeeson@fleckens.hu,Cluat1950,PhaiJ0Fiem,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","412 5896",354,Cherry,11/19/1950,65,Scorpio,MasterCard,5152335015269918,997,8/2018,,"1Z 4Y1 972 94 1367 686 9",8415154316,85349114,Orange,"Sociocultural anthropologist","Electronics Source","2006 Saab 9-5",BuyTopeka.is,AB+,160.8,73.1,"5' 4""",162,9c4444f3-16c2-4379-9767-5cc4b9a0f08f,64.112286,-21.906342
|
||||
35,male,Arabic,Karim,Kalb,Mr.,A,"90 Ash Lane",YATTENDON,,,"RG18 3SQ",GB,"United Kingdom",KarimAbdul-GhaffarKalb@teleworm.us,Corid1977,iu1Giegh9e,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","077 4116 6980",44,Assaf,8/17/1977,38,Leo,MasterCard,5564577682781368,361,1/2017,"AA 18 31 07 D","1Z 961 617 01 4028 091 3",0646532913,51815235,Green,"Nephrology nurse","Brooks Fashions","1996 BMW 525",SoccerAlerts.co.uk,A+,239.1,108.7,"5' 8""",173,89ad2946-ce02-4cef-8bb0-a725774e4515,51.331634,-1.199337
|
||||
36,female,Hispanic,Ghita,Candelaria,Mrs.,A,"173 Kallithea Avenue",Zanakia,LI,Limassol,4713,CY,"Cyprus (Anglicized)",GhitaCandelariaRosales@rhyta.com,Sistally,eengahLaa8I,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","25 992570",357,Rosales,11/25/1932,83,Sagittarius,Visa,4916412273317521,419,7/2020,,"1Z 38A 362 63 4226 180 6",4021922028,67700480,Purple,"Automotive air-conditioning repairer","Security Sporting Goods","2010 Volkswagen Polo",OnlyBiofuel.com.cy,O+,194.3,88.3,"5' 5""",164,a2f24ecd-01ce-45d7-9198-c39fa5f960e7,41.232975,-72.855582
|
||||
37,female,England/Wales,Scarlett,Wong,Mrs.,L,"Rue des Campanules 63",Strépy-Bracquegnies,WHT,Hainaut,7110,BE,Belgium,ScarlettWong@superrito.com,Anithfultans1946,xuu2Yohie,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","0499 14 00 74",32,Martin,2/28/1946,70,Pisces,Visa,4929519572533486,422,3/2019,,"1Z A09 228 35 7134 967 0",5431435438,99885008,Blue,"Clerical worker supervisor","Pro Property Maintenance","2003 Dodge Viper",ListColors.be,O+,180.6,82.1,"5' 1""",156,8afbe241-ee71-44fc-aacf-25aa35c76570,50.413509,4.146208
|
||||
38,female,Hungarian,Vicuska,Szakály,Ms.,S,"Rua Manoel Antonio Fonseca 801","Várzea Paulista",SP,"São Paulo",13220-202,BR,Brazil,SzakalyVicuska@armyspy.com,Thento,Etaraig1coh,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(11) 4598-7358",55,Kultsár,9/30/1965,50,Libra,MasterCard,5515186658032499,558,10/2021,799.751.781-20,"1Z 77Y F95 80 7793 273 0",1311759781,72474196,Purple,"Oxy-gas cutter","Webcom Business Services","1996 Lada Niva",StoreGrab.com.br,O+,129.8,59.0,"5' 0""",153,7b9cedf7-c9e5-4bf9-8f6e-921e231aded4,-23.126225,-46.886122
|
||||
39,male,Icelandic,Einar,Salbergsson,Mr.,M,"Προδρόμου 142","ΑΓΙΑ ΚΕΠΗΡ",NI,Λευκωσία,2561,CY,"Cyprus (Greek)",EinarSalbergsson@teleworm.us,Putted,cahX9vaeth,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","22 981818",357,,7/9/1984,31,Cancer,MasterCard,5444234591909724,211,6/2020,,"1Z Y94 Y17 89 9139 339 6",6712390822,67590025,Blue,"Gaming and sports book writer","Earthworks Garden Kare","1997 Acura Integra",WirelessNovelties.com.cy,O+,154.4,70.2,"6' 2""",187,917c4412-9b4e-4234-97b2-3f4a1e63c467,41.358485,-72.912752
|
||||
40,female,Dutch,Lesley-Ann,"van Soeren",Mrs.,B,"In Stierwisen 22",Missy,,,1565,CH,Switzerland,Lesley-AnnvanSoeren@rhyta.com,Atrom1962,Feel5oong,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","021 368 78 72",41,Kalloe,4/13/1962,53,Aries,MasterCard,5110836792327184,843,4/2019,,"1Z 808 A60 69 1389 394 0",8673451147,25243598,Red,"Hearing therapist",Vari-Tec,"1994 Cadillac Eldorado",CanadianHackers.ch,AB-,223.5,101.6,"5' 5""",165,c1c29b54-1845-4701-9383-b76a3d8657ad,46.953277,6.903825
|
||||
41,male,German,Felix,Brauer,Mr.,L,"12 Argyll Road",LLANDOGO,,,"NP5 7SS",GB,"United Kingdom",FelixBrauer@superrito.com,Gazeelly,coi7OoJoh,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","078 5605 5726",44,Kortig,8/12/1944,71,Leo,MasterCard,5210394959209166,001,1/2021,"MA 32 76 84","1Z 50V 368 13 4826 195 2",0782087207,33655934,Blue,"Sports competitor","Infinite Wealth","2003 Ford Lynx",uCatholic.co.uk,O+,156.0,70.9,"5' 7""",170,68ab66ec-0c44-4410-9539-33e29903403c,51.665503,-2.850079
|
||||
42,male,German,Lukas,Baier,Mr.,D,"De Dolven 120",Westerland,NH,Noord-Holland,"1778 JR",NL,Netherlands,LukasBaier@fleckens.hu,Habing,eiKa2Iuph,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",06-90764027,31,Wannemaker,12/7/1955,60,Sagittarius,MasterCard,5324503345344593,121,8/2021,,"1Z 029 447 98 6730 707 8",8167780670,57163019,Blue,"Older worker specialist","Gamma Gas","1992 Rover 400",PartyPublicity.nl,O+,226.4,102.9,"5' 9""",176,0a43c461-f55e-40c0-8fc5-82b8d0a26aef,52.959062,4.831341
|
||||
43,male,Hobbit,Mosco,Galbassi,Dr.,L,"Rua V 720","Governador Valadares",MG,"Minas Gerais",35051-690,BR,Brazil,MoscoGalbassi@superrito.com,Sopen1948,Aith6Mahs1,"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","(33) 6991-7053",55,Hogpen,4/7/1948,68,Aries,MasterCard,5546228112928756,907,7/2020,417.268.713-04,"1Z 66E 385 68 3507 022 1",0442612045,73661068,Blue,"Commercial photographer","Cardinal Stores","1994 Maserati Shamal",DiscountRacquet.com.br,A+,143.9,65.4,"2' 1""",63,552a09e8-6373-42fc-a225-1cb182d64cb4,-18.758879,-42.015024
|
||||
44,female,Eritrean,Ariam,Berhane,Mrs.,E,"Outid de Arriba 39",Deltebre,T,Tarragona,43580,ES,Spain,AriamBerhane@jourrapide.com,Ancer1957,toh9ohh0ohPh,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","691 244 795",34,Afwerki,10/11/1957,58,Libra,MasterCard,5319511923931407,650,12/2018,,"1Z Y60 752 12 9326 911 0",7949603493,96342868,Purple,"Marketing research analyst","Advansed Teksyztems","2008 Pontiac Solstice",BalletCourse.es,O-,129.4,58.8,"5' 2""",157,5696ae37-be2d-4b1d-9acf-3d560601f0cf,40.812325,0.516925
|
||||
45,female,Czech,Petra,Hrubá,Ms.,J,"Žerotínova 1325","Havlíckuv Brod 1",VY,"Kraj Vysocina","580 01",CZ,"Czech Republic",PetraHruba@jourrapide.com,Glikeels,Oc2yeeshewie,"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko","720 995 828",420,Tesařová,10/18/1952,63,Libra,Visa,4485621181012765,982,8/2021,,"1Z 494 215 39 2579 003 6",2283797007,89692804,Blue,Molder,"AM/PM Camp","2010 Maybach 62",PlumbingBuilder.cz,O+,143.4,65.2,"5' 3""",159,5d52e8b2-4f4f-45ae-b15a-797406b62c0c,49.601073,15.518924
|
||||
46,female,Persian,نگار,"روح اللهی",Mrs.,ب,"119 Melling Link",Waiwhetu,,"Lower Hutt",5010,NZ,"New Zealand",NeguarRewhalelha@teleworm.us,Thenealt,ohshohsh6Oh,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(027) 5759-631",64,طایی,11/13/1962,53,Scorpio,Visa,4916346130887518,824,6/2020,,"1Z 407 F90 37 1455 166 4",8580074077,71071136,Black,"Bench technician","WWW Realty","2004 Lexus LF-C",PromBuzz.co.nz,B+,124.3,56.5,"5' 3""",160,b3885f18-856d-40c2-ba16-b4b88a8d37b9,-41.199586,174.862399
|
||||
47,female,Croatian,Zora,Pranjić,Ms.,B,"Dalmatinova 10",Vitomarci,,,2255,SI,Slovenia,ZoraPranjic@teleworm.us,Cress1964,Eigee7goH0,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4",031-709-618,386,Radić,3/28/1964,52,Aries,Visa,4556809151711870,196,7/2017,,"1Z 581 710 66 8252 507 9",6060185451,19677987,Green,"Engineering geologist","Liberty Wealth Planner","2009 Toyota Corolla",LinkMoves.si,O+,207.9,94.5,"5' 8""",172,f5cce4fd-03b6-4640-bc7d-ebb9e717e4bc,46.510117,15.989996
|
||||
48,male,Croatian,Jozo,Jurić,Mr.,C,"Rua Um 1381",Itabira,MG,"Minas Gerais",35900-290,BR,Brazil,JozoJuric@cuvox.de,Thensiong51,maedu9us6Ah,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(31) 3292-4100",55,Čerkez,3/18/1951,65,Pisces,Visa,4916406429364098,759,3/2017,713.861.538-85,"1Z 975 340 85 3744 511 7",4356170780,39048219,Blue,"Petroleum pump system operator","Realty Zone","2015 Lexus IS 250",TownResults.com.br,O+,244.6,111.2,"6' 0""",184,89be7465-4e4c-4c5b-bd05-ec9c00c11c6b,-19.672293,-43.24526
|
||||
49,male,Igbo,Sopuluchi,Anenechi,Mr.,Y,"Florianapolis 6393","Nico Pérez",LA,Lavalleja,30201,UY,Uruguay,SopuluchiAnenechi@rhyta.com,Ollourety1959,liegh2Th,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","9496 3427",598,Okechukwu,5/18/1959,56,Taurus,Visa,4556256541937908,332,9/2019,,"1Z E98 035 94 6664 584 3",1916952799,17506923,Blue,"Front-end mechanic",Sandy's,"1999 BMW 540",LargePlane.uy,B+,222.2,101.0,"5' 7""",171,6c8fa177-5e99-47bf-942c-9144e008454d,-33.434162,-55.215533
|
||||
50,female,French,Brigitte,Brodeur,Mrs.,É,"Vicolo Calcirelli 86","Castello Di Fiemme",TN,Trento,38030,IT,Italy,BrigitteBrodeur@einrot.com,Willoused78,eiPe6KaeGee,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0326 2838579",39,Louis,12/7/1978,37,Sagittarius,Visa,4929760730231825,239,4/2020,EZ12092743,"1Z 501 508 54 8954 981 0",6631103944,96608763,Purple,"Decommissioning and decontamination (D&D) worker","Harvest Foods","1998 Lotus Emme",MongoliaTrip.it,A+,127.6,58.0,"5' 8""",172,59fcf7a0-0c5e-4fdb-b2b7-234ee8b50f1e,46.172337,11.231953
|
||||
51,female,Igbo,Isioma,Okwuadigbo,Ms.,C,"Djúpivogur 83",Hafnir,,,233,IS,Iceland,IsiomaOkwuadigbo@jourrapide.com,Begavis,Boo6ohhei,"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","424 5387",354,Onyeorulu,12/6/1943,72,Sagittarius,MasterCard,5599924693343896,075,3/2017,,"1Z 5F9 527 82 5361 213 1",2604895243,39574971,Brown,"Curriculum specialist",Henry's,"2005 Ford Taurus",DiscountPork.is,B+,161.9,73.6,"5' 5""",166,036b3225-1236-41b4-881f-8ac0be7d381a,63.848323,-22.590371
|
||||
52,female,Slovenian,Biljana,Kožamelj,Mrs.,B,"Árbraut 50",Blönduós,,,540,IS,Iceland,BiljanaKozamelj@rhyta.com,Entsion,Feizooj7ae,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","420 4731",354,Bilandžija,8/14/1936,79,Leo,Visa,4532227412840629,980,8/2017,,"1Z 254 303 25 9426 107 2",3556333454,94996722,Yellow,Bodyguard,Nedick's,"1994 Ford Royale",GardenDistributor.is,O+,191.4,87.0,"5' 6""",168,58507343-3357-4a78-9f0c-7f55f2f684d6,65.754717,-20.409486
|
||||
53,male,Swedish,Timothy,Lund,Mr.,C,"ul. Mrówcza 15",Łódź,,,91-512,PL,Poland,TimothyLund@jourrapide.com,Willon,quaiBuT3oom,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","66 464 74 44",48,Jonsson,5/8/1957,58,Taurus,MasterCard,5465699593573146,255,7/2020,57050833175,"1Z 027 84A 20 1766 320 0",3567205453,36141543,Green,"Business administrator",Gottschalks,"2003 Beijing BJ 2021",ScrubLess.pl,A+,205.5,93.4,"6' 2""",187,c1d6c766-0047-4913-b353-26c9c082507a,51.7454,19.399476
|
||||
54,female,Chinese,"Li Na",P'eng,Mrs.,C,"Rue du Vert Galant 68",Purnode,WNA,Namur,5530,BE,Belgium,LiNaPeng@superrito.com,Ovely1958,othooCh3nai,"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","0498 52 01 76",32,Lü,10/12/1958,57,Libra,MasterCard,5413765963408362,067,8/2018,,"1Z 6Y2 857 86 9204 859 8",7698844815,46459626,Blue,"Medical writer","Strategy Consulting","2005 Renault Megane",YogaIllustrations.be,O+,196.2,89.2,"5' 7""",170,ac1d6b4e-1ea8-4de6-8b2e-33999e55c10f,50.263843,4.790945
|
||||
55,male,Australian,Tristan,Ordell,Mr.,I,"82 Thames Street",BOLAM,,,"DL2 4SS",GB,"United Kingdom",TristanOrdell@cuvox.de,Faceink,PhaighaR1,"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0","078 7045 6798",44,Humphries,10/13/1988,27,Libra,MasterCard,5306837306919064,859,7/2017,"BJ 24 58 94 C","1Z Y29 16A 87 6489 658 5",3827788266,40479190,Red,"Garbage collector",Wellby,"2004 Renault Twingo",CensoredSpeech.co.uk,A-,229.0,104.1,"6' 1""",185,8a47130b-5068-4f7c-a899-d6f92194d23f,54.459608,-1.501795
|
||||
56,male,Dutch,Rintje,"van Cranenbroek",Mr.,S,"Ctra. de la Puerta 30",Lugo,LU,Lugo,27000,ES,Spain,RintjevanCranenbroek@fleckens.hu,Hisn1938,eePhah7qui,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","635 770 340",34,"de Vaan",12/20/1938,77,Sagittarius,Visa,4539288045360966,049,9/2018,,"1Z 424 658 96 5422 397 0",5914884717,64115471,Blue,"Textile knitting and weaving machine operator","Super Saver Foods","1995 Lotus Esprit",BenchMats.es,O+,211.6,96.2,"5' 8""",173,66a2fc7b-72e7-4de9-9867-1d18994e8be0,43.077374,-7.526414
|
||||
57,female,German,Lea,Bauer,Ms.,E,"Rue du Manoir 463",Alveringem,VWV,"West Flanders",8690,BE,Belgium,LeaBauer@jourrapide.com,Thavispeas,Ohc2Xuj2cie4ai,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0497 90 57 90",32,Huber,6/25/1949,66,Cancer,MasterCard,5198985811490831,407,7/2017,,"1Z 7V8 722 48 0774 797 5",0753853488,23207832,Black,"Employment interviewer","Morrison's Cafeteria","2008 Volkswagen New Beetle",FastPockets.be,AB+,158.6,72.1,"5' 2""",158,fedb0e92-a219-473c-b3ea-e85da2346ae6,51.026171,2.607106
|
||||
58,female,Greenland,Ivalu,Karlsen,Mrs.,L,"Massbyntie 50",JÄRVENPÄÄ,UU,Uusimaa,04407,FI,Finland,IvaluKarlsen@teleworm.us,Yeagaing,AiBit3Eiguori9,"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","040 841 5589",358,Johansen,12/31/1990,25,Capricorn,MasterCard,5177065818614371,380,9/2018,311290-822D,"1Z V03 921 22 4323 570 8",8992728386,28465182,Yellow,"Electrical and electronics repairer","Clemens Markets","2002 TVR Speed 12",CandyConsultant.fi,O+,213.8,97.2,"5' 8""",173,2240a6b5-0705-434c-9b24-16b5e53986e8,60.378189,25.082107
|
||||
59,male,"Chechen (Latin)",Muslim,Godina,Mr.,K,"Rua Justino Rodrigues da Cunha 1837",Araguari,MG,"Minas Gerais",38445-097,BR,Brazil,MuslimGodina@teleworm.us,Sirstee,bohw8eipiiB,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","(34) 8043-8652",55,Barsukov,3/13/1962,54,Pisces,MasterCard,5588095557658399,427,7/2017,742.652.333-09,"1Z 967 640 03 9330 490 3",0279109613,73691929,Blue,"Airport service agent","Success Is Yours","2010 Kia Carens",PhysicianGym.com.br,A-,225.3,102.4,"5' 5""",166,5c3a6388-e7bc-4c86-9f68-1269064b1077,-18.505735,-48.330355
|
||||
60,male,Greenland,Edvard,Sandgreen,Mr.,E,"178 Ari Belouhioti Street",Drymou,PA,Paphos,8742,CY,"Cyprus (Anglicized)",EdvardSandgreen@superrito.com,Aranced,jiev3ohRehoo,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","97 845959",357,Berthelsen,7/27/1993,22,Leo,Visa,4916830925820321,373,10/2020,,"1Z 911 521 32 1011 787 8",4300903612,59569100,Blue,Paperhanger,"Albers Super Markets","2008 Cadillac Escalade",CodingApps.com.cy,A+,226.6,103.0,"5' 9""",174,bcdcc6fb-4e34-4c1b-8471-a160a062950f,41.378829,-72.843823
|
||||
61,male,"Russian (Cyrillic)",Семен,Юдин,Mr.,Э,"Strada Provinciale 65 41",Casnigo,BG,Bergamo,24020,IT,Italy,Suppen@gustr.com,Suppen,Ro2iemee,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","0386 6388812",39,,11/24/1990,25,Sagittarius,Visa,4916251736967765,197,10/2021,RL5291233,"1Z 419 837 20 7257 203 9",0228005889,34207247,Green,Marine,"Flipside Records","2001 Nissan Laurel",FontPoints.it,O-,203.7,92.6,"5' 7""",169,e4e93020-173e-43d8-a030-b010e786da09,45.856976,9.907648
|
||||
62,female,Hungarian,Ferike,Vass,Mrs.,L,"P.O. Box 275","Station Nord",QA,Qaasuitsup,3972,GL,Greenland,VassFerike@teleworm.us,Therithe,Aegi5ooPh,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","33 32 21",299,Danka,1/21/1947,69,Aquarius,Visa,4485962194267057,360,2/2020,,"1Z 824 5Y7 02 7193 292 0",4493747460,18718289,Blue,"Cable line installer","Richman Brothers","1997 BMW 850",StandardProgramming.gl,O-,131.1,59.6,"5' 2""",158,2c32ef87-876c-4b6a-bd44-701ceef23b99,77.107738,-69.177906
|
||||
63,male,Dutch,Yakup,"van der Schoot",Dr.,B,"ul. Kaplickiego Mieczysława 85",Kraków,,,30-712,PL,Poland,YakupvanderSchoot@einrot.com,Smusbuty,wid5aeNg,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","53 427 11 36",48,Hettinga,5/5/1956,59,Taurus,MasterCard,5213227848254190,674,10/2019,56050588696,"1Z 483 0V6 82 1332 446 2",6602543815,09134164,Blue,"Marketing research analyst","Nan Duskin","2012 Nissan X-Trail",RadioDiscussion.pl,B+,187.2,85.1,"5' 9""",175,f3d94843-c6d0-4020-b1bc-a370d7a7f73d,50.160287,19.994621
|
||||
64,male,Hispanic,Iñaqui,Camacho,Mr.,A,"Apartado de Correos 39",Arcediano,SA,Salamanca,37429,ES,Spain,InaquiCamachoVillasenor@rhyta.com,Dramuch,kae2nooQuae,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","641 887 681",34,Villaseñor,3/19/1980,36,Pisces,Visa,4916091095695833,941,4/2019,,"1Z 993 132 77 6581 895 5",0351161104,05150209,Blue,Orthodontist,"AJ Bayless","1996 Toyota Picnic",ExitMarketing.es,O-,246.0,111.8,"5' 10""",177,1dc8a13e-7a61-4958-8ce9-1727916b1c14,41.056637,-5.431179
|
||||
65,female,Russian,Nina,Samsonova,Mrs.,I,"248 Hugh Street","Careys Bay",,Dunedin,9023,NZ,"New Zealand",NinaSamsonova@armyspy.com,Lencept,Esou6ang0,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","(028) 1905-776",64,,6/24/1931,84,Cancer,MasterCard,5213991501908885,825,11/2017,,"1Z 51Y 513 20 7105 609 1",0648173498,86712491,Purple,Groundskeeper,"Earthworks Yard Maintenance","2005 Fiat Panda",SuperImagination.co.nz,AB+,122.5,55.7,"5' 0""",152,bd0a5ba6-f31f-410f-9ea9-a3735c844ad6,-45.721619,170.573407
|
||||
66,female,Brazil,Ana,Pereira,Ms.,C,"Ilichova 67",Ljubljana,,,1509,SI,Slovenia,AnaCorreiaPereira@superrito.com,Ratepand,oSh1baiJ,"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",051-542-577,386,Alves,12/3/1972,43,Sagittarius,MasterCard,5357341555318928,457,7/2017,,"1Z 625 6A9 79 0555 085 9",1491008303,61979311,Blue,"Fiscal technician","Home Centers","2003 Jaguar R Coupe",InkDistributor.si,B+,193.8,88.1,"5' 6""",168,f36a9715-a0ee-4bb9-9933-2e60f8b8df95,45.879074,14.503175
|
||||
67,female,Swedish,Miranda,Åberg,Mrs.,K,"1805 Kamp St",Parow,WC,"Western Cape",7505,ZA,"South Africa",MirandaAberg@rhyta.com,Thapil,mieNg7veeX,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","083 518 4709",27,Sjöberg,12/15/1970,45,Sagittarius,MasterCard,5470061993034778,443,10/2020,7012153209083,"1Z 165 874 49 1899 833 6",4389296732,63679225,Purple,"Registered representative","Afforda Merchant Services","2007 Citroen C1",DNCommissioner.co.za,O+,167.6,76.2,"5' 4""",163,0b56efba-8741-465f-a209-764f5ae1fa92,-33.892259,18.51317
|
||||
68,female,Czech,Věra,Michalčíková,Ms.,J,"87 rue des Chaligny",NICE,PA,"Provence-Alpes-Côte d'Azur",06300,FR,France,VeraMichalcikova@teleworm.us,Meable50,Sahnu6ie,"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0",04.14.79.23.69,33,Šírová,12/18/1950,65,Sagittarius,MasterCard,5147537450397926,556,7/2018,"2501200781339 63","1Z Y81 V49 25 2357 847 4",5367400948,38566649,Brown,"Insulation worker","Pay 'N Pak","2015 Toyota Highlander",TrekVille.fr,B+,110.2,50.1,"5' 5""",166,ed6a0392-dc16-46b4-b53b-d19be81fdefa,43.730359,7.342746
|
||||
69,female,Chinese,"Yue Ying",Wei,Ms.,G,"Rúa do Paseo 74",Santiponce,SE,Seville,41970,ES,Spain,YueYingWei@superrito.com,Nory1983,daibeid5Aef,"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0","622 766 971",34,T'ang,7/5/1983,32,Cancer,Visa,4556992553851211,728,9/2021,,"1Z Y05 84F 61 3389 702 8",0236622309,03927227,Blue,Laborer,"Jitney Jungle","2005 Fiat Seicento",HoroscopeArchive.es,B+,208.1,94.6,"5' 1""",155,b1554fbc-9c7f-4faa-ac58-9012d99caafb,37.520149,-6.046357
|
||||
70,female,Klingon,Bura,Kultan,Mrs.,K,"2559 Reserve St","Coe Hill",ON,Ontario,"K0L 1P0",CA,Canada,BuraKultan@teleworm.us,Stroardlean,jeed5ooJai,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0",613-337-8794,1,Gannik,3/25/1987,29,Aries,MasterCard,5146524720558561,391,9/2019,"685 779 779","1Z 239 961 10 4159 446 7",1151777449,13951545,Blue,"Chief financial officer","Mansmann's Department Store","1999 Dodge Prowler",Riddles101.ca,O-,205.9,93.6,"5' 4""",163,6a3db21b-c6cb-47c1-80d0-2b4d32aeb7cc,44.850203,-77.856657
|
||||
71,male,"Russian (Cyrillic)",Исмаил,Андреев,Mr.,Г,"ul. Powstańców Wielkopolskich 108",Kraków,,,30-707,PL,Poland,Serthe@jourrapide.com,Serthe,ooy4Ejuphec,"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","69 144 69 70",48,,9/11/1944,71,Virgo,Visa,4556694821365574,893,3/2021,44091154039,"1Z 84V A30 58 8647 285 4",4918359201,89886197,Blue,"Rural mail carrier","Team Uno","1998 Toyota Corolla",CoedClassifieds.pl,A+,184.8,84.0,"6' 0""",182,af818040-5f67-4a5e-bab2-f4147543fa1b,50.00383,19.933812
|
||||
72,male,Danish,Andreas,Bertelsen,Mr.,T,"ul. Obywatelska 119","Zielona Góra",,,65-736,PL,Poland,AndreasTBertelsen@einrot.com,Burprostich,ow7oxahThe,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17","66 770 73 82",48,Østergaard,7/1/1941,74,Cancer,Visa,4539706858622073,763,5/2017,41070120317,"1Z 0W2 304 98 1356 662 9",0103398901,12746908,Black,President,Laneco,"1999 Lancia Zeta",RingtoneCulture.pl,A+,141.7,64.4,"5' 6""",167,f2219a7e-9371-4937-ae7e-775fbe507d6f,51.874663,15.586337
|
||||
73,female,Japanese,桐子,栗岡,Ms.,拓,"Αμαλίας 175",ΣΤΡΟΒΟΛΟΣ,NI,Λευκωσία,2007,CY,"Cyprus (Greek)",Pureet70@armyspy.com,Pureet70,Ahlup3eigou,"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","22 107634",357,神農,1/29/1970,46,Aquarius,Visa,4556401460011307,299,3/2017,,"1Z 854 7A0 26 4176 304 1",5176289267,52375184,Blue,"Copy editor",Prestiga-Biz,"1994 Toyota Century",StyleFoot.com.cy,O+,208.1,94.6,"5' 5""",166,dc2ba9f8-cce3-4931-bd2c-e0c5b9ec2003,41.317393,-72.916014
|
||||
74,female,"Russian (Cyrillic)",Анжела,Быкова,Mrs.,П,"Hrútafjörður 2",Brú,,,500,IS,Iceland,Eyess1986@fleckens.hu,Eyess1986,hoseiVoRu9g,"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko","486 9645",354,,12/5/1986,29,Sagittarius,MasterCard,5131985255969761,684,6/2018,,"1Z 3W5 491 65 6277 834 4",5671651661,32857017,Red,"Mine examiner","H. J. Wilson & Company","1995 Renault Espace",SelectDisc.is,A+,206.6,93.9,"5' 6""",167,3cfac712-bb84-4d7d-97a0-6f57617d71df,14.380515,121.086427
|
||||
75,female,Hungarian,Izabella,Sántha,Ms.,K,"Riegrova 863","Kolín 2",ST,"Stredoceský kraj","280 02",CZ,"Czech Republic",SanthaIzabella@dayrep.com,Buthent1972,aJeem0pahthi4,"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","720 788 990",420,Baán,8/28/1972,43,Virgo,Visa,4916337879070119,255,11/2021,,"1Z 4A6 880 28 7203 925 1",4136223872,11317299,Blue,"Medicinal chemist","Buckeye Furniture","2005 Ford Fiesta",PingPongPros.cz,O+,188.3,85.6,"5' 6""",167,162a2013-5f1e-4ad0-a138-f0c3e099e954,50.130149,15.132936
|
||||
76,female,Polish,Malina,Wojciechowska,Ms.,G,"3933 Ross Street",Napanee,ON,Ontario,"K7R 2P3",CA,Canada,MalinaWojciechowska@fleckens.hu,Orout1943,Fienoh8vei,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",613-354-1514,1,Duda,2/28/1943,73,Pisces,Visa,4539700970596745,759,8/2021,"122 112 501","1Z 4F9 74W 63 5487 071 5",0341635644,95342562,Purple,Babysitter,Greyvoid,"2002 Tata Indica",CreditQuarterly.ca,O+,127.8,58.1,"5' 1""",155,4bdf8ce5-467d-4e5e-ae7c-1ad74907ff19,44.340762,-76.887611
|
||||
77,female,Hungarian,Diána,Balog,Ms.,O,"Søndergade 29",Broby,SY,"Region Syddanmark",5672,DK,Denmark,BalogDiana@armyspy.com,Pliver,Heelov0ohb,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",41-13-68-25,45,Harsányi,9/26/1949,66,Libra,Visa,4916086543220176,759,9/2019,260949-3642,"1Z 31E 405 64 9779 488 3",0579143110,04296738,Silver,"Neonatal nurse","Play Town","2007 GMC Yukon",CheapWipes.dk,O+,188.3,85.6,"5' 3""",160,06559585-6c86-49f6-b1b7-71cf1d37c5c6,55.171812,10.11826
|
||||
78,female,Croatian,Vinka,Kolar,Mrs.,Ž,"Puerto Lugar 79",Murcia,MU,Murcia,30000,ES,Spain,VinkaKolar@superrito.com,Ingdow,aeveS7eeTh,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","691 013 443",34,Petrović,9/16/1991,24,Virgo,Visa,4485356849677630,063,9/2019,,"1Z 351 2E0 55 9517 059 3",4859541696,33289907,Blue,"Route driver","Shoe Kicks","2011 Tata Indigo",LustMarried.es,B+,150.5,68.4,"5' 3""",161,d00da586-d1a2-4733-afb9-b18be2b290a2,37.931264,-1.194957
|
||||
79,female,Klingon,Lorgh,Torghn,Mrs.,B,"4132 Fidler Drive","San Antonio",TX,Texas,78205,US,"United States",LorghTorghn@einrot.com,Witairsturs,ahb3OiBief,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36",210-704-8574,1,Duras,3/7/1957,59,Pisces,MasterCard,5207575002806504,575,4/2021,631-26-7082,"1Z 050 818 35 6333 799 3",7033988959,09772414,Purple,"Dressing room attendant","Parts America","1999 Daewoo Arcadia",fbclouderfb.com,AB+,138.6,63.0,"5' 7""",169,a8af1d85-e4f3-4770-86f7-38453db083ca,29.429891,-98.507962
|
||||
80,female,"Japanese (Anglicized)",Mikiko,Takenaka,Mrs.,N,"355 Heuvel St",Trompsburg,FS,"Free State",9913,ZA,"South Africa",MikikoTakenaka@einrot.com,Afrocke,Zosh4Ev7l,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","083 374 0770",27,Shibutani,2/26/1980,36,Pisces,MasterCard,5590285212248654,688,4/2017,8002261565186,"1Z 353 091 23 1144 514 7",2759634098,38655504,Red,"Building superintendent","Mikro Designs","1996 Fiat 126",IndieCasting.co.za,O+,165.9,75.4,"5' 5""",166,86685dcb-c05b-4cd4-9631-060234061a3c,-30.047643,25.866297
|
||||
81,female,Dutch,Alara,Sandifort,Mrs.,K,"Štefanikova 1242","Olešnice na Morave",JM,"Jihomoravský kraj","679 74",CZ,"Czech Republic",AlaraSandifort@gustr.com,Abould,Phohxe6aijee,"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","605 614 361",420,Adolfs,3/11/1932,84,Pisces,Visa,4556405679254848,137,4/2019,,"1Z 6A7 144 35 4950 407 1",9718702393,18049998,Purple,Geographer,Thompson,"2011 Lexus LFA",FeedbackRankings.cz,A+,185.5,84.3,"5' 3""",160,66d03327-177b-4c2b-89e0-c5051a2fcb8e,49.559222,16.408479
|
||||
82,male,Igbo,Sochima,Chieloka,Mr.,A,"Av. Zumalakarregi 3","Pilar de la Horadada",A,Alicante,03190,ES,Spain,SochimaChieloka@dayrep.com,Hionstiong,EiTh8volai,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","659 345 587",34,Chukwunonso,3/29/1954,62,Aries,MasterCard,5221504913564343,294,8/2017,,"1Z 692 A89 64 8284 843 6",4782722028,12126840,Blue,"Electronic newsgathering operator","County Seat","2009 Nissan Navara",CheapTissues.es,A+,236.7,107.6,"5' 7""",170,c3c9130c-4e50-4993-b0e2-9a5c3914b5aa,37.889185,-0.70461
|
||||
83,male,Persian,هوشیار,رهایی,Mr.,ه,"Dašická 28","Staré Hradište u Pardubic",PA,"Pardubický kraj","533 52",CZ,"Czech Republic",HewshaarRhaaa@superrito.com,Boashe1938,au9cha9Dae,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","468 691 094",420,کریمی,1/16/1938,78,Capricorn,Visa,4532602993496274,258,4/2017,,"1Z 441 V19 55 6396 304 1",2565373368,29181070,Blue,"Delivery services truck driver","Food Mart","2015 Lexus GS 350",CaffeineSoftdrinks.cz,A+,193.2,87.8,"5' 5""",165,87c466f1-2802-4353-99c6-eb74e4b2ff3c,50.055347,15.845686
|
||||
84,male,German,Uwe,Hartmann,Mr.,C,"54 rue Saint Germain",GAP,PA,"Provence-Alpes-Côte d'Azur",05000,FR,France,UweHartmann@dayrep.com,Mund1933,eez5ohph1Foh,"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0",04.03.24.31.93,33,Bach,9/3/1933,82,Virgo,MasterCard,5184734999311526,695,9/2021,"1330993303561 89","1Z A08 11V 27 3292 179 5",5112503566,18294303,Orange,Columnist,Laneco,"1994 Honda NSX",SocialJournals.fr,A+,207.0,94.1,"5' 11""",181,68bd3615-b415-4e53-9d36-17d977d5d695,44.394802,6.025808
|
||||
85,female,Greenland,Kristine,Petersen,Ms.,P,"Liljerum Grenadjärtorpet 58",TOMTEBODA,,,"173 34",SE,Sweden,KristinePetersen@jourrapide.com,Wholing,aeMieru2ch,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4",0734-6160303,46,Broberg,1/16/1997,19,Capricorn,Visa,4929597874083160,283,6/2019,970116-3561,"1Z 768 505 69 1304 715 0",8432612586,04996947,Red,"Intercity bus driver",Corpbay,"1993 Holden Commodore",TravelExhibit.se,A+,147.0,66.8,"5' 2""",158,78a66f4a-b6e3-4601-9d5d-3cd552ece40c,59.297878,17.934791
|
||||
86,female,Scottish,Rhian,Hughes,Mrs.,E,"Via Camischolas sura 36",Denens,,,1135,CH,Switzerland,RhianHughes@superrito.com,Flovedint,weeGie3Tho,"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36","021 515 14 33",41,Johnstone,5/26/1945,70,Gemini,MasterCard,5275438671886314,389,1/2020,,"1Z W04 393 06 9020 208 8",5859917821,37533346,Blue,"Media outreach specialist","Ukrop's Super Market","2006 Ford Five Hundred",LawnResearch.ch,A+,113.3,51.5,"5' 6""",167,88972524-2e4d-4582-9bc1-49895269525a,46.591882,6.424565
|
||||
87,male,Russian,Sebastian,Vasin,Mr.,P,"Rue de Genville 319",Pellaines,WLG,Liège,4287,BE,Belgium,SebastianVasin@gustr.com,Andits,Vi1eu2uu8r,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:44.0) Gecko/20100101 Firefox/44.0","0471 23 19 62",32,,6/30/1952,63,Cancer,MasterCard,5583458140828660,761,12/2021,,"1Z 4V2 282 32 2768 102 5",2661494626,41705134,Blue,"Landscape designer","Beefsteak Charlie's","1999 Chevrolet Prizm",OnlyBeverages.be,O+,245.1,111.4,"5' 7""",170,de8f0258-bd36-44e1-b337-45ecaa3c97bc,50.756649,4.946327
|
||||
88,male,Dutch,Detlef,Kapel,Mr.,L,"Guayabos 1846",Cardal,FD,Florida,94007,UY,Uruguay,DetlefKapel@fleckens.hu,Atimed,sho1Odo1Ai,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","9383 9826",598,Kampinga,10/23/1949,66,Scorpio,Visa,4539352888820203,523,11/2019,,"1Z E67 512 80 8540 375 5",5737209725,94186038,Blue,"Furnace, kiln, oven, drier, and kettle operator","Strategy Consulting","2007 Citroen C2",PlayerSwap.uy,B+,240.9,109.5,"5' 7""",171,820b80ac-4cab-4dce-bbfe-11e66a23f750,-33.882234,-55.80719
|
||||
89,female,American,Vera,Britton,Mrs.,M,"Þorsteinsgata 77",Neskaupstaður,,,740,IS,Iceland,VeraMBritton@gustr.com,Begaid,oaj9aibahY,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4","437 1334",354,Long,5/24/1935,80,Gemini,Visa,4716809488876922,951,4/2021,,"1Z 275 715 72 0373 082 7",2252807300,56910705,Yellow,"Photographic processing machine operator","Formula Gray","2010 Cadillac SRX",DroidNation.is,O+,119.7,54.4,"5' 4""",163,30ed94a2-31fd-4021-a915-5019ab17e3c2,65.054545,-13.658486
|
||||
90,female,"Chechen (Latin)",Lalita,Desheriyev,Mrs.,B,"Schouwstraat 44",Dronten,FL,Flevoland,"8251 EJ",NL,Netherlands,LalitaDesheriyev@rhyta.com,Haloved,cu9Oj1quov,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36",06-21891878,31,Inarkaevich,6/3/1980,35,Gemini,MasterCard,5175105791047975,336,11/2019,,"1Z 891 E12 84 9784 397 5",1506250309,91788668,Blue,"Drug Enforcement Administration (DEA) agent",Practi-Plan,"2001 Audi A3",MovieScrub.nl,O+,108.0,49.1,"5' 7""",169,83ab6aad-5cb9-49be-b3a2-a4e2c44ff43f,52.606613,5.682137
|
||||
91,female,England/Wales,Caitlin,Kirby,Ms.,F,"35 rue de l'Epeule",ROUEN,HN,Haute-Normandie,76000,FR,France,CaitlinKirby@armyspy.com,Ponet1944,Icho8ephash,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4",02.93.57.77.13,33,Thorpe,5/25/1944,71,Gemini,Visa,4485916422532773,138,1/2020,"2440553217736 11","1Z 315 E75 46 6724 948 5",2537231766,01892449,Green,"Nursing assistant","Lee Wards","1998 AC Cobra",LimoModels.fr,B+,193.2,87.8,"5' 5""",166,1e864b08-9d4d-478e-ac90-80c378e2fd03,49.49038,1.006664
|
||||
92,female,Icelandic,Fríður,Hjartardóttir,Mrs.,G,"Neuer Jungfernstieg 69",Eggenfelden,BY,"Freistaat Bayern",84301,DE,Germany,FriurHjartardottir@gustr.com,Foor1949,uaGhahg3qu,"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","08721 38 55 77",49,,12/17/1949,66,Sagittarius,Visa,4916207081775625,538,1/2017,,"1Z 671 678 78 6564 753 5",2703075045,27640182,Purple,"Family and general practitioner","Roadhouse Grill","1996 Alfa Romeo GTV",AppleSeek.de,O+,176.9,80.4,"5' 7""",171,6cca4d23-b7fd-4ede-a805-0975d06a1028,48.346533,12.761439
|
||||
93,female,Japanese,静香,桂,Ms.,恵,"Loftaheden 10",KOPPOM,,,"670 41",SE,Sweden,Sefuldsider@cuvox.de,Sefuldsider,oojai9uuPae,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",0571-4773820,46,田畑,7/4/1937,78,Cancer,Visa,4556209526322679,202,1/2019,370704-2028,"1Z 481 V10 45 7496 121 2",6110220327,30755361,Purple,"Payroll and benefits specialist","Cut Rite Lawn Care","1992 Lancia Delta",TrafficMoms.se,O+,207.0,94.1,"5' 5""",165,ed266fdb-bb4b-4d9d-96bd-e855cdd9a894,59.641969,12.07753
|
||||
94,female,Polish,Salomea,Kwiatkowska,Ms.,Z,"86 Rue El Yamen","Cite El Amel",22,"Governorate Zaghouan",1140,TN,Tunisia,SalomeaKwiatkowska@superrito.com,Ster1954,Raeg8Ong1,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","72 328 145",216,Chmielewska,5/24/1954,61,Gemini,Visa,4532768852314724,818,6/2020,,"1Z 3A2 620 50 2866 123 1",3731384677,27274917,Purple,"Employment and placement manager","Plunkett Home Furnishings","2006 Nissan Maxima",OptionListing.tn,O+,113.5,51.6,"5' 3""",161,be126bf9-ea68-4c23-a5ca-2ee472d58b7d,36.729397,10.01638
|
||||
95,male,Swedish,Ossian,Nyberg,Mr.,A,"Massbyntie 20",JÄRVENPÄÄ,UU,Uusimaa,04407,FI,Finland,OssianNyberg@jourrapide.com,Causubtlig,lue5aij0ORie,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","050 435 8658",358,Blom,12/27/1942,73,Capricorn,MasterCard,5548723017150389,446,8/2018,271242-555U,"1Z E40 628 57 6177 838 7",9871159153,45251193,Blue,"Route driver","Exact Realty","1994 Subaru Justy",GulfSpecialist.fi,O-,169.6,77.1,"5' 6""",168,cc00d7ea-cec6-4b87-b4c0-35dfdcaeb2c9,60.551255,25.13561
|
||||
96,male,Danish,Tobias,Thygesen,Mr.,A,"80 Mark Street",Pietersburg,LI,Limpopo,0732,ZA,"South Africa",TobiasAThygesen@fleckens.hu,Wely1941,ohH3fa6oogh,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36","085 683 7934",27,Knudsen,6/20/1941,74,Gemini,MasterCard,5297033902972886,513,4/2017,4106205472187,"1Z E39 W76 58 4577 000 5",8227093289,04526003,Blue,"Gastroenterology nurse","Record & Tape Outlet","1992 Citroen Rally Raid",DomainNamePatrol.co.za,B+,216.0,98.2,"5' 5""",166,cf384f10-c50d-4f50-a5f3-6371d806b07c,-24.003791,29.6113
|
||||
97,female,"Chinese (Traditional)",書媺,孟,Ms.,令,"Pagari 18",Koppelmaa,HA,Harjumaa,76410,EE,Estonia,MengShuMei@rhyta.com,Friest,ahneed4Iap0,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","625 7648",372,邱,12/22/1991,24,Capricorn,MasterCard,5127417982839345,654,9/2019,,"1Z 4A2 745 51 8772 120 5",3152204928,06972930,Purple,"Patient representative","Paper Cutter","2010 Volkswagen Eos",LandShows.com.ee,O+,198.0,90.0,"5' 7""",171,20042bea-6a2b-4c01-b710-f7de78a91d05,59.228418,24.440606
|
||||
98,male,Croatian,Vlado,Herceg,Mr.,Z,"54 Roseda-Tinamba Road","GRAND RIDGE",VIC,Victoria,3962,AU,Australia,VladoHerceg@jourrapide.com,Priefichat1982,Soh8Ohphah,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4","(03) 5324 7645",61,Čeh,10/31/1982,33,Scorpio,MasterCard,5258544650927333,305,6/2021,,"1Z 8V2 48A 30 4273 503 4",5649022501,59144896,Blue,"Fish trimmer",Anderson-Little,"2008 Chevrolet Blazer",StartupExpense.com.au,O+,145.2,66.0,"6' 0""",184,dbce9875-295e-465d-85cb-9f31f07e87aa,-38.745832,146.35406
|
||||
99,female,"Russian (Cyrillic)",Нателла,Сергеева,Ms.,И,"Postbox 101",Kangaatsiaq,QA,Qaasuitsup,3955,GL,Greenland,Ahmiltoorly1966@armyspy.com,Ahmiltoorly1966,Eingazo6Sh,"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36","87 64 52",299,,9/10/1966,49,Virgo,Visa,4716672295849031,421,5/2018,,"1Z 7F0 561 26 8470 041 5",4302799995,90756823,Black,"Office and administrative support worker supervisor","Destiny Realty Solutions","2001 Toyota Avensis",FunnyTan.gl,O+,151.8,69.0,"5' 2""",158,d9b3cc45-6185-4b6f-a1a8-ae0e2ed4625e,68.211098,-53.43537
|
||||
100,female,Eritrean,Abeba,Kiros,Ms.,H,"Lodskovvej 53","Frederiksberg C",SJ,"Region Sjælland",1853,DK,Denmark,AbebaKiros@jourrapide.com,Agoo1932,EeGaeK8az,"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36",30-83-33-68,45,Efrem,10/3/1932,83,Libra,Visa,4716268861173342,550,6/2018,031032-3578,"1Z 905 083 25 8595 035 0",4995314581,02590858,Blue,"University instructor","Price Savers","2011 Suzuki Splash",TrafficLogos.dk,O+,143.2,65.1,"5' 7""",169,37f1781b-5975-4277-a961-380d88e8d44e,55.769299,12.517073
|
|
|
@ -1,4 +0,0 @@
|
|||
Number:Gender:NameSet:GivenName:Surname:Title:MiddleInitial:StreetAddress:City:State:StateFull:ZipCode:Country:CountryFull:EmailAddress:Username:Password:BrowserUserAgent:TelephoneNumber:TelephoneCountryCode:MothersMaiden:Birthday:Age:TropicalZodiac:CCType:CCNumber:CVV2:CCExpires:NationalID:UPS:WesternUnionMTCN:MoneyGramMTCN:Color:Occupation:Company:Vehicle:Domain:BloodType:Pounds:Kilograms:FeetInches:Centimeters:GUID:Latitude:Longitude
|
||||
1:female:Vietnamese:Chát:Dương:Ms.:T:"Estrada Nacional 34":"Caldas da Rainha":LE:Leiria:2500-248:PT:Portugal:DuongThiQuynhChat@jourrapide.com:Notin1936:in9Ig5ux:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0":"21 244 202 4847":351:Ngô:7/6/1936:79:Cancer:Visa:4539880915084807:205:2/2017,,"1Z 305 534 47 7843 319 9":3723135851:23439558:Blue:"911 operator":"Express Merchant Service":"1992 Subaru XT":IntelPrograms.com.pt:O+:164.1:74.6:"5' 6""":168:f920442a-5009-402e-8797-d2912a212c1c:39.431983:-9.167203
|
||||
2:male:Greenland:Mathias:Kristensen:Mr.:S:"χλμ Αλεξανδρούπολης 116":ΜΟΣΦΙΛΩΤΗ:LA:Λάρνακα:7647:CY:"Cyprus (Greek)":MathiasKristensen@einrot.com:Hoper1958:xah2eeB4:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0":"24 697019":357:Karlsen:2/10/1958:58:Aquarius:Visa:4485832593046883:100:1/2017,,"1Z 931 002 63 2935 100 8":4937475440:82207548:Red:"Lease buyer":Ejecta:"1995 Nissan Cefiro":WealthPayment.com.cy:B+:227.9:103.6:"5' 11""":180:e637ed7c-4b6b-4ebb-96cd-b51c8b9c3924:41.312009:-72.916134
|
||||
|
Can't render this file because it contains an unexpected character in line 2 and column 41.
|
Loading…
Add table
Add a link
Reference in a new issue