Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 7 columns, instead of 3. in line 1.
Entity Purpose Properties Example
Events An event can be any physical or virtual process under
which slots are to be created on a recurring basis. Title, description, communications, type(online, offline), classification(training, retraining, webinar...). Salon_Training, all hands, town halls.
Slots Upcoming slots with an active capacity from which users can select. Date, time, cities, hosts, address(for offline), recurring, capacity. Salon_Training_Slot_5-6pm.
Entity Purpose Properties Example
Events An event can be any physical or virtual process under which slots are to be created on a recurring basis. Title, description, communications, type(online, offline), classification(training, retraining, webinar...). Salon_Training, all hands, town halls.
Slots Upcoming slots with an active capacity from which users can select. Date, time, cities, hosts, address(for offline), recurring, capacity. Salon_Training_Slot_5-6pm.
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 7. in line 1.
Entity Purpose Properties Example
Events An event can be any physical or virtual process under which slots are to be created on a recurring basis. Title, description, communications, type(online, offline), classification(training, retraining, webinar...). Salon_Training, all hands, town halls.
Slots Upcoming slots with an active capacity from which users can select. Date, time, cities, hosts, address(for offline), recurring, capacity. Salon_Training_Slot_5-6pm.
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
Entity Purpose Properties Example
Events An event can be any physical or virtual process under which slots are to be created on a recurring basis. Title, description, communications, type(online, offline), classification(training, retraining, webinar...). Salon_Training, all hands, town halls.
Slots Upcoming slots with an active capacity from which users can select. Date, time, cities, hosts, address(for offline), recurring, capacity. Salon_Training_Slot_5-6pm.
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 4 columns, instead of 13. in line 1.
Entity,Purpose,Properties,Example
Events,An event can be any physical or virtual process under which slots are to be created on a recurring basis.,Title, description, communications, type(online, offline), classification(training, retraining, webinar...).,Salon_Training, all hands, town halls.
Slots,Upcoming slots with an active capacity from which users can select.,Date, time, cities, hosts, address(for offline), recurring, capacity.,Salon_Training_Slot_5-6pm.
log_format le_json '{'
'"created_at": "$time_iso8601", '
'"remote_addr": "$remote_addr", '
'"remote_user": "$remote_user", '
'"request": "$request", '
'"request_method": "$request_method", '
#'"postdata" : "$request_body", '
'"request_response_time": "$request_time", '
'"upstream_response_time": "$upstream_response_time", '
'"upstream_addr": "$upstream_addr", '
@Kushal712
Kushal712 / ecs_task_definition.json
Created August 3, 2017 15:56
ECS setup configuration file that defines a task definition used in a service creation.
{
"networkMode": "bridge",
"containerDefinitions": [
{
"volumesFrom": [],
"portMappings": [
{
"hostPort": 0,
"containerPort": "__CONTAINER_PORT__",
"protocol": "tcp"